Advertisement
Guest User

Crash on Stats

a guest
May 5th, 2013
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // You should try our sister game, Minceraft!
  3.  
  4. Time: 5/5/13 9:58 AM
  5. Description: Failed to start game
  6.  
  7. java.lang.RuntimeException: Duplicate stat id: "Unknown stat" and "achievement.pickupapricorn" at id 5341640
  8. at net.minecraft.stats.StatBase.func_75971_g(SourceFile:32)
  9. at net.minecraft.stats.Achievement.func_75985_c(SourceFile:51)
  10. at PixelGoal.AchievementHelper.registerAchievement(AchievementHelper.java:126)
  11. at PixelGoal.AchievementHelper.<init>(AchievementHelper.java:39)
  12. at PixelGoal.PixelGoal.load(PixelGoal.java:23)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  15. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  16. at java.lang.reflect.Method.invoke(Unknown Source)
  17. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
  18. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  20. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  21. at java.lang.reflect.Method.invoke(Unknown Source)
  22. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  23. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  24. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  25. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  26. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  27. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  30. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  31. at java.lang.reflect.Method.invoke(Unknown Source)
  32. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  33. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  34. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  35. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  36. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  37. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
  38. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:690)
  39. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:206)
  40. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:447)
  41. at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
  42. at net.minecraft.client.Minecraft.run(Minecraft.java:732)
  43. at java.lang.Thread.run(Unknown Source)
  44.  
  45.  
  46. A detailed walkthrough of the error, its code path and all known details is as follows:
  47. ---------------------------------------------------------------------------------------
  48.  
  49. -- System Details --
  50. Details:
  51. Minecraft Version: 1.5.1
  52. Operating System: Windows Vista (x86) version 6.0
  53. Java Version: 1.7.0_21, Oracle Corporation
  54. Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  55. Memory: 338047344 bytes (322 MB) / 519110656 bytes (495 MB) up to 1037959168 bytes (989 MB)
  56. JVM Flags: 2 total; -Xms512m -Xmx1024m
  57. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  58. Suspicious classes: FML and Forge are installed
  59. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  60. FML: MCP v7.44 FML v5.1.43.675 Minecraft Forge 7.7.1.675 5 mods loaded, 5 mods active
  61. mcp{7.44} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
  62. FML{5.1.43.675} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
  63. Forge{7.7.1.675} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
  64. Pixelmon{2.1.3} [Pixelmon] (Pixelmon 2.1.3.2 beta.zip) Unloaded->Constructed->Pre-initialized->Initialized
  65. PixelGoal{0.1} [Pixelmon Goals] (PixelGoal.zip) Unloaded->Constructed->Pre-initialized->Errored
  66. LWJGL: 2.4.2
  67. OpenGL: Intel Bear Lake B GL version 1.4.0 - Build 7.15.10.1666, Intel
  68. Is Modded: Definitely; Client brand changed to 'fml,forge'
  69. Type: Client (map_client.txt)
  70. Texture Pack: Default
  71. Profiler Position: N/A (disabled)
  72. Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement