Guest User

Untitled

a guest
Sep 13th, 2014
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.56 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // This doesn't make any sense!
  3.  
  4. Time: 9/13/14 4:30 PM
  5. Description: Initializing game
  6.  
  7. java.lang.RuntimeException: Duplicate stat id: "TranslatableComponent{key='stat.entityKill', args=[TranslatableComponent{key='entity.Ape.name', args=[], siblings=[], style=Style{hasParent=true, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}" and "TranslatableComponent{key='stat.entityKill', args=[TranslatableComponent{key='entity.Ape.name', args=[], siblings=[], style=Style{hasParent=true, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}" at id stat.killEntity.Ape
  8. at net.minecraft.stats.StatBase.registerStat(SourceFile:42)
  9. at net.minecraft.stats.StatList.func_151182_a(StatList.java:212)
  10. at net.minecraft.entity.EntityList$EntityEggInfo.<init>(EntityList.java:320)
  11. at mymod.Main.registerEntityEgg(Main.java:293)
  12. at mymod.Main.<init>(Main.java:808)
  13. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  14. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  15. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  16. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  17. at java.lang.Class.newInstance(Unknown Source)
  18. at cpw.mods.fml.common.ILanguageAdapter$JavaAdapter.getNewInstance(ILanguageAdapter.java:173)
  19. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:486)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  23. at java.lang.reflect.Method.invoke(Unknown Source)
  24. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  25. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
  26. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  27. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  28. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  29. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  30. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  31. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  32. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  33. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  34. at java.lang.reflect.Method.invoke(Unknown Source)
  35. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  36. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
  37. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  38. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  39. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  40. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  41. at cpw.mods.fml.common.Loader.loadMods(Loader.java:491)
  42. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
  43. at net.minecraft.client.Minecraft.startGame(Minecraft.java:467)
  44. at net.minecraft.client.Minecraft.run(Minecraft.java:815)
  45. at net.minecraft.client.main.Main.main(SourceFile:103)
  46. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  47. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  48. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  49. at java.lang.reflect.Method.invoke(Unknown Source)
  50. at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
  51. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  52.  
  53.  
  54. A detailed walkthrough of the error, its code path and all known details is as follows:
  55. ---------------------------------------------------------------------------------------
  56.  
  57. -- Head --
  58. Stacktrace:
  59. at net.minecraft.stats.StatBase.registerStat(SourceFile:42)
  60. at net.minecraft.stats.StatList.func_151182_a(StatList.java:212)
  61. at net.minecraft.entity.EntityList$EntityEggInfo.<init>(EntityList.java:320)
  62. at mymod.Main.registerEntityEgg(Main.java:293)
  63. at mymod.Main.<init>(Main.java:808)
  64. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  65. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  66. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  67. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  68. at java.lang.Class.newInstance(Unknown Source)
  69. at cpw.mods.fml.common.ILanguageAdapter$JavaAdapter.getNewInstance(ILanguageAdapter.java:173)
  70. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:486)
  71. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  72. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  73. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  74. at java.lang.reflect.Method.invoke(Unknown Source)
  75. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  76. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
  77. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  78. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  79. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  80. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  81. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  82. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  83. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  84. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  85. at java.lang.reflect.Method.invoke(Unknown Source)
  86. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  87. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
  88. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  89. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  90. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  91. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  92. at cpw.mods.fml.common.Loader.loadMods(Loader.java:491)
  93. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
  94. at net.minecraft.client.Minecraft.startGame(Minecraft.java:467)
  95.  
  96. -- Initialization --
  97. Details:
  98. Stacktrace:
  99. at net.minecraft.client.Minecraft.run(Minecraft.java:815)
  100. at net.minecraft.client.main.Main.main(SourceFile:103)
  101. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  102. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  103. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  104. at java.lang.reflect.Method.invoke(Unknown Source)
  105. at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
  106. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  107.  
  108. -- System Details --
  109. Details:
  110. Minecraft Version: 1.7.2
  111. Operating System: Windows 8.1 (amd64) version 6.3
  112. Java Version: 1.8.0_05, Oracle Corporation
  113. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  114. Memory: 811761480 bytes (774 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
  115. JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  116. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  117. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  118. FML: MCP v9.03 FML v7.2.211.1121 Minecraft Forge 10.12.2.1121 4 mods loaded, 4 mods active
  119. mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
  120. FML{7.2.211.1121} [Forge Mod Loader] (forgeBin-1.7.2-10.12.2.1121.jar) Unloaded->Constructed
  121. Forge{10.12.2.1121} [Minecraft Forge] (forgeBin-1.7.2-10.12.2.1121.jar) Unloaded->Constructed
  122. mymod{0.4} [InfiniCraft] (bin) Unloaded->Errored
  123. Launched Version: 1.6
  124. LWJGL: 2.9.0
  125. OpenGL: GeForce GT 640/PCIe/SSE2 GL version 4.4.0, NVIDIA Corporation
  126. Is Modded: Definitely; Client brand changed to 'fml,forge'
  127. Type: Client (map_client.txt)
  128. Resource Packs: []
  129. Current Language: ~~ERROR~~ NullPointerException: null
  130. Profiler Position: N/A (disabled)
  131. Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
  132. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment