NullPointerException when connecting to a server without buildcraft
SFort opened this issue ยท 0 comments
BuildCraft version: 7.99.17
Forge version:
1.12.2-14.23.3.2676
1.12.2-14.23.4.2705
When attempting to connect to any server that has forge installed but does not have buildcraft the minecraft console starts spamming
Caused by: java.lang.NullPointerException
at net.minecraft.client.network.NetHandlerPlayClient.func_147287_a(NetHandlerPlayClient.java:730) ~[brz.class:?]
at net.minecraft.network.play.server.SPacketMultiBlockChange.func_148833_a(SourceFile:53) ~[io.class:?]
at net.minecraft.network.play.server.SPacketMultiBlockChange.func_148833_a(SourceFile:13) ~[io.class:?]
at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[hv$1.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_172]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_172]
at net.minecraft.util.Util.func_181617_a(SourceFile:46) ~[h.class:?]
... 9 more
It never actually connects to the server
Steps to reproduce:
Install a Forge server without any mods (14.23.4.2705)
Try connecting to the server with 7.99.17 buildcraft installed