Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Farming Station don't farm anymore #45

Open
MelanX opened this issue Feb 26, 2017 · 9 comments
Open

Farming Station don't farm anymore #45

MelanX opened this issue Feb 26, 2017 · 9 comments

Comments

@MelanX
Copy link

MelanX commented Feb 26, 2017

Minecraft Version: 1.7.10
Forge: 10.13.4.1614
Mod: 0.10.11
(EnderIO: 2.3.0.429)

Modules in the machine:

  • Seed Harvesting Module
  • Plant Upgrading Module
  • Seed Sorting Module
  • Breeding Module
  • Harvest Unanalyzed Plants Module
  • Seed Analyzer Module

Sometimes the Farming Station work only at one seed. For many minutes and don't harvest anything. If I destroy the crop sticks, the machine plants new ones and does the job normal. Few minutes later there is the same problem.
The problem is with watered and unwatered farmland. I use only crop sticks, diamond hoe and the modules. I have enough energy.
Don't know if you need more information or how I can describe better.

@MelanX
Copy link
Author

MelanX commented Feb 26, 2017

I removed the Plant Upgrading Module now and the machine is now working well for five minutes. Since I removed it, no problems.

@HenryLoenwind
Copy link
Owner

@HenryLoenwind
Copy link
Owner

Just one thought: Was it hanging on trying to do "plant upgrading" on a fully grown plant?

@MelanX
Copy link
Author

MelanX commented Mar 3, 2017

Yes, it was. I reduced the delay for the machine in config and put the upgrade back. It was hanging but after few seconds, it was doing the job.
So, I have no big problem anymore but think, it's a bug.

@damaskinos
Copy link

I have the same problem that @MelanX had.

What delay you changed? Cuz I tried and nothing, keeps "working" on the same grow plant and stuck

@HenryLoenwind
Copy link
Owner

Could you please enable the config setting farmDebugLoggingEnabled and post the relevant lines from the logfile? Please narrow it down to the lines talking about the plant where it is hanging ("WorkTile [bc=" xyz-coordinates),

@rashek4
Copy link

rashek4 commented Apr 17, 2017

I'm also having this issue. For me it's only the "Plant Upgrading Module" that's not working. The "Harvest Unanalyzed Plants Module" works fine. It only gets stuck when trying to remove plants that are analyzed. Without the "Plant Upgrading Module" everything seems to work as intended. I'm also on Project Ozone.
This is they logfile, I tried to trim it down to the relevant parts.

https://www.dropbox.com/s/btedvkd1gs6kxj8/LogFarmingStation.txt?dl=0

@HenryLoenwind
Copy link
Owner

HenryLoenwind commented Apr 17, 2017

Thanks, I see what's happening:

The ReplaceBetterModule (a.k.a. plant upgrading module) says to destroy the plant, place fresh crops and plant a new seed. Then the HarvestUnanalyzedModule says that the plant should not be destroyed. Next the placing of crops and the planting fails because the old plant has not be destroyed.

I'll upload a new version shortly where the HarvestUnanalyzedModule does not reset the "doDestroy" value but adds to it if it sees an unanalyzed plant.

Update: Version 0.10.13 is uploaded and should be visible on curseforge in a couple of minutes.

@rashek4
Copy link

rashek4 commented Apr 19, 2017

Thanks a lot for the quick fix, it works great for me now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants
@HenryLoenwind @damaskinos @MelanX @rashek4 and others