Just updated my server to MC v1.2.5, Forge v3.1.2.97 and IC2 v1.95
On connecting to an existing world the server gives the following error :-
2012-04-24 13:29:16 [INFO] Splarg [/192.26.28.46:53314] logged in with entity id 34 at (-230.49865874356206, 61.0, -252.1260446364881)
2012-04-24 13:32:42 [INFO] Splarg [/192.26.28.46:53514] logged in with entity id 35 at (-230.49865874356206, 61.0, -252.1260446364881)
2012-04-24 13:32:42 [INFO] Splarg joined with: [MinecraftForge 3.1.2.97]
2012-04-24 13:33:37 [INFO] Splarg [/192.26.28.46:53540] logged in with entity id 36 at (-230.49865874356206, 61.0, -252.1260446364881)
2012-04-24 13:33:37 [INFO] Splarg joined with: [MinecraftForge 3.1.2.97, IC2 v1.95]
2012-04-24 13:33:38 [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:135)
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:506)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
at dn.run(SourceFile:492)
The area I'm loading into has most of the IC2 machines and cables.
I can restart the server and its then transformed the area all my IC2 machines were into sand and a few other blocks, if I walk into another area with more machines it does the same as above.
I've tested with a new world and it works fine, also without IC2 loaded (just MC v1.2.5 and Forge v3.1.2.97) and the world works fine.