[SOLVED] FTB Unleashed Crash When Disabling [ALL] Forestry Related

Status
Not open for further replies.

zCha0z

New Member
Jul 29, 2019
9
0
0
Trying to Uninstall/Disable any Forestry mod(s) related. But errors keep showing.

*Clean Install of FTB Unleashed.
*No Mods
were Added nor Enabled/Disabled

-Trying to uninstall-
>BiblioWoods-Foresty-1.0
>DenPipes-Forestry-1.5.2-1.0.4
>Forestry-A-2.2.8.4
>MagicBees-2.1.1
>PluginsForForestry-1.5.2-3.0.17

Should I Enable/Disable something?

[Whole Log]
http://pastebin.com/wK769LQH

Code:
2013-11-28 13:50:44 [INFO] [ForgeModLoader] Registering Forge Packet Handler
2013-11-28 13:50:44 [INFO] [ForgeModLoader] Succeeded registering Forge Packet Handler
2013-11-28 13:50:47 [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.NoClassDefFoundError: forestry/api/core/ForestryEvent$SpeciesDiscovered
2013-11-28 13:50:47 [INFO] [STDERR] at java.lang.Class.getDeclaredMethods0(Native Method)
2013-11-28 13:50:47 [INFO] [STDERR] at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
2013-11-28 13:50:47 [INFO] [STDERR] at java.lang.Class.getDeclaredMethods(Unknown Source)
2013-11-28 13:50:47 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:319)
2013-11-28 13:50:47 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:464)
2013-11-28 13:50:47 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
2013-11-28 13:50:47 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-11-28 13:50:47 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-11-28 13:50:47 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-11-28 13:50:47 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-11-28 13:50:47 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-11-28 13:50:47 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-11-28 13:50:47 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-11-28 13:50:47 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192)
2013-11-28 13:50:47 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172)
2013-11-28 13:50:47 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-11-28 13:50:47 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-11-28 13:50:47 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-11-28 13:50:47 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-11-28 13:50:47 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-11-28 13:50:47 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-11-28 13:50:47 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-11-28 13:50:47 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-11-28 13:50:47 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-11-28 13:50:47 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103)
2013-11-28 13:50:47 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:504)
2013-11-28 13:50:47 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:163)
2013-11-28 13:50:47 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:411)
2013-11-28 13:50:47 [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
2013-11-28 13:50:47 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:733)
2013-11-28 13:50:47 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
2013-11-28 13:50:47 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: forestry.api.core.ForestryEvent$SpeciesDiscovered
2013-11-28 13:50:47 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
2013-11-28 13:50:47 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-11-28 13:50:47 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-11-28 13:50:47 [INFO] [STDERR] ... 31 more
2013-11-28 13:50:47 [INFO] [STDERR] Caused by: java.lang.NullPointerException
2013-11-28 13:50:47 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:227)
2013-11-28 13:50:47 [INFO] [STDERR] ... 33 more
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,799
248
Caused by: java.lang.ClassNotFoundException: forestry.api.core.ForestryEvent$SpeciesDiscovered
This line lets me think its a mod that does something with bees. Is extra bees a part of unleashed? If so you may have forgot that one.
 
  • Like
Reactions: zCha0z

zCha0z

New Member
Jul 29, 2019
9
0
0
Thank You! It was binnie-mods-1.7.0b that I forgot to remove. It's all good now!
 
Status
Not open for further replies.