Shift + Left Click from within a machine's gui to extract items or by doing the same to move items into the gui (such as an electric furnace) causes the server to crash with the following stack:
Code
java.lang.NoSuchMethodError: ic2.common.ContainerIC2.a(Lhm;IIZ)Z
at ic2.common.ContainerIC2.transferToSlots(ContainerIC2.java:108)
at ic2.common.ContainerIC2.a(ContainerIC2.java:72)
at df.a(SourceFile:108)
at iw.a(NetServerHandler.java:603)
at my.a(SourceFile:28)
at ma.b(SourceFile:272)
at iw.a(NetServerHandler.java:45)
at dr.a(SourceFile:108)
at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:369)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
at ce.run(SourceFile:417)
2011-10-08 15:26:51 [SEVERE] Unexpected exception
java.lang.NoSuchMethodError: ic2.common.ContainerIC2.a(Lhm;IIZ)Z
at ic2.common.ContainerIC2.transferToSlots(ContainerIC2.java:108)
at ic2.common.ContainerIC2.a(ContainerIC2.java:72)
at df.a(SourceFile:108)
at iw.a(NetServerHandler.java:603)
at my.a(SourceFile:28)
at ma.b(SourceFile:272)
at iw.a(NetServerHandler.java:45)
at dr.a(SourceFile:108)
at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:369)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
at ce.run(SourceFile:417)
Display More
There is also another instance of a crash, though may not be relative to IC2 itself. If a chest is full and one left + shift clicks an item stack from their inventory, the server crashes with the following stack:
Code
2011-10-08 15:33:14 [SEVERE] Unexpected exception
java.lang.StackOverflowError
at fo.b(SourceFile:51)
at bt.a(SourceFile:43)
at df.a(SourceFile:108)
at df.b(SourceFile:203)
at df.a(SourceFile:117)
at df.b(SourceFile:203)
at df.a(SourceFile:117)
at df.b(SourceFile:203)
at df.a(SourceFile:117)
... (repeated several times)
Display More