Achievment issue?

Should the CrossBow Mod 2 Forums be unlocked? Or am I just having an issue and it works for everybod


  • Total voters
    8

MrabEzreb

Member
Nov 9, 2013
17
2
3
When I start up the game it gets to the "MOJANG" screen and then crashes with this error message:
---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.

Time: 11/9/13 5:18 PM
Description: Initializing game

java.lang.RuntimeException: Duplicate stat id: "Unknown stat" and "achievement.CreateBench" at id 5243864
at net.minecraft.stats.StatBase.func_75971_g(SourceFile:32)
at net.minecraft.stats.Achievement.func_75985_c(SourceFile:51)
at micdoodle8.mods.crossbowmod.CrossbowModCore.load(CrossbowModCore.java:105)
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:545)
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:313)
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.sendEventToModContainer(LoadController.java:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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:313)
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:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:696)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:508)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:807)
at net.minecraft.client.main.Main.main(SourceFile:101)
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 net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
at net.minecraft.stats.StatBase.func_75971_g(SourceFile:32)
at net.minecraft.stats.Achievement.func_75985_c(SourceFile:51)
at micdoodle8.mods.crossbowmod.CrossbowModCore.load(CrossbowModCore.java:105)
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:545)
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:313)
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.sendEventToModContainer(LoadController.java:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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:313)
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:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:696)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:508)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:807)
at net.minecraft.client.main.Main.main(SourceFile:101)
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 net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_40, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
Memory: 72935384 bytes (69 MB) / 181305344 bytes (172 MB) up to 518979584 bytes (494 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M
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 v8.11 FML v6.4.20.916 Minecraft Forge 9.11.1.916 9 mods loaded, 9 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{6.4.20.916} [Forge Mod Loader] (minecraftforge-9.11.1.916.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forge{9.11.1.916} [Minecraft Forge] (minecraftforge-9.11.1.916.jar) Unloaded->Constructed->Pre-initialized->Initialized
Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
CrossbowMod2{a0.1.6} [Crossbow Mod 2] (Crossbow-Mod-2-1.6.4-a0.1.6.33.jar) Unloaded->Constructed->Pre-initialized->Errored
GalacticraftCore{2.0.6} [Galacticraft Core] (Galacticraft-1.6.4-2.0.6.895.jar) Unloaded->Constructed->Pre-initialized->Initialized
GalacticraftMars{2.0.6} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.6.895.jar) Unloaded->Constructed->Pre-initialized->Initialized
numina{0.0.1-17} [Numina] (Numina-1.6.2-0.0.1-17.jar) Unloaded->Constructed->Pre-initialized->Initialized
powersuits{0.8.0-18} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.6.2-0.8.0-18.jar) Unloaded->Constructed->Pre-initialized->Initialized
Launched Version: 1.6.4-Forge9.11.1.916
LWJGL: 2.9.0
OpenGL: Intel(R) HD Graphics 3000 GL version 3.1.0 - Build 9.17.10.2932, Intel
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Default
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

As you can see from the crash report, I run MC 1.6.4, with Forge, MicDoodleCore, Crossbow Mod 2, GalacticraftCore, GalacticraftMars, numina (something with GC?), and MMMPowersuits. Obviously the error is of CB mod 2, but the CBmod2 FORUM CATAGORIES WONT WORK! Otherwise I would post this there!
 

MrabEzreb

Member
Nov 9, 2013
17
2
3
Btw here is the Crash Report file...
 

Attachments

  • crash-2013-11-09_17.34.21-client.txt
    8.1 KB · Views: 1

MrabEzreb

Member
Nov 9, 2013
17
2
3
Have you tried removing mods one-by-one and starting Minecraft to try and figure out which one is causing it?
is it not obvious what is causing it? The issue is and I quote:
---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.

Time: 11/9/13 5:18 PM
Description: Initializing game

java.lang.RuntimeException: Duplicate stat id: "Unknown stat" and "achievement.CreateBench" at id 5243864
There is an issue with there being a duplicate of the achievement for creating a "Crossbow Crafting Bench". The duplicate is "Unknown Stat". You know what puzzles me? How can the "Unknown Stat" that is a duplicate of creating the "Crossbow Crafting Bench" have a space in the name? Isn't that impossible?
Please help!
 

Douglas_Fresh

Member
Sep 17, 2013
796
215
63
37
Seattle, WA, USA
www.youtube.com
I don't know about the space question, but yes it would appear as though it is from the Crossbow mod. I realized that already. My point was whether or not there is another mod that is conflicting with the Crossbow mod. I don't know coding or much of anything about how to make a game/mod. I'm just throwing suggestions out there since nobody else seemed to be helping. I realize I may be completely off-base, but again, I'm just trying to help.
 
Last edited:

MrabEzreb

Member
Nov 9, 2013
17
2
3
I think that there shouldn't be an issue unless it has to do with modular powersuits. do you know why I think that? I THINK THAT BECAUSE THE ONLY MOD THAT I AM RUNNING THAT ISN'T MADE BY MICDOODLE IS MMMPOWERSUITS! I will try it without MMMPowersuits, but if it still doesn't work, than the issue should not be conflicts because MICDOODLE'S MODS SHOULDN'T CONFLICT EACH OTHER! Okay?
 

MrabEzreb

Member
Nov 9, 2013
17
2
3
I don't know why I am raging, probably because IT MAKES NO SENSE FOR MICDOODLE'S OWN MODS TO CONFLICT EACH OTHER!
 

MrabEzreb

Member
Nov 9, 2013
17
2
3
It works without MMMPowersuits. So MicDoodle is not a fart-head who made his mods conflict with each other. Problem Solved. And it does make sense that it is the CB mod 2 that is conflicting because GC works PERFECTLY with MMMPowersuits. TY!
 
  • Like
Reactions: Douglas_Fresh

TheFIghter

Member
Nov 30, 2013
3
1
1
25
Is there a way to fix it WITHOUT removing a mod?
Because I have a deep inside affection with the mods I've downloaded (and more to come).
Please tell me cause' I am really desperate to be able to play MC without it crashing.
 

TheFIghter

Member
Nov 30, 2013
3
1
1
25
Ok nevermind I've found out a way to do it WITHOUT deleting a mod.
In it's config file turn the Achievement Base to 1000.
That should fix it.
Tell me about any bugs (although I have 0 experience with coding whatsoever.
 
  • Like
Reactions: Joker Toker

Joker Toker

Member
Feb 22, 2014
2
0
1
Ok nevermind I've found out a way to do it WITHOUT deleting a mod.
In it's config file turn the Achievement Base to 1000.
That should fix it.
Tell me about any bugs (although I have 0 experience with coding whatsoever.

Coding.Experience.TheFIghter = Coding.Experience.TheFIghter + 1
 

Share this page