Help!My modded Minecraft keeps crashing!It was going just fine with all these mods until I tried to install a different one,then it went all crazy.What should I do?Here's the crash report:
---- Minecraft Crash Report ----
// Why is it breaking
Time: 5/13/13 4:26 PM
Description: Failed to start game
java.lang.RuntimeException: Duplicate stat id: "Unknown stat" and "achievement.enterTheNether" at id 5244893
at net.minecraft.stats.StatBase.func_75971_g(SourceFile:32)
at net.minecraft.stats.Achievement.func_75985_c(SourceFile:51)
at Oneric.MNC.common.MNCAchievements.<init>(MNCAchievements.java:21)
at Oneric.MNC.common.mod_netherbr.load(mod_netherbr.java:377)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:690)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:206)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:447)
at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:732)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
Help!My modded Minecraft keeps crashing!It was going just fine with all these mods until I tried to install a different one,then it went all crazy.What should I do?Here's the crash report:
---- Minecraft Crash Report ----
// Why is it breaking
Time: 5/13/13 4:26 PM
Description: Failed to start game
java.lang.RuntimeException: Duplicate stat id: "Unknown stat" and "achievement.enterTheNether" at id 5244893
Well i'm no expert but i'd first try removing that ultimate nether mod since it appeared to error on load, and that the exception has to do with "enter the nether" achievement. If that doesn't work, i'm not sure what the problem is, sometimes mods just don't play nice with each other, even when using a mod loader.
Please remember to follow proper rules when submitting questions on the forums, it makes it easier for everyone to help you. Minecraft Forums - How to ask for help
Rollback Post to RevisionRollBack
Spoiler tags are your friends when posting errors. USE THEM!
[spoiler] stuff here [/spoiler]
To post a comment, please login or register a new account.
---- Minecraft Crash Report ----
// Why is it breaking
Time: 5/13/13 4:26 PM
Description: Failed to start game
java.lang.RuntimeException: Duplicate stat id: "Unknown stat" and "achievement.enterTheNether" at id 5244893
at net.minecraft.stats.StatBase.func_75971_g(SourceFile:32)
at net.minecraft.stats.Achievement.func_75985_c(SourceFile:51)
at Oneric.MNC.common.MNCAchievements.<init>(MNCAchievements.java:21)
at Oneric.MNC.common.mod_netherbr.load(mod_netherbr.java:377)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:690)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:206)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:447)
at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:732)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.5.2
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_15, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 360152440 bytes (343 MB) / 519110656 bytes (495 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 2 total; -Xms512m -Xmx1024m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v7.51 FML v5.2.5.686 Minecraft Forge 7.8.0.686 30 mods loaded, 30 mods active
mcp{7.44} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{5.2.5.686} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Forge{7.8.0.686} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
mod_TooManyItems{1.5.2 2013-04-25} [mod_TooManyItems] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
GuiAPI{0.15.4} [GuiAPI] (GuiAPI-0.15.4-1.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
HarkenScythe_Core{2.1.5} [HarkenScythe] (1.5.2HarkenScythe_v2.1.5Forge.zip) Unloaded->Constructed->Pre-initialized->Initialized
DamageIndicatorsMod{2.6.4} [Damage Indicators] ([1.5.1]DamageIndicators v2.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_RedstoneArmor{1.0} [mod_RedstoneArmor] ([1.5.2] Useful Redstone Mod.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_RedstoneTools{1.0} [mod_RedstoneTools] ([1.5.2] Useful Redstone Mod.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_ReiMinimap{v3.3_05 [1.5.2]} [mod_ReiMinimap] ([1.5.2]ReiMinimap_v3.3_05.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_AnimalBikes{1.0} [mod_AnimalBikes] (AnimalBikes_Modloader_1.5.2 (1).zip) Unloaded->Constructed->Pre-initialized->Initialized
AnimatedPlayer{1.1.1} [Animated Player Mod] (Animated Player v1.1.1 mc1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_Biosphere{1.5.2} [mod_Biosphere] (Biosphere.zip) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Core{3.5.1} [BuildCraft] (buildcraft-A-3.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Builders{3.5.1} [BC Builders] (buildcraft-A-3.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Energy{3.5.1} [BC Energy] (buildcraft-A-3.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Factory{3.5.1} [BC Factory] (buildcraft-A-3.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Transport{3.5.1} [BC Transport] (buildcraft-A-3.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Silicon{3.5.1} [BC Silicon] (buildcraft-A-3.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
mod_ChatBubbles{3.1.4.4.0} [mod_ChatBubbles] (ChatBubbles152 (1).zip) Unloaded->Constructed->Pre-initialized->Initialized
ClaySoldiersMod{9.1} [Clay Soldiers Mod] (CSM_v911.jar) Unloaded->Constructed->Pre-initialized->Initialized
CustomNpcs{0.8} [CustomNpcs] (CustomNPCs_1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
Wuppy29_Koi{1.10.1} [Koi] (Koi 1.10.1 (1).zip) Unloaded->Constructed->Pre-initialized->Initialized
M-Ore{0.0.1} [M-Ore mod] (M-Ore (2).zip) Unloaded->Constructed->Pre-initialized->Initialized
MutantCreatures{1.3.4} [Mutant Creatures] (Mutant Creatures v1.3.4 mc1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
SAP_Man{1.4.2} [SanAndreasPs Managers] (SAP_ManPack_v142.jar) Unloaded->Constructed->Pre-initialized->Initialized
TStormFix{1.0} [Thunderstorm Fix] (SAP_ManPack_v142.jar) Unloaded->Constructed->Pre-initialized->Initialized
TwilightForest{1.17.2} [The Twilight Forest] (twilightforest-1.17.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
Onerics-MNC{1.8.2} [The Ultimate Nether Mod] (Ultimate-Nether_MC-1.5.2_Mod-1.8.2 (1).zip) Unloaded->Constructed->Pre-initialized->Errored
WirelessRedstoneCore{1.7} [Wireless Redstone] (WirelessRedstone-Universal-v1.7.zip) Unloaded->Constructed->Pre-initialized->Initialized
LWJGL: 2.4.2
OpenGL: Intel(R) G45/G43 Express Chipset GL version 2.1.0 - Build 8.15.10.2202, Intel
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Well i'm no expert but i'd first try removing that ultimate nether mod since it appeared to error on load, and that the exception has to do with "enter the nether" achievement. If that doesn't work, i'm not sure what the problem is, sometimes mods just don't play nice with each other, even when using a mod loader.
Please remember to follow proper rules when submitting questions on the forums, it makes it easier for everyone to help you.
Minecraft Forums - How to ask for help