Posts by decisi

    hello guys,


    I was just trying to setup my server, everything went fine (tested it out), until I added the ic2 jar to the mod folder.


    got the following error:



    [SEVERE] Unexpected exception
    java.lang.RuntimeException: ModLoader has failed to initialize.
    at ModLoader.ThrowException(ModLoader.java:1206)
    at ModLoader.init(ModLoader.java:627)
    at ModLoader.Init(ModLoader.java:1269)
    at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:74)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:262)
    at ce.run(SourceFile:417)
    Caused by: java.lang.RuntimeException: Exception occured in ModLoader
    at ModLoader.ThrowException(ModLoader.java:1206)
    at ModLoader.ThrowException(ModLoader.java:1211)
    at ModLoader.addMod(ModLoader.java:118 )
    at ModLoader.readFromModFolder(ModLoader.java:847)
    at ModLoader.init(ModLoader.java:603)
    ... 4 more
    Caused by: java.lang.VerifyError: (class: ic2/platform/Ic2, method: getGuiForId signature: (Lsz;ILij; )Lqr; ) Wrong return type in 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
    2011-10-06 00:39:05 [INFO] Stopping server




    any1 knows what to do?