Hi folks,
Using the bukkit port so please let me know if this is not an IC2 problem. I placed a compressor next to a pump to make snowballs. When the compressor got to 100%, NPE as follows. Happening on subsequent reboots so looks like I'll need to revert to a backup.
edit: Same problem happens in single player (so I'm thinking IC2 problem)
java.lang.NullPointerException
at net.minecraft.server.ItemStack.doMaterialsMatch(ItemStack.java:243)
at ic2.api.Ic2Recipes.getOutputFor(Ic2Recipes.java:125)
at ic2.api.Ic2Recipes.getCompressorOutputFor(Ic2Recipes.java:71)
at ic2.common.TileEntityCompressor.getResultFor(TileEntityCompressor.java:34)
at ic2.common.TileEntityCompressor.operate(TileEntityCompressor.java:55)
at ic2.common.TileEntityElectricMachine.l_(TileEntityElectricMachine.java:86)
at net.minecraft.server.World.tickEntities(World.java:1178)
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:534)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:441)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)