Display MoreI'm getting the following error when I try to place a lever on the front of a rotary macerator:
java.lang.RuntimeException: java.lang.NoSuchMethodException: ic2.platform.NetworkManager.initiateTileEntityEvent(net.minecraft.src.TileEntity, int, boolean)
at ic2.api.NetworkHelper.initiateTileEntityEvent(NetworkHelper.java:62)
at ic2.advancedmachines.TileEntityAdvancedMachine.q_(TileEntityAdvancedMachine.java:130)
at net.minecraft.server.World.tickEntities(World.java:1189)
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:559)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:457)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
Caused by: java.lang.NoSuchMethodException: ic2.platform.NetworkManager.initiateTileEntityEvent(net.minecraft.src.TileEntity, int, boolean)
at java.lang.Class.getMethod(Unknown Source)
at ic2.api.NetworkHelper.initiateTileEntityEvent(NetworkHelper.java:49)
... 5 more
My current setup:
Server:
MCPC Server Build 182 (Minecraft 1.2.5 R5)
IC2 Bukkit 1.103
AdvancedMachines Bukkit 4.0
Client:
IC2 1.103 Client
AdvancedMachines 4.1 Client
The server is occurring server-side and causes the server to go unresponsive when it occurs. Any assistance would be greatly appreciated!
EDIT: Forgot to mention, I was able to "resolve" the problem by removing AdvancedMachines from the server, but I can't risk re-installing until I have way to prevent the issue from occurring.
I'm having the same problem, except with the singularity compressor. Since I own the server, I reverted to a backup and just tried a redstone torch instead, and it seems any redstone current causes the server to crash. I also updated both server side and client side to 4.1, so it must be something about the IC2 version I'm using (1.103). However, I tested this client side on a single player server and it doesn't crash. Hope the additional info helps with the problem.
EDIT: The server is Bukkit too, if that might be causing it.