So recently, I've installed some mods to Minecraft 1.9 with the new Minecraft 1.9 Forge API released. I have installed a few mods and now Minecraft just doesn't wanna load up for some reason. Please take a look at this crash report and tell me what is wrong.
Crash Report: (System Details, and Crash Description included within the report)
---- Minecraft Crash Report ----
WARNING: coremods are present:
LoadingPlugin (ChunkAnimator-MC1.9-1.1.jar)
Contact their authors BEFORE contacting forge
// Oh - I know what I did wrong!
Time: 3/24/16 5:10 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraftforge/fml/common/registry/LanguageRegistry
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:172)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:739)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:307)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:346)
at net.minecraft.client.main.Main.main(SourceFile:124)
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.NoClassDefFoundError: net/minecraftforge/fml/common/registry/LanguageRegistry
at myBiome.LangManager.<clinit>(LangManager.java:12)
at myBiome.myBiomes.init(myBiomes.java:39)
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:560)
at sun.reflect.GeneratedMethodAccessor3.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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:221)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:199)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:128)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:737)
... 10 more
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.common.registry.LanguageRegistry
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 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 40 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
Thanks, ive recently posted this issue on Minecraft Forge Forums for help, they've resopnded with the same solution. I came here for another solution and expected myBiomes error. ;D
Hey, I know it's been a while since this thread was started but I just wanted to explain what was going on here. Forge used to use a localisation system based on a LanguageRegistry class, but this system got removed after a long period of depreciation (basically, where it is marked as being obselete but still included in the code to prevent errors like the one you suffered). I, being lazy, didn't implement the new system and then about a week ago the old class got removed from Forge, breaking the mod. I issued an update fixing this later that day though so hopefully your error has been fixed.
Rollback Post to RevisionRollBack
"Say what you want and be who you are because those that care don't matter and those that matter don't care." -Dr. Seuss.
To post a comment, please login or register a new account.
So recently, I've installed some mods to Minecraft 1.9 with the new Minecraft 1.9 Forge API released. I have installed a few mods and now Minecraft just doesn't wanna load up for some reason. Please take a look at this crash report and tell me what is wrong.
Crash Report: (System Details, and Crash Description included within the report)
---- Minecraft Crash Report ----
WARNING: coremods are present:
LoadingPlugin (ChunkAnimator-MC1.9-1.1.jar)
Contact their authors BEFORE contacting forge
// Oh - I know what I did wrong!
Time: 3/24/16 5:10 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraftforge/fml/common/registry/LanguageRegistry
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:172)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:739)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:307)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:346)
at net.minecraft.client.main.Main.main(SourceFile:124)
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.NoClassDefFoundError: net/minecraftforge/fml/common/registry/LanguageRegistry
at myBiome.LangManager.<clinit>(LangManager.java:12)
at myBiome.myBiomes.init(myBiomes.java:39)
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:560)
at sun.reflect.GeneratedMethodAccessor3.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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:221)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:199)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:128)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:737)
... 10 more
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.common.registry.LanguageRegistry
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 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 40 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.9
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: 360756872 bytes (344 MB) / 570425344 bytes (544 MB) up to 954728448 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: Minecraft 1.9 MCP 9.23 Powered by Forge 12.16.0.1807 11 mods loaded, 11 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHI mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHI FML{8.0.99.99} [Forge Mod Loader] (forge-1.9-12.16.0.1807-1.9.jar)
UCHI Forge{12.16.0.1807} [Minecraft Forge] (forge-1.9-12.16.0.1807-1.9.jar)
UCHE myB{2.1.1} [myBiomes] ([1.9]myBiome - Release v2.1.1a.jar)
UCHI ChunkAnimator{1.1} [Chunk Animator] (ChunkAnimator-MC1.9-1.1.jar)
UCHI harvestchevsky{b1} [Gentle Harvest] (Gentle_Harvest_1.9_b1.zip)
UCHI JEI{3.1.0.170} [Just Enough Items] (jei_1.9-3.1.0.170.jar)
UCHI lteleporters{1.1.1} [Lemon's Simple Teleporters] (LemonsSimpleTeleporters-1.1.1.jar)
UCHI planttech{1.3.0} [Planttech] (planttech-1.3.0 - 1.9.jar)
UCHI fuj1n.recmod{v1.5.2} [Recording Status Mod] (RecStatusMod-1.9-v1.5.2.jar)
UCHI dropchevsky{b11} [World Drop] (WorldDrop_1.9_b11.jar)
Loaded coremods (and transformers):
LoadingPlugin (ChunkAnimator-MC1.9-1.1.jar)
lumien.chunkanimator.asm.ClassTransformer
GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.4276' Renderer: 'Intel(R) HD Graphics 4000'
Emm.. Ok?
Thanks, ive recently posted this issue on Minecraft Forge Forums for help, they've resopnded with the same solution. I came here for another solution and expected myBiomes error. ;D
Emm.. Ok?
Fine... ;-;
Emm.. Ok?
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumHey, I know it's been a while since this thread was started but I just wanted to explain what was going on here. Forge used to use a localisation system based on a LanguageRegistry class, but this system got removed after a long period of depreciation (basically, where it is marked as being obselete but still included in the code to prevent errors like the one you suffered). I, being lazy, didn't implement the new system and then about a week ago the old class got removed from Forge, breaking the mod. I issued an update fixing this later that day though so hopefully your error has been fixed.
"Say what you want and be who you are because those that care don't matter and those that matter don't care." -Dr. Seuss.