Additional Pipes for Buildcraft

Additional Pipes for Buildcraft

604k Downloads

Crash when adding to Sevtech Ages 3.0.8

ReportBot9009 opened this issue ยท 3 comments

commented

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

commented

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)
commented

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.

commented

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