-
Notifications
You must be signed in to change notification settings - Fork 57
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
More Cauldrons extracting fluids #351
Comments
Why did you edit out the "Relevant logs, if any:" section instead of posting your crash log? Please post it. Also, see if the bug happens with no mods installed except for XNet, Compact Machines, whatever mod provided the fluid tank you used, and their dependencies. |
Hmm can't reproduce crash from a tank to a tank, it only crashes with this setup: Edit: Did some tests, it seems to do with inserting lava, and extracting power to and from an, Geothermal generator at the same time, with the above setup Log: https://pastebin.com/fK4APyh9 Seems to be related to: #340 |
There are still over 200 mods in that crash report. Can you try to reproduce the problem with a more minimal set? |
Okay, forget everything about compact machines Steps to reproduce: Then just spam the cauldron with lava buckets Crash log: https://pastebin.com/Xck4nDG3 |
I just pushed c18b176 to help troubleshoot this. Install this build of XNet, then get it to crash and post the new crash report: xnet-1.12-1.7.6+gc18b176.zip |
Never mind, I managed to reproduce it myself. The key is that it only happens when the generator is nearly full, such that it has room for some lava, but not for a full bucket's worth. (Here's what I got: Error: java.lang.NullPointerException: knightminer.inspirations.recipes.tank.CauldronTank misbehaved! handler.drain(600, true) returned null, even though handler.drain(1000, false) did not) |
Also, it has nothing to do with More Cauldrons; it would happen even with a vanilla cauldron. The real trigger is the custom fluid handler that Inspirations installs on cauldrons. |
I reported this at KnightMiner/Inspirations#124 but it was closed without action. I'll put in a workaround on our side for it. |
Issue description:
Extracting fluids inside compact machine, causes server to crash, and will continue to crash on startup, until either fluid tank or controller is removed.
Steps to reproduce:
Versions:
The text was updated successfully, but these errors were encountered: