Hi,
I am currently trying to get a bit into the IC² API however I can't even seem to get Forge to load IC² from Eclipse.
Steps I've done so far:
1. Clean MCP install (7.2)
2. Clean Forge src 4.1.1.251 install
3. Copied clean Jars/libs
4. Run Forge install.cmd
5. Started Eclipse, launched the game, everything works fine
6. Copied industrialcraft-2_1.106.jar to jars/mods
7. Launched the game again (from Eclipse), crash:
Code
...
2012-09-27 18:49:49 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods
2012-09-27 18:49:49 [FINE] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file
2012-09-27 18:49:49 [FINE] [ForgeModLoader] Examining file industrialcraft-2_1.106.jar for potential mods
2012-09-27 18:49:49 [FINER] [ForgeModLoader] Located mcmod.info file in file industrialcraft-2_1.106.jar
2012-09-27 18:49:49 [FINE] [ForgeModLoader] Identified an FMLMod type mod ic2.common.IC2
2012-09-27 18:49:49 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] []
2012-09-27 18:49:49 [INFO] [ForgeModLoader] Forge Mod Loader has identified 3 mods to load
2012-09-27 18:49:49 [FINE] [ForgeModLoader] Received a system property request ''
2012-09-27 18:49:49 [FINE] [ForgeModLoader] System property request managing the state of 0 mods
2012-09-27 18:49:49 [FINE] [ForgeModLoader] After merging, found state information for 0 mods
2012-09-27 18:49:49 [FINE] [ForgeModLoader] Activating mod FML
2012-09-27 18:49:49 [FINE] [ForgeModLoader] Activating mod Forge
2012-09-27 18:49:49 [FINE] [ForgeModLoader] Enabling mod IC2
2012-09-27 18:49:49 [FINE] [ForgeModLoader] Activating mod IC2
2012-09-27 18:49:49 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied
2012-09-27 18:49:49 [FINE] [ForgeModLoader] All mod requirements are satisfied
2012-09-27 18:49:49 [FINE] [ForgeModLoader] Sorting mods into an ordered list
2012-09-27 18:49:49 [FINE] [ForgeModLoader] Mod sorting completed successfully
2012-09-27 18:49:49 [FINE] [ForgeModLoader] Mod sorting data:
2012-09-27 18:49:49 [FINE] [ForgeModLoader] IC2(IndustrialCraft 2:1.106): industrialcraft-2_1.106.jar ()
2012-09-27 18:49:49 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@6ac6724c to mod FML
2012-09-27 18:49:49 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@6ac6724c delivered to mod FML
2012-09-27 18:49:49 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@6ac6724c to mod Forge
2012-09-27 18:49:49 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@6ac6724c delivered to mod Forge
2012-09-27 18:49:49 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@6ac6724c to mod IC2
2012-09-27 18:49:50 [INFO] [STDOUT] 27 achievements
2012-09-27 18:49:50 [INFO] [STDOUT] 195 recipes
2012-09-27 18:49:50 [FINEST] [ForgeModLoader] Testing mod IC2 to very it can accept it's own version in a remote connection
2012-09-27 18:49:50 [FINEST] [ForgeModLoader] The mod IC2 accepts it's own version (1.106)
2012-09-27 18:49:50 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into IC2
2012-09-27 18:49:50 [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.VerifyError: (class: ic2/common/PlatformClient, method: <init> signature: ()V) Incompatible argument to function
2012-09-27 18:49:50 [INFO] [STDERR] at java.lang.Class.forName0(Native Method)
2012-09-27 18:49:50 [INFO] [STDERR] at java.lang.Class.forName(Unknown Source)
2012-09-27 18:49:50 [INFO] [STDERR] at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:51)
2012-09-27 18:49:50 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:348)
2012-09-27 18:49:50 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-09-27 18:49:50 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2012-09-27 18:49:50 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2012-09-27 18:49:50 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2012-09-27 18:49:50 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2012-09-27 18:49:50 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2012-09-27 18:49:50 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2012-09-27 18:49:50 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2012-09-27 18:49:50 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2012-09-27 18:49:50 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:124)
2012-09-27 18:49:50 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-09-27 18:49:50 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2012-09-27 18:49:50 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2012-09-27 18:49:50 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2012-09-27 18:49:50 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2012-09-27 18:49:50 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2012-09-27 18:49:50 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2012-09-27 18:49:50 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2012-09-27 18:49:50 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2012-09-27 18:49:50 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:81)
2012-09-27 18:49:50 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:458)
2012-09-27 18:49:50 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:144)
2012-09-27 18:49:50 [INFO] [STDERR] at net.minecraft.client.Minecraft.startGame(Minecraft.java:405)
2012-09-27 18:49:50 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:737)
2012-09-27 18:49:50 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
2012-09-27 18:53:53 [INFO] [STDERR] Someone is closing me!
Display More
Any idea what I am doing wrong?