tcooc / AdditionalPipesBC

Additional Pipes plugin for Buildcraft
Other
83 stars 42 forks source link

Crash when adding to Sevtech Ages 3.0.8 #183

Closed ReportBot9009 closed 6 years ago

ReportBot9009 commented 6 years ago

Hello,

I added this mod to Sevtech 3.0.8 and partly way through loading the modpack, there is a nullpointer crash. This is on a working instance that I've lightly added other mods to.

i7 4790 GTX 1080 32GB RAM 500GB EVO Java 1.87.0_181 7168MB allocated

Optifine/SEUS added if that's a problem

Crash Report: https://paste.ee/p/QZCGr MultiMC Upload Log: https://paste.ee/p/b0AhS

multiplemonomials commented 6 years ago

Hmm I'm not sure AdditionalPipes is involved in this at all, actually. From the following line, it looks like the crash is coming from Better with Addons, or possibly from Buildcraft Silicon:

Caused by: java.lang.NullPointerException
    at betterwithaddons.block.EriottoMod.BlockZenSand.func_180651_a(BlockZenSand.java:68)
    at buildcraft.silicon.plug.FacadeStateManager.getRequiredStack(FacadeStateManager.java:202)
    at buildcraft.silicon.plug.FacadeStateManager.init(FacadeStateManager.java:266)
    at buildcraft.silicon.BCSilicon.init(BCSilicon.java:73)
ReportBot9009 commented 6 years ago

That's the interesting part. This crash only happens when I add additional pipes. I was reluctant to create new issues with the other mods because this doesn't happen without the additional pipes mod.

multiplemonomials commented 6 years ago

Huh, that's strange, but you really might want to report this to Better With Addons, since the crash is happening in their code.