I am making a modpack for my wife who loves to build zoos in minecraft and this build has been totally stable until I added a few mods today. Now it crashes on launch and says "java.lang.NoClassDefFoundError: cpw/mods/fml/common/network/IGuiHandler" I am not sure what that means and I do not really know how to read crash reports soooo here it is:
Put your spoiler here.
---- Minecraft Crash Report -------- Minecraft Crash Report ----
WARNING: coremods are present: CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar) LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) IELoadingPlugin (ImmersiveEngineering-core-0.12-85.jar) CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar) DLFMLCorePlugin (DynamicLights-1.12.2.jar)Contact their authors BEFORE contacting forge
// Who set us up the TNT?
Time: 10/11/18 2:00 PMDescription: Initializing game
java.lang.NoClassDefFoundError: cpw/mods/fml/common/network/IGuiHandler at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:348) at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:526) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135) at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) at net.minecraft.client.main.Main.main(SourceFile:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.network.IGuiHandler at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 38 moreCaused by: java.lang.NullPointerException
A detailed walkthrough of the error, its code path and all known details is as follows:---------------------------------------------------------------------------------------
-- Head --Thread: Client threadStacktrace: at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:348) at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:526) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135) at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
-- Initialization --Details:Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) at net.minecraft.client.main.Main.main(SourceFile:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 130108264 bytes (124 MB) / 1064828928 bytes (1015 MB) up to 6203899904 bytes (5916 MB) JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6656m -Xms256m -XX:PermSize=256m IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.4.2766 77 mods loaded, 77 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature | |:----- |:------------------------------------- |:----------------- |:---------------------------------------------------- |:---------------------------------------- | | UC | minecraft | 1.12.2 | minecraft.jar | None | | UC | mcp | 9.42 | minecraft.jar | None | | UC | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2766.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | UC | forge | 14.23.4.2766 | forge-1.12.2-14.23.4.2766.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | UC | animalbikes | 1.11.2 | AnimalBikes_1.12.2(26Aug18).jar | None | | UC | animalium | 0.3.7 | Animalium-0.3.7.jar | None | | UC | biometweaker | 3.2.354 | BiomeTweaker-1.12.2-3.2.354.jar | bdea6e9d19f35da4858ffcc93210c6207dd590bd | | UC | biomesoplenty | 7.0.1.2402 | BiomesOPlenty-1.12.2-7.0.1.2402-universal.jar | None | | UC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None | | UC | jei | 4.12.1.217 | jei_1.12.2-4.12.1.217.jar | None | | UC | botania | r1.10-356 | Botania r1.10-356.jar | None | | UC | craftstudioapi | 1.0.0 | CraftStudio-1.0.0.93-mc1.12-alpha.jar | None | | UC | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None | | UC | natura | 1.12.2-4.3.2.62 | natura-1.12.2-4.3.2.62.jar | None | | UC | harvestcraft | 1.12.2z | Pam's HarvestCraft 1.12.2z.jar | None | | UC | animania | 1.5.1.1 | animania-1.12.2-1.5.1.1.jar | None | | UC | bearwithme | 1.12.2-1.3.1 | bearwithme-1.12.2-1.3.1.jar | None | | UC | betteranimalsplus | 1.1.3 | betteranimalsplus-1.1.3.jar | None | | UC | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None | | UC | zawa | 1.12.2-1.4.0 | zawa - 1.4.0 (1.12.2).jar | None | | UC | bookworm | 1.12.2-1.0.0 | bookworm - 1.0.0 (1.12.2).jar | None | | UC | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | UC | cofhcore | 4.6.1 | CoFHCore-1.12.2-4.6.1.22-universal.jar | None | | UC | boptools | 0.0.3 | boptools-1.12-0.0.3.0.jar | None | | UC | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None | | UC | chickens | 6.0.4 | chickens-6.0.4.jar | None | | UC | ctm | MC1.12.2-0.3.2.18 | CTM-MC1.12.2-0.3.2.18.jar | None | | U | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None | | U | chiselsandbits | 14.26 | chiselsandbits-14.26.jar | None | | U | chococraft | 0.9.1.52 | chococraft_1.12.1-0.9.1.52.jar | None | | U | corail_pillar_extension_biomesoplenty | 4.0.1 | corail_pillar_extension_biomesoplenty-4.0.1-1.12.jar | None | | U | custommainmenu | 2.0.8 | CustomMainMenu-MC1.12.2-2.0.8.jar | None | | U | cxlibrary | 1.6.1 | cxlibrary-1.12.1-1.6.1.jar | None | | U | death_compass | 0.0.3 | DeathCompass-0.0.3.jar | None | | U | ptrmodellib | 1.0.3 | PTRLib-1.0.3.jar | None | | U | props | 2.6.2 | Decocraft-2.6.2_1.12.2.jar | None | | U | dynamiclights | 1.4.9 | DynamicLights-1.12.2.jar | None | | U | dynamiclights_onfire | 1.0.7 | DynamicLights-1.12.2.jar | None | | U | dynamiclights_creepers | 1.0.6 | DynamicLights-1.12.2.jar | None | | U | dynamiclights_dropitems | 1.1.0 | DynamicLights-1.12.2.jar | None | | U | dynamiclights_entityclasses | 1.0.1 | DynamicLights-1.12.2.jar | None | | U | dynamiclights_mobequipment | 1.1.0 | DynamicLights-1.12.2.jar | None | | U | dynamiclights_flamearrows | 1.0.1 | DynamicLights-1.12.2.jar | None | | U | dynamiclights_floodlights | 1.0.3 | DynamicLights-1.12.2.jar | None | | U | dynamiclights_otherplayers | 1.0.9 | DynamicLights-1.12.2.jar | None | | U | dynamiclights_theplayer | 1.1.3 | DynamicLights-1.12.2.jar | None | | U | dynamictrees | 1.12.2-0.8.2 | DynamicTrees-1.12.2-0.8.2.jar | None | | U | dynamictreesbop | 1.12.2-1.3.2 | DynamicTreesBOP-1.12.2-1.3.2.jar | None | | U | exoticbirds | 1.0 | Exotic Birds 1.12.2-2.1.0.jar | None | | U | twilightforest | 3.8.689 | twilightforest-1.12.2-3.8.689-universal.jar | None | | U | tconstruct | 1.12.2-2.10.1.87 | TConstruct-1.12.2-2.10.1.87.jar | None | | U | extrautils2 | 1.0 | extrautils2-1.12-1.9.5.jar | None | | U | extremeanimals | 1.0.2.1 | ExtremeAnimals-1.0.2.1-1.12.2.jar | None | | U | fairylights | 2.1.4 | fairylights-2.1.4-1.12.2.jar | None | | U | familiarfauna | 1.0.10 | FamiliarFauna-1.12.2-1.0.10.jar | None | | U | cfm | 5.13.0 | furniture-5.13.0-1.12.2.jar | None | | U | ichunutil | 7.1.4 | iChunUtil-1.12.2-7.1.4.jar | None | | U | hats | 7.0.0 | Hats-1.12.2-7.0.2.jar | None | | U | hatstand | 7.0.0 | HatStand-1.12.2-7.0.1.jar | None | | U | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None | | U | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None | | U | llor | 1.1.6-mc1.12.2 | LLOverlayReloaded-1.1.6-mc1.12.2.jar | None | | U | mistcore | 1.2.1 | mistcore-1.12-1.2.1-1-universal.jar | None | | U | mistbiomes | 1.0.0 | mistbiomes-1.12-1.0.0-universal.jar | None | | U | immersiveengineering | 0.12-85 | ImmersiveEngineering-0.12-85.jar | None | | U | morechickens | 3.1.0 | morechickens-1.12.2-3.1.0.jar | None | | U | morefurnaces | 1.10.5 | MoreFurnaces-1.12.2-1.10.5.jar | None | | U | moreoverlays | 1.14 | moreoverlays-1.14-mc1.12.2.jar | None | | U | shear | 1.1.2 | MoreShearables1.3.1-1.12.2.jar | None | | U | proxyslib | 1.1.0 | Proxy's Lib-1.12.2-1.1.0.jar | None | | U | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | None | | U | spookybiomes | 1.1.1 | Spooky Biomes-1.12.2-1.1.1.jar | None | | U | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.7.jar | None | | U | toughasnails | 3.1.0.129 | ToughAsNails-1.12.2-3.1.0.129-universal.jar | None | | U | wawla | 2.5.261 | Wawla-1.12.2-2.5.261.jar | None | | U | simpleundergroundbiomes | 1.0.0 | simpleundergroundbiomes-1.0.0.jar | None | | U | corail_pillar | 4.1.0 | corail_pillar-4.1.0-1.12.jar | None |
Loaded coremods (and transformers): CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar) team.chisel.ctm.client.asm.CTMTransformerLoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) lumien.resourceloader.asm.ClassTransformerIELoadingPlugin (ImmersiveEngineering-core-0.12-85.jar) blusunrize.immersiveengineering.common.asm.IEClassTransformerCXLibraryCore (cxlibrary-1.12.1-1.6.1.jar) cubex2.cxlibrary.CoreModTransformerDLFMLCorePlugin (DynamicLights-1.12.2.jar) atomicstryker.dynamiclights.common.DLTransformer GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 416.16' Renderer: 'GeForce GTX 970/PCIe/SSE2' Pulsar/natura loaded Pulses: - NaturaCommons (Enabled/Forced) - NaturaOverworld (Enabled/Not Forced) - NaturaNether (Enabled/Not Forced) - NaturaDecorative (Enabled/Not Forced) - NaturaTools (Enabled/Not Forced) - NaturaEntities (Enabled/Not Forced) - NaturaOredict (Enabled/Forced) - NaturaWorld (Enabled/Not Forced)
Launched Version: forge-14.23.4.2766 LWJGL: 2.9.4 OpenGL: GeForce GTX 970/PCIe/SSE2 GL version 4.6.0 NVIDIA 416.16, NVIDIA Corporation GL Caps: Using GL 1.3 multitexturing.Using GL 1.3 texture combiners.Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.Shaders are available because OpenGL 2.1 is supported.VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: Current Language: English (US) Profiler Position: N/A (disabled) CPU: 8x Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz
I am making a modpack for my wife who loves to build zoos in minecraft and this build has been totally stable until I added a few mods today. Now it crashes on launch and says "java.lang.NoClassDefFoundError: cpw/mods/fml/common/network/IGuiHandler" I am not sure what that means and I do not really know how to read crash reports soooo here it is:
Put your spoiler here.
---- Minecraft Crash Report -------- Minecraft Crash Report ----
WARNING: coremods are present: CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar) LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) IELoadingPlugin (ImmersiveEngineering-core-0.12-85.jar) CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar) DLFMLCorePlugin (DynamicLights-1.12.2.jar)Contact their authors BEFORE contacting forge
// Who set us up the TNT?
Time: 10/11/18 2:00 PMDescription: Initializing game
java.lang.NoClassDefFoundError: cpw/mods/fml/common/network/IGuiHandler at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:348) at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:526) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135) at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) at net.minecraft.client.main.Main.main(SourceFile:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.network.IGuiHandler at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 38 moreCaused by: java.lang.NullPointerException
A detailed walkthrough of the error, its code path and all known details is as follows:---------------------------------------------------------------------------------------
-- Head --Thread: Client threadStacktrace: at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:348) at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:526) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135) at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
-- Initialization --Details:Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) at net.minecraft.client.main.Main.main(SourceFile:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 130108264 bytes (124 MB) / 1064828928 bytes (1015 MB) up to 6203899904 bytes (5916 MB) JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6656m -Xms256m -XX:PermSize=256m IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.4.2766 77 mods loaded, 77 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature | |:----- |:------------------------------------- |:----------------- |:---------------------------------------------------- |:---------------------------------------- | | UC | minecraft | 1.12.2 | minecraft.jar | None | | UC | mcp | 9.42 | minecraft.jar | None | | UC | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2766.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | UC | forge | 14.23.4.2766 | forge-1.12.2-14.23.4.2766.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | UC | animalbikes | 1.11.2 | AnimalBikes_1.12.2(26Aug18).jar | None | | UC | animalium | 0.3.7 | Animalium-0.3.7.jar | None | | UC | biometweaker | 3.2.354 | BiomeTweaker-1.12.2-3.2.354.jar | bdea6e9d19f35da4858ffcc93210c6207dd590bd | | UC | biomesoplenty | 7.0.1.2402 | BiomesOPlenty-1.12.2-7.0.1.2402-universal.jar | None | | UC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None | | UC | jei | 4.12.1.217 | jei_1.12.2-4.12.1.217.jar | None | | UC | botania | r1.10-356 | Botania r1.10-356.jar | None | | UC | craftstudioapi | 1.0.0 | CraftStudio-1.0.0.93-mc1.12-alpha.jar | None | | UC | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None | | UC | natura | 1.12.2-4.3.2.62 | natura-1.12.2-4.3.2.62.jar | None | | UC | harvestcraft | 1.12.2z | Pam's HarvestCraft 1.12.2z.jar | None | | UC | animania | 1.5.1.1 | animania-1.12.2-1.5.1.1.jar | None | | UC | bearwithme | 1.12.2-1.3.1 | bearwithme-1.12.2-1.3.1.jar | None | | UC | betteranimalsplus | 1.1.3 | betteranimalsplus-1.1.3.jar | None | | UC | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None | | UC | zawa | 1.12.2-1.4.0 | zawa - 1.4.0 (1.12.2).jar | None | | UC | bookworm | 1.12.2-1.0.0 | bookworm - 1.0.0 (1.12.2).jar | None | | UC | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | UC | cofhcore | 4.6.1 | CoFHCore-1.12.2-4.6.1.22-universal.jar | None | | UC | boptools | 0.0.3 | boptools-1.12-0.0.3.0.jar | None | | UC | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None | | UC | chickens | 6.0.4 | chickens-6.0.4.jar | None | | UC | ctm | MC1.12.2-0.3.2.18 | CTM-MC1.12.2-0.3.2.18.jar | None | | U | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None | | U | chiselsandbits | 14.26 | chiselsandbits-14.26.jar | None | | U | chococraft | 0.9.1.52 | chococraft_1.12.1-0.9.1.52.jar | None | | U | corail_pillar_extension_biomesoplenty | 4.0.1 | corail_pillar_extension_biomesoplenty-4.0.1-1.12.jar | None | | U | custommainmenu | 2.0.8 | CustomMainMenu-MC1.12.2-2.0.8.jar | None | | U | cxlibrary | 1.6.1 | cxlibrary-1.12.1-1.6.1.jar | None | | U | death_compass | 0.0.3 | DeathCompass-0.0.3.jar | None | | U | ptrmodellib | 1.0.3 | PTRLib-1.0.3.jar | None | | U | props | 2.6.2 | Decocraft-2.6.2_1.12.2.jar | None | | U | dynamiclights | 1.4.9 | DynamicLights-1.12.2.jar | None | | U | dynamiclights_onfire | 1.0.7 | DynamicLights-1.12.2.jar | None | | U | dynamiclights_creepers | 1.0.6 | DynamicLights-1.12.2.jar | None | | U | dynamiclights_dropitems | 1.1.0 | DynamicLights-1.12.2.jar | None | | U | dynamiclights_entityclasses | 1.0.1 | DynamicLights-1.12.2.jar | None | | U | dynamiclights_mobequipment | 1.1.0 | DynamicLights-1.12.2.jar | None | | U | dynamiclights_flamearrows | 1.0.1 | DynamicLights-1.12.2.jar | None | | U | dynamiclights_floodlights | 1.0.3 | DynamicLights-1.12.2.jar | None | | U | dynamiclights_otherplayers | 1.0.9 | DynamicLights-1.12.2.jar | None | | U | dynamiclights_theplayer | 1.1.3 | DynamicLights-1.12.2.jar | None | | U | dynamictrees | 1.12.2-0.8.2 | DynamicTrees-1.12.2-0.8.2.jar | None | | U | dynamictreesbop | 1.12.2-1.3.2 | DynamicTreesBOP-1.12.2-1.3.2.jar | None | | U | exoticbirds | 1.0 | Exotic Birds 1.12.2-2.1.0.jar | None | | U | twilightforest | 3.8.689 | twilightforest-1.12.2-3.8.689-universal.jar | None | | U | tconstruct | 1.12.2-2.10.1.87 | TConstruct-1.12.2-2.10.1.87.jar | None | | U | extrautils2 | 1.0 | extrautils2-1.12-1.9.5.jar | None | | U | extremeanimals | 1.0.2.1 | ExtremeAnimals-1.0.2.1-1.12.2.jar | None | | U | fairylights | 2.1.4 | fairylights-2.1.4-1.12.2.jar | None | | U | familiarfauna | 1.0.10 | FamiliarFauna-1.12.2-1.0.10.jar | None | | U | cfm | 5.13.0 | furniture-5.13.0-1.12.2.jar | None | | U | ichunutil | 7.1.4 | iChunUtil-1.12.2-7.1.4.jar | None | | U | hats | 7.0.0 | Hats-1.12.2-7.0.2.jar | None | | U | hatstand | 7.0.0 | HatStand-1.12.2-7.0.1.jar | None | | U | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None | | U | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None | | U | llor | 1.1.6-mc1.12.2 | LLOverlayReloaded-1.1.6-mc1.12.2.jar | None | | U | mistcore | 1.2.1 | mistcore-1.12-1.2.1-1-universal.jar | None | | U | mistbiomes | 1.0.0 | mistbiomes-1.12-1.0.0-universal.jar | None | | U | immersiveengineering | 0.12-85 | ImmersiveEngineering-0.12-85.jar | None | | U | morechickens | 3.1.0 | morechickens-1.12.2-3.1.0.jar | None | | U | morefurnaces | 1.10.5 | MoreFurnaces-1.12.2-1.10.5.jar | None | | U | moreoverlays | 1.14 | moreoverlays-1.14-mc1.12.2.jar | None | | U | shear | 1.1.2 | MoreShearables1.3.1-1.12.2.jar | None | | U | proxyslib | 1.1.0 | Proxy's Lib-1.12.2-1.1.0.jar | None | | U | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | None | | U | spookybiomes | 1.1.1 | Spooky Biomes-1.12.2-1.1.1.jar | None | | U | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.7.jar | None | | U | toughasnails | 3.1.0.129 | ToughAsNails-1.12.2-3.1.0.129-universal.jar | None | | U | wawla | 2.5.261 | Wawla-1.12.2-2.5.261.jar | None | | U | simpleundergroundbiomes | 1.0.0 | simpleundergroundbiomes-1.0.0.jar | None | | U | corail_pillar | 4.1.0 | corail_pillar-4.1.0-1.12.jar | None |
Loaded coremods (and transformers): CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar) team.chisel.ctm.client.asm.CTMTransformerLoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) lumien.resourceloader.asm.ClassTransformerIELoadingPlugin (ImmersiveEngineering-core-0.12-85.jar) blusunrize.immersiveengineering.common.asm.IEClassTransformerCXLibraryCore (cxlibrary-1.12.1-1.6.1.jar) cubex2.cxlibrary.CoreModTransformerDLFMLCorePlugin (DynamicLights-1.12.2.jar) atomicstryker.dynamiclights.common.DLTransformer GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 416.16' Renderer: 'GeForce GTX 970/PCIe/SSE2' Pulsar/natura loaded Pulses: - NaturaCommons (Enabled/Forced) - NaturaOverworld (Enabled/Not Forced) - NaturaNether (Enabled/Not Forced) - NaturaDecorative (Enabled/Not Forced) - NaturaTools (Enabled/Not Forced) - NaturaEntities (Enabled/Not Forced) - NaturaOredict (Enabled/Forced) - NaturaWorld (Enabled/Not Forced)
Launched Version: forge-14.23.4.2766 LWJGL: 2.9.4 OpenGL: GeForce GTX 970/PCIe/SSE2 GL version 4.6.0 NVIDIA 416.16, NVIDIA Corporation GL Caps: Using GL 1.3 multitexturing.Using GL 1.3 texture combiners.Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.Shaders are available because OpenGL 2.1 is supported.VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: Current Language: English (US) Profiler Position: N/A (disabled) CPU: 8x Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz
Any help would be greatly appreciated.
Just wanted to reiterate that this is an issue. Still have not figured it out and would love some help.