Energy Network Crash
compwiz1548 opened this issue ยท 6 comments
I compiled the development branch for the fixes to the fluid system. Once I placed down a machine the server began into a crash loop with this crash report: https://gist.github.com/compwiz1548/379ad9e2f6cabf1eecaf Look to be caused by the energy network changes also in the development branch.
Using Forge 10.13.3.1374
http://pastebin.com/X4dm7LJ3 <--- also experiencing the above crash except it's not looping. Using forge 10.13.3.1373.
#2579 is my pull request. Those are you who are impatient can use my repo for the time being until this either gets merged or denied (why would they deny a fix?).
Never mind that! Thanks to Zaggy1024, I believe i have fixed the issue. It requires manually editing the source java file located at src/main/java/mekanism/common/base/EnergyAcceptorWrapper.java. On line 21, replace the text there with this to prevent the NPE: if(tileEntity != null && tileEntity.getWorldObj() == null) ... I will submit a pull request shortly.