Hey. Just tried installing IC2 for my server, did everything as explained in the tutorial on this forum. Downloaded the minecraft_server.jar, ran it once to get the files up, dumped the forge files into the minecraft_server.jar, ran the server again to get the mods map, dumped the IC2 jar file into the mods map, and when I then started the server, I got this:
Code
[INFO] Starting minecraft server version 1.2.5 [INFO] Forge Mod Loader version 2.2.48.135 for Minecraft 1.2.5 loading [FINE] Attempting to load mods contained in the minecraft jar file and associated classes [FINE] Minecraft is a file at C:\Diboy\Server\minecraft_server.jar, loading [FINE] Found a mod class mod_MinecraftForge in file minecraft_server.jar, attempting to load it [FINE] ModLoader BaseMod class mod_MinecraftForge found, loading [FINE] ModLoader BaseMod class mod_MinecraftForge loaded [FINE] Mod class mod_MinecraftForge loaded successfully [FINE] Minecraft jar mods loaded successfully [INFO] Loading mods from C:\Diboy\Server\mods [FINE] Found a zip or jar file industrialcraft-2-client_1.95b.jar, attempting to load it [FINE] Found a mod class mod_IC2 in file industrialcraft-2-client_1.95b.jar, attempting to load it [FINE] ModLoader BaseMod class mod_IC2 found, loading [FINE] ModLoader BaseMod class mod_IC2 loaded [FINE] Failed to find mcmod.info file in industrialcraft-2-client_1.95b.jar for mod_IC2 [FINE] Mod class mod_IC2 loaded successfully [FINE] File industrialcraft-2-client_1.95b.jar loaded successfully [INFO] Forge Mod Loader has loaded 2 mods [FINE] Beginning mod pre-initialization [FINER] Pre-initializing C:\Diboy\Server\minecraft_server.jar [FINE] Reading existing configuration file for mod_MinecraftForge : mod_MinecraftForge.cfg [FINEST] Configuration for mod_MinecraftForge.SPAWNER_ALLOW_ON_INVERTED found values default: true, configured: true, interpreted: true [FINE] Configuration for mod_MinecraftForge written to mod_MinecraftForge.cfg [FINER] Pre-initializing C:\Diboy\Server\mods\industrialcraft-2-client_1.95b.jar [FINE] Configuration for mod_IC2 written to mod_IC2.cfg[SEVERE] Unexpected exceptionjava.lang.VerifyError: (class: mod_IC2, method: registerGenericCraftingRecipes signature: ()V) Incompatible argument to function at java.lang.Class.getDeclaredFields0(Native Method) at java.lang.Class.privateGetDeclaredFields(Unknown Source) at java.lang.Class.getDeclaredFields(Unknown Source) at cpw.mods.fml.common.modloader.ModLoaderModContainer.configureMod(ModLoaderModContainer.java:168) at cpw.mods.fml.common.modloader.ModLoaderModContainer.preInit(ModLoaderModContainer.java:106) at cpw.mods.fml.common.Loader.preModInit(Loader.java:235) at cpw.mods.fml.common.Loader.loadMods(Loader.java:593) at cpw.mods.fml.server.FMLServerHandler.onPreLoad(FMLServerHandler.java:139) at net.minecraft.server.MinecraftServer.s(MinecraftServer.java:156) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:412) at dn.run(SourceFile:492)
Any help is very appreciated