java.lang.NoClassDefFoundError

Issue #21 resolved
Yura Pisarenko created an issue

Hello! Here is problem to run game with many mods. Game will don't not run, and turn off with this error: [STDERR] Exception in thread "Minecraft main thread" java.lang.NoClassDefFoundError: forestry/api/core/ForestryEvent$SpeciesDiscovered I try any versions of forestry (2.2.0.0-2.8.0.0) and exbees (1.6.16-1.7.0b), but this don't take a result. Game working properly without binnie.mods, no difference whether there is any additional mods or not. Used Forge 7.8.0.7 Have you can specify with what version of Forestry and Forge your mod support on your site. Thank you in advance.

Forge log: 2013-07-05 16:38:54 [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.NoClassDefFoundError: forestry/api/core/ForestryEvent$SpeciesDiscovered 2013-07-05 16:38:54 [INFO] [STDERR] at java.lang.Class.getDeclaredMethods0(Native Method) 2013-07-05 16:38:54 [INFO] [STDERR] at java.lang.Class.privateGetDeclaredMethods(Class.java:2451) 2013-07-05 16:38:54 [INFO] [STDERR] at java.lang.Class.getDeclaredMethods(Class.java:1810) 2013-07-05 16:38:54 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:319) 2013-07-05 16:38:54 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:464) 2013-07-05 16:38:54 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) 2013-07-05 16:38:54 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2013-07-05 16:38:54 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:601) 2013-07-05 16:38:54 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2013-07-05 16:38:54 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2013-07-05 16:38:54 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) 2013-07-05 16:38:54 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2013-07-05 16:38:54 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2013-07-05 16:38:54 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192) 2013-07-05 16:38:54 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172) 2013-07-05 16:38:54 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-07-05 16:38:54 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 2013-07-05 16:38:54 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2013-07-05 16:38:54 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:601) 2013-07-05 16:38:54 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2013-07-05 16:38:54 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2013-07-05 16:38:54 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) 2013-07-05 16:38:54 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2013-07-05 16:38:54 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2013-07-05 16:38:54 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103) 2013-07-05 16:38:54 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:504) 2013-07-05 16:38:54 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:163) 2013-07-05 16:38:54 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:411) 2013-07-05 16:38:54 [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56) 2013-07-05 16:38:54 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:696) 2013-07-05 16:38:54 [INFO] [STDERR] at java.lang.Thread.run(Thread.java:722) 2013-07-05 16:38:54 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: forestry.api.core.ForestryEvent$SpeciesDiscovered 2013-07-05 16:38:54 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238) 2013-07-05 16:38:54 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:423) 2013-07-05 16:38:54 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:356) 2013-07-05 16:38:54 [INFO] [STDERR] ... 31 more 2013-07-05 16:38:54 [INFO] [STDERR] Caused by: java.lang.NullPointerException 2013-07-05 16:38:54 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:227) 2013-07-05 16:38:54 [INFO] [STDERR] ... 33 more

Sorry for my English.

Comments (1)

  1. Log in to comment