Posts by Slyg0ne

    After installing the mod getting the following error. Currently using 3.2 beta 2 client file on the OP. Could someone help me understand what is causing the errror ? Copied from modloader file in minecraft directory.

    Display Spoiler

    java.lang.RuntimeException: java.lang.ClassNotFoundException: ic2.common.AdvRecipe
    at ic2.api.Ic2Recipes.addCraftingRecipe(Ic2Recipes.java:37)
    at mod_IC2AdvancedMachines.load(mod_IC2AdvancedMachines.java:155)
    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)
    Caused by: java.lang.ClassNotFoundException: ic2.common.AdvRecipe
    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 java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at ic2.api.Ic2Recipes.addCraftingRecipe(Ic2Recipes.java:35)
    ... 8 more