Hi,
I have been trying to get this working all day, so bear with me. I can't find any other instance of this, but I may be missing something. I'm not a noob with installing mods, and all the methods I've tried have not worked.
Basically, I'm running a small multiplayer server and I am trying to install IndustrialCraft2 on it. I have successfully installed it to the Client after finding a link on this forum to the proper install of forge, however, using the server version of Forge from the same download link I can't get it to work. When I try to run the server I get this message:
[INFO] ModLoader Server 1.1 Initializing...[SEVERE] Unexpected exceptionjava.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:103) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:315) at cz.run(SourceFile:465)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 moreCaused by: java.lang.VerifyError: (class: ic2/platform/Ic2, method: OnTickInGUI signature: (FLnet/minecraft/client/Minecraft;Lug;)Z) Incompatible argument to function at java.lang.Class.getDeclaredFields0(Native Method) at java.lang.Class.privateGetDeclaredFields(Class.java:2291) at java.lang.Class.privateGetPublicFields(Class.java:2324) at java.lang.Class.getFields(Class.java:1359) at ModLoader.setupProperties(ModLoader.java:133) at ModLoader.addMod(ModLoader.java:103) ... 6 more
I have tried it on a vannila server with modloader MP and Forge, and a server running the Wireless Redstone mod + prerequests. It works on niether. I am running the server on a Mac, and editing the .jar files on windows.
I appereciate any help with this, thanks in advance.
- TechE