I run a small private server with IC2 1.95 and buildcraft 2.2.14. If I cover cables (insulated copper) with foam (to hide them in the walls of my construction-foam house) everything functions as intended until I start up the server again. Once I do, I get this error:
Code
[SEVERE] Unexpected exception
java.lang.NullPointerException
at ic2.common.TileEntityCable.onCreated(TileEntityCable.java:90)
at ic2.common.TileEntityBlock$1.tickCallback(TileEntityBlock.java:27)
at mod_IC2.OnTickInGame(mod_IC2.java:1377)
at ic2.platform.Ic2.onTickInGame(Ic2.java:35)
at cpw.mods.fml.server.ModLoaderModContainer.tickStart(ModLoaderModContainer.java:278)
at cpw.mods.fml.common.FMLCommonHandler.gameTickStart(FMLCommonHandler.java:77)
at cpw.mods.fml.server.FMLServerHandler.onPreTick(FMLServerHandler.java:102)
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:506)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
at dn.run(SourceFile:492)
Display More
When I try to run the server again, it starts normally but the chunk containing the foam-cable is reset to default value (and thus destroys the bulk of my house).
Note, I had also painted the foam-cable cactus green once it had hardened.