Just updated IC2 and started getting this error on startup.
--- BEGIN ERROR REPORT 91f1b572 --------
Generated 25-06-2012 12:20
Minecraft: Minecraft 1.2.5
OS: Windows 7 (amd64) version 6.1
Java: 1.6.0_33, Sun Microsystems Inc.
VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Sun Microsystems Inc.
LWJGL: 2.8.3
OpenGL: GeForce GT 330M/PCIe/SSE2 version 3.3.0, NVIDIA Corporation
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at ic2.api.Ic2Recipes.addCraftingRecipe(Ic2Recipes.java:27)
at mod_IC2.registerCraftingRecipes(mod_IC2.java:1084)
at mod_IC2.load(mod_IC2.java:543)
at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351)
at cpw.mods.fml.common.Loader.modInit(Loader.java:263)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:604)
at cpw.mods.fml.client.FMLClientHandler.onLoadComplete(FMLClientHandler.java:203)
at net.minecraft.client.Minecraft.a(Minecraft.java:426)
at net.minecraft.client.Minecraft.run(Minecraft.java:735)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at ic2.api.Ic2Recipes.addCraftingRecipe(Ic2Recipes.java:25)
... 9 more
Caused by: java.lang.RuntimeException: invalid recipe, invalid object type in ingredient list
at ic2.common.AdvRecipe.<init>(AdvRecipe.java:60)
at ic2.common.AdvRecipe.addAndRegister(AdvRecipe.java:20)
... 13 more
--- END ERROR REPORT 42c808f0 ----------
I was using forge 3.3.7.135, and I thought that was the issue, so I updated to the latest 3.3.8.152 but it didn't help.
Any idea what it might be?