yesterday I updated my client to all my mods including ic2, worked perfectly but when I came to updating my server, all mod worked except ic2 no matter what order I install them.
I hab the same mods in my 1.1 server. I have flan's mod loader and forge 1.4.0.57 (the latest one) and the complete buildcraft 2.2.13 for 1.2.3 and everything work but when I add ic2 it start crashing on startup. I even tryed ic2 only w/o bc and not working
here is server log on startup
[INFO] ModLoader Server 1.2.3 Initializing...
[INFO] Mod Loaded: mod_BuildCraftCore 2.2.13
[INFO] Mod Loaded: mod_BuildCraftBuilders 2.2.13
[INFO] Mod Loaded: mod_BuildCraftEnergy 2.2.13
[INFO] Mod Loaded: mod_BuildCraftFactory 2.2.13
[INFO] Mod Loaded: mod_BuildCraftTransport 2.2.13
[SEVERE] Unexpected exception
java.lang.RuntimeException: ModLoader has failed to initialize.
at ModLoader.throwException(ModLoader.java:1209)
at ModLoader.init(ModLoader.java:630)
at ModLoader.Init(ModLoader.java:1272)
at net.minecraft.server.MinecraftServer.s(MinecraftServer.java:156)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:420)
at dm.run(SourceFile:490)
Caused by: java.lang.RuntimeException: Exception occured in ModLoader
at ModLoader.throwException(ModLoader.java:1209)
at ModLoader.throwException(ModLoader.java:1214)
at ModLoader.addMod(ModLoader.java:118)
at ModLoader.readFromModFolder(ModLoader.java:850)
at ModLoader.init(ModLoader.java:603)
... 4 more
Caused by: java.lang.NoClassDefFoundError: forge/IOreHandler
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Unknown Source)
at java.lang.Class.privateGetPublicFields(Unknown Source)
at java.lang.Class.getFields(Unknown Source)
at ModLoader.setupProperties(ModLoader.java:133)
at ModLoader.addMod(ModLoader.java:103)
... 6 more
Caused by: java.lang.ClassNotFoundException: forge.IOreHandler
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 12 more