[SUPPORT][Issue getting IndustrialCraft² 1.62 to work at all]

  • I can't seem to get IndustrialCraft² v1.62 to work on my server at all. The error is below.


    [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: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)
    </big>

  • 2012-01-23 15:10:36 [INFO] Stopping server
    2012-01-23 15:12:16 [INFO] ModLoader Server 1.1 Initializing...
    2012-01-23 15:12:16 [INFO] Mod Loaded: mod_BuildCraftCore 2.2.12
    2012-01-23 15:12:16 [INFO] Mod Loaded: mod_BuildCraftBuilders 2.2.12
    2012-01-23 15:12:16 [INFO] Mod Loaded: mod_BuildCraftEnergy 2.2.12
    2012-01-23 15:12:16 [INFO] Mod Loaded: mod_BuildCraftFactory 2.2.12
    2012-01-23 15:12:16 [INFO] Mod Loaded: mod_BuildCraftTransport 2.2.12
    2012-01-23 15:12:16 [INFO] ModLoaderMP 1.1 Initialized
    2012-01-23 15:12:17 [INFO] Starting minecraft server version 1.1
    2012-01-23 15:12:17 [INFO] Loading properties
    2012-01-23 15:12:17 [INFO] Starting Minecraft server on *:25565
    2012-01-23 15:12:17 [INFO] Preparing level "world"
    2012-01-23 15:12:17 [INFO] Default game type: 0
    2012-01-23 15:12:17 [INFO] Preparing start region for level 0
    2012-01-23 15:12:17 [INFO] Done (891714493ns)! For help, type "help" or "?"
    2012-01-23 15:34:30 [INFO] CONSOLE: Stopping the server..
    2012-01-23 15:34:30 [INFO] Stopping server
    2012-01-23 15:34:30 [INFO] Saving chunks
    2012-01-23 15:34:30 [INFO] Saving chunks
    2012-01-23 15:34:30 [INFO] Saving chunks
    2012-01-23 15:37:28 [INFO] ModLoader Server 1.1 Initializing...
    2012-01-23 15:37:28 [INFO] Mod Loaded: mod_BuildCraftCore 2.2.12
    2012-01-23 15:37:28 [INFO] Mod Loaded: mod_BuildCraftBuilders 2.2.12
    2012-01-23 15:37:28 [INFO] Mod Loaded: mod_BuildCraftEnergy 2.2.12
    2012-01-23 15:37:28 [INFO] Mod Loaded: mod_BuildCraftFactory 2.2.12
    2012-01-23 15:37:28 [INFO] Mod Loaded: mod_BuildCraftTransport 2.2.12
    2012-01-23 15:37:28 [INFO] ModLoaderMP 1.1 Initialized
    2012-01-23 15:37:28 [INFO] Starting minecraft server version 1.1
    2012-01-23 15:37:28 [INFO] Loading properties
    2012-01-23 15:37:28 [INFO] Starting Minecraft server on *:25565
    2012-01-23 15:37:28 [INFO] Preparing level "world"
    2012-01-23 15:37:29 [INFO] Default game type: 0
    2012-01-23 15:37:29 [INFO] Preparing start region for level 0
    2012-01-23 15:37:29 [INFO] Done (864492226ns)! For help, type "help" or "?"
    2012-01-23 15:37:48 [INFO] CONSOLE: Stopping the server..
    2012-01-23 15:37:48 [INFO] Stopping server
    2012-01-23 15:37:48 [INFO] Saving chunks
    2012-01-23 15:37:48 [INFO] Saving chunks
    2012-01-23 15:37:48 [INFO] Saving chunks
    2012-01-23 15:37:52 [INFO] ModLoader Server 1.1 Initializing...
    2012-01-23 15:37:52 [INFO] Mod Loaded: mod_BuildCraftCore 2.2.12
    2012-01-23 15:37:52 [INFO] Mod Loaded: mod_BuildCraftBuilders 2.2.12
    2012-01-23 15:37:52 [INFO] Mod Loaded: mod_BuildCraftEnergy 2.2.12
    2012-01-23 15:37:52 [INFO] Mod Loaded: mod_BuildCraftFactory 2.2.12
    2012-01-23 15:37:52 [INFO] Mod Loaded: mod_BuildCraftTransport 2.2.12
    2012-01-23 15:37:53 [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: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 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.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



    Not 100% sure if this is the full log but maybe it'll help.

  • Might be the problem with Modloader.class.


    Copy the modloader.class inside the ModloaderMP.zip into your jar overwriting the forge-class. The forge-file has an error inside.


    Quote

    Ya, ST built against mlmp v1. The only thing You need to do is install MLMp's ModLader class over Forges.
    For the time being, thats the only class you need.
    If you do any other class you'll cause bugs.
    The ModLoader class fix is for chests not closing properly in MultiPlayer so its not real important

  • wait never mind that did it thanks. I am trying to fix this and buildcraft at the same time and i put in the buildcraft .zip instead of the ic2 .jar. Thank You very much!! :D

  • Well i guess it's only working for the server any ideas on the client side part of it?
    Mods loaded: 3
    ModLoader 1.1
    mod_IC2 v1.62
    mod_ModLoaderMp 1.0.0


    Minecraft has crashed!
    ----------------------


    Minecraft has stopped running because it encountered a problem.


    If you wish to report this, please copy this entire text and email it to support@mojang.com.
    Please include a description of what you did when the error occured.




    --- BEGIN ERROR REPORT 7a0a2cca --------
    Generated 1/25/12 2:09 PM


    Minecraft: Minecraft 1.1
    OS: Windows 7 (amd64) version 6.1
    Java: 1.7.0_02, Oracle Corporation
    VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    LWJGL: 2.4.2
    OpenGL: SUMO 9640 version 4.1.10825 Compatibility Profile Context, ATI Technologies Inc.


    java.lang.NoSuchMethodError: ic2.common.ItemIC2.setNoRepair()Lww;
    at ic2.common.ItemIC2.<init>(ItemIC2.java:27)
    at ic2.common.ItemResin.<init>(ItemResin.java:24)
    at mod_IC2.initialize(mod_IC2.java:306)
    at ic2.platform.Ic2.load(Ic2.java:65)
    at ModLoader.init(ModLoader.java:824)
    at ModLoader.AddAllRenderers(ModLoader.java:189)
    at afq.<init>(afq.java:80)
    at afq.<clinit>(afq.java:9)
    at net.minecraft.client.Minecraft.a(SourceFile:265)
    at net.minecraft.client.Minecraft.run(SourceFile:648)
    at java.lang.Thread.run(Unknown Source)
    --- END ERROR REPORT 3f964c08 ----------