I have one with modloader mp and forge 57 if you still looking for one
Posts by syngts23
-
-
just tryed with all freshly downloaded files, forge 57 and flan's modloader (heard somewhere that its the sdk but unoficial dont realy know) and it work thanks for the help
-
i got some conexion stability problems yesterday maybe the file got corrupted,
gonna retry with new files right nowedit1:
just tested with forge 57 and 59 tht just came out and i get these error messages
forge 57[INFO] ModLoader Server 1.2.3v3 Initializing...
[INFO] Mod Initialized: mod_MinecraftForge 1.4.0.57
[INFO] Mod Initialized: mod_BuildCraftCore 2.2.13
[INFO] Mod Initialized: mod_BuildCraftBuilders 2.2.13
[INFO] Mod Initialized: mod_BuildCraftEnergy 2.2.13
[INFO] Mod Initialized: mod_BuildCraftFactory 2.2.13
[INFO] Mod Initialized: mod_BuildCraftTransport 2.2.13
[INFO] Mod Initialized: mod_IC2 v1.81
[INFO] ModLoaderMP 1.2.3v3 Initialized
[SEVERE] Unexpected exception
java.lang.RuntimeException: ModLoader has failed to initialize.
at ModLoader.throwException(ModLoader.java:1626)
at ModLoader.init(ModLoader.java:666)
at ModLoader.initialize(ModLoader.java:1691)
at net.minecraft.server.MinecraftServer.s(MinecraftServer.java:151)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:404)
at dm.run(SourceFile:490)
Caused by: java.lang.NoSuchMethodError: ModLoaderMp.InitModLoaderMp()V
at BaseModMp.modsLoaded(BaseModMp.java:27)
at ModLoader.init(ModLoader.java:655)
... 4 more
forge 59[INFO] ModLoader Server 1.2.3v3 Initializing...
[INFO] Mod Initialized: mod_MinecraftForge 1.4.1.59
[INFO] Mod Initialized: mod_BuildCraftCore 2.2.13
[INFO] Mod Initialized: mod_BuildCraftBuilders 2.2.13
[INFO] Mod Initialized: mod_BuildCraftEnergy 2.2.13
[INFO] Mod Initialized: mod_BuildCraftFactory 2.2.13
[INFO] Mod Initialized: mod_BuildCraftTransport 2.2.13
[INFO] Mod Initialized: mod_IC2 v1.81
[INFO] ModLoaderMP 1.2.3v3 Initialized
[SEVERE] Unexpected exception
java.lang.RuntimeException: ModLoader has failed to initialize.
at ModLoader.throwException(ModLoader.java:1626)
at ModLoader.init(ModLoader.java:666)
at ModLoader.initialize(ModLoader.java:1691)
at net.minecraft.server.MinecraftServer.s(MinecraftServer.java:151)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:404)
at dm.run(SourceFile:490)
Caused by: java.lang.NoSuchMethodError: ModLoaderMp.InitModLoaderMp()V
at BaseModMp.modsLoaded(BaseModMp.java:27)
at ModLoader.init(ModLoader.java:655)
... 4 more -
I also tryed this and doesnt worked either
-
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 workinghere 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