Flowing Ether Gas (Industrial Foregoing) over heat sinks causes NPE and crash
ZeMilkmann opened this issue · 4 comments
Minecraft Version
1.16.5
Forge Version
forge-1.16.5-36.2.6
Mod Version
1.16.5-2.14.4-258
Describe your problem, including steps to reproduce it
Flowing Ether Gas (Industrial Foregoing) over heat sinks causes crash
To reproduce,
-
Minecraft immediately crashes, the crash report looks like this:
crash-2021-10-02_01.56.32-server.txt
Any other comments
I can't reproduce this in my dev world - flowing fluids never cause a crash when flowing across heat sinks. I'm also very suspicious of the MixinWorldRedstone
in the stacktrace, but I don't know what mod that is coming from.
Having said that, if you can try build 262 from https://jenkins.k-4u.nl/view/Desht/job/PneumaticCraft-Repressurized-1.16/, it would be useful to know if that helps. If there's still a crash, I'm going to go ahead and blame that mixin, whatever it is.
First of all: Your fix absolutely works, thanks!
Further investigation
Since you said you didn't know what mod the MixinWorldRedstone is from, I unpacked all my mod JAR files to find the MixinWorldRedstone.java and the only thing I found was from https://github.com/shBLOCK/IntegratedProxy
I removed IntegratedProxy, and using build 258 the crash still occurs just the same, the stack trace now makes reference to World.java instead of MixinWorldRedstone.java. crash-2021-10-02_16.46.04-server.txt