Pipes will crash the server if combined
kombarus opened this issue ยท 3 comments
If you build for example a wodden pipe on a cobblestone pipe (the same for water proofed pipes) the server will crash instantly with this error:
2013-08-16 16:16:29 [INFO] [STDERR] java.lang.NoSuchMethodError: buildcraft.api.transport.IPipeConnection.overridePipeConnection(Lbuildcraft/api/transport/IPipeTile$PipeType;Lnet/minecraftforge/common/ForgeDirection;)Lbuildcraft/api/transport/IPipeConnection$ConnectOverride;
2013-08-16 16:16:29 [INFO] [STDERR] at buildcraft.transport.TileGenericPipe.canPipeConnect(TileGenericPipe.java:429)
2013-08-16 16:16:29 [INFO] [STDERR] at buildcraft.transport.TileGenericPipe.computeConnections(TileGenericPipe.java:458)
2013-08-16 16:16:29 [INFO] [STDERR] at buildcraft.transport.TileGenericPipe.initialize(TileGenericPipe.java:272)
2013-08-16 16:16:29 [INFO] [STDERR] at buildcraft.transport.BlockGenericPipe.placePipe(BlockGenericPipe.java:896)
2013-08-16 16:16:29 [INFO] [STDERR] at buildcraft.transport.ItemPipe.func_77648_a(ItemPipe.java:78)
2013-08-16 16:16:29 [INFO] [STDERR] at net.minecraft.item.ItemStack.func_77943_a(ItemStack.java:152)
2013-08-16 16:16:29 [INFO] [STDERR] at net.minecraft.item.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:429)
2013-08-16 16:16:29 [INFO] [STDERR] at net.minecraft.network.NetServerHandler.func_72472_a(NetServerHandler.java:554)
2013-08-16 16:16:29 [INFO] [STDERR] at net.minecraft.network.packet.Packet15Place.func_73279_a(SourceFile:58)
2013-08-16 16:16:29 [INFO] [STDERR] at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:458)
2013-08-16 16:16:29 [INFO] [STDERR] at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:141)
2013-08-16 16:16:29 [INFO] [STDERR] at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
2013-08-16 16:16:29 [INFO] [STDERR] at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:30)
2013-08-16 16:16:29 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:689)
2013-08-16 16:16:29 [INFO] [STDERR] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:275)
2013-08-16 16:16:29 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:585)
2013-08-16 16:16:29 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
2013-08-16 16:16:29 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:582)
2013-08-16 16:16:29 [SEVERE] [Minecraft-Server] Encountered an unexpected exception NoSuchMethodError
java.lang.NoSuchMethodError: buildcraft.api.transport.IPipeConnection.overridePipeConnection(Lbuildcraft/api/transport/IPipeTile$PipeType;Lnet/minecraftforge/common/ForgeDirection;)Lbuildcraft/api/transport/IPipeConnection$ConnectOverride;
at buildcraft.transport.TileGenericPipe.canPipeConnect(TileGenericPipe.java:429)
at buildcraft.transport.TileGenericPipe.computeConnections(TileGenericPipe.java:458)
at buildcraft.transport.TileGenericPipe.initialize(TileGenericPipe.java:272)
at buildcraft.transport.BlockGenericPipe.placePipe(BlockGenericPipe.java:896)
at buildcraft.transport.ItemPipe.func_77648_a(ItemPipe.java:78)
at net.minecraft.item.ItemStack.func_77943_a(ItemStack.java:152)
at net.minecraft.item.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:429)
at net.minecraft.network.NetServerHandler.func_72472_a(NetServerHandler.java:554)
at net.minecraft.network.packet.Packet15Place.func_73279_a(SourceFile:58)
at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:458)
at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:141)
at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:30)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:689)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:275)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:585)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:582)
2013-08-16 16:16:29 [SEVERE] [Minecraft-Server] This crash report has been saved to: /home/minecraft/millenaire/./crash-reports/crash-2013-08-16_16.16.29-server.txt
I believe that is a Buildcraft API is outdated in another mod, this is based on what I've read on other reports.
I will look at it and repost / edit this post if it's working without all other mods and if so i will look into which mods will crash it~
Update 1 (2013.08.16 4:37pm): It's working alone now i'm adding one mod after another with restart everytime to let you know which mods will crash the server
Update 2 (2013.08.16 4:42pm): It's crashing with Mekanism-v5.5.7.171.jar MekanismGenerators-v5.5.7.171.jar MekanismTools-v5.5.7.171.jar ... still searching
Update 3 (2013.08.16 4:45pm): I finished testing now all mods on the server we have and only Mekanism will crash the server. All the other Mods works with Buildcraft ;)
Update 4 (2013.08.16 4:48pm): I'm testing the new Mekanism version now...
Update 5 (2013.08.16 4:52pm): Final Test and update: it won't work with Mekanism-v5.5.7.172 xD
Duplicate #1131