I am new to these forums, I hope this is the correct forum to post under
This is the entire error log that I get upon execution of the game:
08/03/2012 2:28:29 PM ModLoader init
FINE: ModLoader 1.2.3 Initializing...
08/03/2012 2:28:29 PM ModLoader readFromClassPath
FINER: Adding mods from C:\Users\Alex Styles\AppData\Roaming\.minecraft\bin\minecraft.jar
08/03/2012 2:28:29 PM ModLoader readFromClassPath
FINER: Zip found.
08/03/2012 2:28:29 PM ModLoader addMod
FINE: Mod Initialized: "mod_TooManyItems 1.2.2/1.2.3 2012-03-03" from mod_TooManyItems.class
08/03/2012 2:28:29 PM ModLoader addMod
FINE: Mod Initialized: "mod_MinecraftForge 1.3.4.39" from mod_MinecraftForge.class
08/03/2012 2:28:29 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Users\Alex Styles\AppData\Roaming\.minecraft\mods\industrialcraft-2-client_1.71.jar
08/03/2012 2:28:29 PM ModLoader readFromModFolder
FINER: Zip found.
08/03/2012 2:28:29 PM ModLoader addMod
FINE: Failed to load mod from "mod_IC2.class"
08/03/2012 2:28:29 PM ModLoader addMod
FINER: THROW
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(Unknown Source)
at java.lang.Class.getDeclaredFields(Unknown Source)
at ModLoader.setupProperties(ModLoader.java:1720)
at ModLoader.addMod(ModLoader.java:292)
at ModLoader.readFromModFolder(ModLoader.java:1283)
at ModLoader.init(ModLoader.java:886)
at ModLoader.addAllRenderers(ModLoader.java:186)
at aho.<init>(aho.java:79)
at aho.<clinit>(aho.java:9)
at net.minecraft.client.Minecraft.a(Minecraft.java:395)
at net.minecraft.client.Minecraft.run(Minecraft.java:732)
at java.lang.Thread.run(Unknown Source)
08/03/2012 2:28:39 PM ModLoader init
FINE: Mod Loaded: "mod_TooManyItems 1.2.2/1.2.3 2012-03-03"
08/03/2012 2:28:39 PM ModLoader init
FINE: Mod Loaded: "mod_MinecraftForge 1.3.4.39"
08/03/2012 2:28:39 PM ModLoader addAllRenderers
FINE: Initialized
All I can derive from this is that ModLoader won't load the ic2 class file.. because it blatently says it, however I have no idea why, probably because it's not compatible, I have no idea.
halp pls