I'm trying to put together a modpack to play with some friends, but I can't get codechicken lib to work for some reason. Everytime I try to run Minecraft with Forge it reaches the end of phase 1 initializing mods and crashes, saying that "The game crashed whilst there was a severe problem during mod loading that has caused the game to fail Error: net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from CodeChicken Lib (codechickenlib)"
Here is my crash log:
---- Minecraft Crash Report -------- Minecraft Crash Report ----
WARNING: coremods are present: CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar) MixinLoaderForge (Valkyrien-Warfare-Mod-1.12.2.jar) AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.4.0-63.jar) OTGCorePlugin (OTG-Core.jar) BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar) TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.8-core.jar)Contact their authors BEFORE contacting forge
// I blame Dinnerbone.
Time: 6/7/18 3:23 PMDescription: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from CodeChicken Lib (codechickenlib)Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/RenderGlobal at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Class.java:2663) at java.lang.Class.getConstructor0(Class.java:3067) at java.lang.Class.getConstructor(Class.java:1817) at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:128) at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:112) at codechicken.lib.render.CCRenderEventHandler.init(CCRenderEventHandler.java:25) at codechicken.lib.internal.proxy.ProxyClient.preInit(ProxyClient.java:56) at codechicken.lib.CodeChickenLib.preInit(CodeChickenLib.java:47) 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:483) at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:600) at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) 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:280) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:258) 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:483) 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:149) at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:637) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:270) 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:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.RenderGlobal at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 49 more
I'm trying to put together a modpack to play with some friends, but I can't get codechicken lib to work for some reason. Everytime I try to run Minecraft with Forge it reaches the end of phase 1 initializing mods and crashes, saying that "The game crashed whilst there was a severe problem during mod loading that has caused the game to fail Error: net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from CodeChicken Lib (codechickenlib)"
Here is my crash log:
---- Minecraft Crash Report -------- Minecraft Crash Report ----
WARNING: coremods are present: CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar) MixinLoaderForge (Valkyrien-Warfare-Mod-1.12.2.jar) AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.4.0-63.jar) OTGCorePlugin (OTG-Core.jar) BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar) TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.8-core.jar)Contact their authors BEFORE contacting forge
// I blame Dinnerbone.
Time: 6/7/18 3:23 PMDescription: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from CodeChicken Lib (codechickenlib)Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/RenderGlobal at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Class.java:2663) at java.lang.Class.getConstructor0(Class.java:3067) at java.lang.Class.getConstructor(Class.java:1817) at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:128) at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:112) at codechicken.lib.render.CCRenderEventHandler.init(CCRenderEventHandler.java:25) at codechicken.lib.internal.proxy.ProxyClient.preInit(ProxyClient.java:56) at codechicken.lib.CodeChickenLib.preInit(CodeChickenLib.java:47) 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:483) at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:600) at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) 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:280) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:258) 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:483) 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:149) at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:637) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:270) 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:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.RenderGlobal at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 49 more
A detailed walkthrough of the error, its code path and all known details is as follows:---------------------------------------------------------------------------------------
-- System Details --Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 328871376 bytes (313 MB) / 850419712 bytes (811 MB) up to 6429081600 bytes (6131 MB) JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.3.2679 54 mods loaded, 54 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 | |:----- |:--------------------- |:---------------------- |:--------------------------------------------- |:---------------------------------------- | | UCH | minecraft | 1.12.2 | minecraft.jar | None | | UCH | mcp | 9.42 | minecraft.jar | None | | UCH | FML | 8.0.99.99 | forge-1.12.2-14.23.3.2679.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | UCH | forge | 14.23.3.2679 | forge-1.12.2-14.23.3.2679.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | UCH | advancedrocketrycore | 1 | minecraft.jar | None | | UCH | otgcore | 1.12.2 - v7 | minecraft.jar | None | | UCH | movillages | 1.5.4 | [1.12]MoVillages-1.5.4.jar | None | | UCH | actuallyadditions | 1.12.2-r134 | ActuallyAdditions-1.12.2-r134.jar | None | | UCH | libvulpes | 0.2.8.-31 | LibVulpes-1.12.2-0.2.8-31-universal.jar | None | | UCH | advancedrocketry | 1.4.0.-63 | AdvancedRocketry-1.12.2-1.4.0-63.jar | None | | UCH | animalium | 0.3.7 | Animalium-0.3.7.jar | None | | UCH | appliedenergistics2 | rv5-stable-11 | appliedenergistics2-rv5-stable-11.jar | None | | UCH | betterfoliage | 2.1.10 | BetterFoliage-MC1.12-2.1.10.jar | None | | UCH | openterraingenerator | v6 | OpenTerrainGenerator-1.12.2+-+v6.jar | e9f7847a78c5342af5b0a9e04e5abc0b554d69e0 | | UCH | biomebundle | 5.1 | Biome_Bundle-1.12.2-v6.1.jar | None | | UCH | cd4017be_lib | 6.2.3 | CD4017BE_lib-1.12.2-6.2.3.jar | None | | UCH | ctm | MC1.12-0.2.3.12 | CTM-MC1.12-0.2.3.12.jar | None | | UCE | chisel | MC1.12.2-0.2.0.31 | Chisel-MC1.12.2-0.2.0.31.jar | None | | UCE | chiselsandbits | 14.16 | chiselsandbits-14.16.jar | None | | UCE | codechickenlib | 3.1.8.341 | CodeChickenLib-1.12.2-3.1.8.341-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | UCH | cookingforblockheads | 6.3.26 | CookingForBlockheads_1.12.2-6.3.26.jar | None | | UCH | death_compass | 0.0.3 | DeathCompass-0.0.3.jar | None | | UCH | elevatorid | 1.3.6 | ElevatorMod-1.12.2-1.3.6.jar | None | | UCE | enderstorage | 2.4.2.126 | EnderStorage-1.12.2-2.4.2.126-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | UCH | ferdinandsflowers | 1.10.1b | Ferdinand's Flowers-1.10.1b-1.12.jar | None | | UCE | forgemultipartcbe | 2.4.1.57 | ForgeMultipart-1.12.2-2.4.1.57-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | UCE | microblockcbe | 2.4.1.57 | ForgeMultipart-1.12.2-2.4.1.57-universal.jar | None | | UCH | minecraftmultipartcbe | 2.4.1.57 | ForgeMultipart-1.12.2-2.4.1.57-universal.jar | None | | UCH | ironchest | 1.12.2-7.0.40.824 | ironchest-1.12.2-7.0.40.824.jar | None | | UCH | jei | 4.9.1.175 | jei_1.12.2-4.9.1.175.jar | None | | UCH | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None | | UCH | jaff | 1.7_for_1.12 | JustAFewFish-1.7_for_1.12.jar | None | | UCH | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None | | UCH | mcjtylib_ng | 2.6.7 | mcjtylib-1.12-2.6.7.jar | None | | UCH | redstoneflux | 2.0.1 | RedstoneFlux-1.12-2.0.1.2-universal.jar | d4f1503fbacd9b9fb767720420c5395104239ec9 | | UCH | mekanism | 1.12.2-9.4.10.345 | Mekanism-1.12.2-9.4.10.345.jar | None | | UCH | mercurius | 1.0.6 | Mercurius-1.12.2.jar | None | | UCH | neid | 1.5.4.1 | NotEnoughIDs-1.12.jar | None | | UCH | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None | | UCE | rftools | 7.33 | rftools-1.12-7.33.jar | None | | UCE | rftoolscontrol | 1.8.1 | rftoolsctrl-1.12-1.8.1.jar | None | | UCH | tconstruct | 1.12.2-2.10.0.75 | TConstruct-1.12.2-2.10.0.75.jar | None | | UCH | thebetweenlands | 3.3.8 | TheBetweenlands-3.3.8-universal.jar | 38067d6878811efb38b6a045521cfd80b9b60b38 | | UCH | tcomplement | ${version} | TinkersComplement-1.12.2-0.2.3b.jar | None | | UCH | tinkertoolleveling | 1.12-1.0.4.DEV.5d716b9 | TinkerToolLeveling-1.12-1.0.4.jar | None | | UCH | tombmanygraves | @[email protected] | TombManyGraves-1.12-4.0.3.jar | None | | UCH | totemic | 1.12.2-0.11.1 | Totemic-1.12.2-0.11.1.jar | 21d11d7bf4d97b465382a1f95428029aac6daaea | | UCH | tothebatpoles | 1.12-1.1.0.0 | tothebatpoles-1.12-1.1.0.0.jar | None | | UCH | twilightforest | 3.6.345 | twilightforest-1.12.2-3.6.345-universal.jar | None | | UCH | uppers | 0.0.6 | Uppers-0.0.6.jar | None | | UCH | valkyrienwarfare | 0.9_alpha | Valkyrien-Warfare-Mod-1.12.2.jar | None | | UCH | waddles | 0.6.0 | Waddles-1.12.2-0.6.0.jar | None | | UCH | waterstrainer | 3.2.0 | WaterStrainer-1.12-3.2.0.jar | None | | UCH | wawla | 2.5.256 | Wawla-1.12.2-2.5.256.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
Loaded coremods (and transformers): CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar) team.chisel.ctm.client.asm.CTMTransformerMixinLoaderForge (Valkyrien-Warfare-Mod-1.12.2.jar) AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.4.0-63.jar) zmaster587.advancedRocketry.asm.ClassTransformerOTGCorePlugin (OTG-Core.jar) com.pg85.otg.forge.asm.OTGClassTransformerBetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar) mods.betterfoliage.loader.BetterFoliageTransformerTheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.8-core.jar) thebetweenlands.core.TheBetweenlandsClassTransformer GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 391.01' Renderer: 'GeForce GTX 1070/PCIe/SSE2' AE2 Version: stable rv5-stable-11 for Forge 14.23.1.2554 Pulsar/tconstruct loaded Pulses: - TinkerCommons (Enabled/Forced) - TinkerWorld (Enabled/Not Forced) - TinkerTools (Enabled/Not Forced) - TinkerHarvestTools (Enabled/Forced) - TinkerMeleeWeapons (Enabled/Forced) - TinkerRangedWeapons (Enabled/Forced) - TinkerModifiers (Enabled/Forced) - TinkerSmeltery (Enabled/Not Forced) - TinkerGadgets (Enabled/Not Forced) - TinkerOredict (Enabled/Forced) - TinkerIntegration (Enabled/Forced) - TinkerFluids (Enabled/Forced) - TinkerMaterials (Enabled/Forced) - TinkerModelRegister (Enabled/Forced) - chiselIntegration (Enabled/Not Forced) - chiselsandbitsIntegration (Enabled/Not Forced)
Pulsar/tcomplement loaded Pulses: - ModuleCommons (Enabled/Forced) - ModuleFeature (Enabled/Not Forced) - ChiselPlugin (Enabled/Not Forced)
I took most of these mods out of Sevtech's directory, as well as using that same version of Forge. (14.23.3.2679)
I'd really appreciate any advice on this.