Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ic2 #103 + meka #196 #251

Closed
npdev453 opened this issue Aug 26, 2013 · 5 comments
Closed

ic2 #103 + meka #196 #251

npdev453 opened this issue Aug 26, 2013 · 5 comments

Comments

@npdev453
Copy link

2013-08-27 01:34:33 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
2013-08-27 01:34:33 [SEVERE] [ForgeModLoader] Caught exception from Mekanism
java.lang.NoSuchMethodError: ic2.api.recipe.IMachineRecipeManager.addRecipe(Lnet/minecraft/item/ItemStack;Lnet/minecraft/nbt/NBTTagCompound;[Lnet/minecraft/item/ItemStack;)V
        at mekanism.common.MekanismHooks.hook(MekanismHooks.java:54)
        at mekanism.common.Mekanism.postInit(Mekanism.java:1151)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
        at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
        at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
        at com.google.common.eventbus.EventBus.post(EventBus.java:267)
        at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
        at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
        at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
        at com.google.common.eventbus.EventBus.post(EventBus.java:267)
        at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
        at cpw.mods.fml.common.Loader.initializeMods(Loader.java:702)
        at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
        at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
        at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
        at net.minecraft.client.main.Main.main(SourceFile:101)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
        at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
2013-08-27 01:34:33 [INFO] [STDOUT] ---- Minecraft Crash Report ----
2013-08-27 01:34:33 [INFO] [STDOUT] // Don't do that.
2013-08-27 01:34:33 [INFO] [STDOUT]
2013-08-27 01:34:33 [INFO] [STDOUT] Time: 27.08.13 1:34
2013-08-27 01:34:33 [INFO] [STDOUT] Description: There was a severe problem during mod loading that has caused the game to fail
2013-08-27 01:34:33 [INFO] [STDOUT]
2013-08-27 01:34:33 [INFO] [STDOUT] cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: ic2.api.recipe.IMachineRecipeManager.addRecipe(Lnet/minecraft/item/ItemStack;Lnet/minecraft/nbt/NBTTagCompound;[Lnet/minecraft/item/ItemStack;)V
2013-08-27 01:34:33 [INFO] [STDOUT]     at cpw.mods.fml.common.LoadController.transition(LoadController.java:149)
2013-08-27 01:34:33 [INFO] [STDOUT]     at cpw.mods.fml.common.Loader.initializeMods(Loader.java:703)
2013-08-27 01:34:33 [INFO] [STDOUT]     at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
2013-08-27 01:34:33 [INFO] [STDOUT]     at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
2013-08-27 01:34:33 [INFO] [STDOUT]     at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
2013-08-27 01:34:33 [INFO] [STDOUT]     at net.minecraft.client.main.Main.main(SourceFile:101)
2013-08-27 01:34:33 [INFO] [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-08-27 01:34:33 [INFO] [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-08-27 01:34:33 [INFO] [STDOUT]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-08-27 01:34:33 [INFO] [STDOUT]     at java.lang.reflect.Method.invoke(Unknown Source)
2013-08-27 01:34:33 [INFO] [STDOUT]     at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
2013-08-27 01:34:33 [INFO] [STDOUT]     at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
2013-08-27 01:34:33 [INFO] [STDOUT] Caused by: java.lang.NoSuchMethodError: ic2.api.recipe.IMachineRecipeManager.addRecipe(Lnet/minecraft/item/ItemStack;Lnet/minecraft/nbt/NBTTagCompound;[Lnet/minecraft/item/ItemStack;)V
2013-08-27 01:34:33 [INFO] [STDOUT]     at mekanism.common.MekanismHooks.hook(MekanismHooks.java:54)
2013-08-27 01:34:33 [INFO] [STDOUT]     at mekanism.common.Mekanism.postInit(Mekanism.java:1151)
2013-08-27 01:34:33 [INFO] [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-08-27 01:34:33 [INFO] [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-08-27 01:34:33 [INFO] [STDOUT]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-08-27 01:34:33 [INFO] [STDOUT]     at java.lang.reflect.Method.invoke(Unknown Source)
2013-08-27 01:34:33 [INFO] [STDOUT]     at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
2013-08-27 01:34:33 [INFO] [STDOUT]     at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2013-08-27 01:34:33 [INFO] [STDOUT]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-08-27 01:34:33 [INFO] [STDOUT]     at java.lang.reflect.Method.invoke(Unknown Source)
2013-08-27 01:34:33 [INFO] [STDOUT]     at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-08-27 01:34:33 [INFO] [STDOUT]     at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-08-27 01:34:33 [INFO] [STDOUT]     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2013-08-27 01:34:33 [INFO] [STDOUT]     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-08-27 01:34:33 [INFO] [STDOUT]     at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-08-27 01:34:33 [INFO] [STDOUT]     at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
2013-08-27 01:34:33 [INFO] [STDOUT]     at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
2013-08-27 01:34:33 [INFO] [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-08-27 01:34:33 [INFO] [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-08-27 01:34:33 [INFO] [STDOUT]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-08-27 01:34:33 [INFO] [STDOUT]     at java.lang.reflect.Method.invoke(Unknown Source)
2013-08-27 01:34:33 [INFO] [STDOUT]     at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-08-27 01:34:33 [INFO] [STDOUT]     at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-08-27 01:34:33 [INFO] [STDOUT]     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2013-08-27 01:34:33 [INFO] [STDOUT]     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-08-27 01:34:33 [INFO] [STDOUT]     at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-08-27 01:34:33 [INFO] [STDOUT]     at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
2013-08-27 01:34:33 [INFO] [STDOUT]     at cpw.mods.fml.common.Loader.initializeMods(Loader.java:702)
2013-08-27 01:34:33 [INFO] [STDOUT]     ... 10 more
2013-08-27 01:34:33 [INFO] [STDOUT]
2013-08-27 01:34:33 [INFO] [STDOUT]

last experemtal ic2

@Gatean
Copy link

Gatean commented Aug 27, 2013

What exp ic2 version? hes running like 5 a day.

@npdev453
Copy link
Author

ic2 #103

@kerb3r0s
Copy link

I am using the latest version of IC2 beta (industrialcraft-2_1.118.401-lf) and I see this same behavior on my server after upgrading from Mekanism-v5.5.7.177 to Mekanism-v5.5.7.201. I have tried the following in an attempt to fix the problem:

Start the server with ONLY Mekanism-v5.5.7.201 and industrialcraft-2_1.118.401-lf --SAME ERROR
Replace the ic2/api folder in Mekanism-v5.5.7.201.jar with the ic2/api folder from Mekanism-v5.5.7.177.jar --SAME ERROR
Replace the ic2/api folder in Mekanism-v5.5.7.201.jar with the API folder from industrialcraft-2_1.118.401-lf.jar --SAME ERROR
Replace just the IMachineRecipeManager.class file in in Mekanism-v5.5.7.201.jar with the class from Mekanism-v5.5.7.177.jar --SAME ERROR
Replace just the IMachineRecipeManager.class file in in Mekanism-v5.5.7.201.jar with the class from industrialcraft-2_1.118.401-lf.jar --SAME ERROR
Use industrialcraft-2_2.0.116-experimental instead of industrialcraft-2_1.118.401-lf. --SAME ERROR
Repeat steps 1-5 using industrialcraft-2_2.0.116-experimental instead of industrialcraft-2_1.118.401-lf --SAME ERROR
Repeat step 1 using every build of Mekanism since 177 --SAME ERROR

Here's a paste of the crash when running only Mekanism-v5.5.7.201 and industrialcraft-2_1.118.401-lf: http://pastebin.com/MGEw0mCQ

Here's a paste of the crash when running Mekanism-v5.5.7.201 and industrialcraft-2_1.118.401-lf with my other mods: http://pastebin.com/gMVEmzns

@kerb3r0s
Copy link

Sorry for the duplicate post, but I noticed after the fact that 244 was closed.

@aidancbrady
Copy link
Member

Updated API...again :P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants