Advertisement
Guest User

The crash from the custom npcs mod

a guest
Jul 17th, 2015
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.50 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Daisy, daisy...
  3.  
  4. Time: 7/17/15 5:30 PM
  5. Description: Initializing game
  6.  
  7. java.lang.IllegalArgumentException: ID is already registered: 5
  8. at net.minecraft.entity.EntityList.func_75618_a(EntityList.java:100)
  9. at net.minecraft.entity.EntityList.func_75614_a(EntityList.java:122)
  10. at com.unstoppablen.minions.Minions.loadEntities(Minions.java:116)
  11. at com.unstoppablen.minions.Minions.init(Minions.java:65)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  14. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  15. at java.lang.reflect.Method.invoke(Method.java:483)
  16. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:537)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  18. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  19. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  20. at java.lang.reflect.Method.invoke(Method.java:483)
  21. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  22. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  23. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  24. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  25. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  26. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  27. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  30. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  31. at java.lang.reflect.Method.invoke(Method.java:483)
  32. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  33. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  34. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  35. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  36. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  37. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  38. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:731)
  39. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:316)
  40. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:491)
  41. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
  42. at net.minecraft.client.main.Main.main(SourceFile:120)
  43. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  44. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  45. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  46. at java.lang.reflect.Method.invoke(Method.java:483)
  47. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  48. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  49.  
  50.  
  51. A detailed walkthrough of the error, its code path and all known details is as follows:
  52. ---------------------------------------------------------------------------------------
  53.  
  54. -- Head --
  55. Stacktrace:
  56. at net.minecraft.entity.EntityList.func_75618_a(EntityList.java:100)
  57. at net.minecraft.entity.EntityList.func_75614_a(EntityList.java:122)
  58. at com.unstoppablen.minions.Minions.loadEntities(Minions.java:116)
  59. at com.unstoppablen.minions.Minions.init(Minions.java:65)
  60. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  61. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  62. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  63. at java.lang.reflect.Method.invoke(Method.java:483)
  64. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:537)
  65. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  66. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  67. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  68. at java.lang.reflect.Method.invoke(Method.java:483)
  69. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  70. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  71. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  72. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  73. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  74. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  75. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  76. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  77. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  78. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  79. at java.lang.reflect.Method.invoke(Method.java:483)
  80. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  81. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  82. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  83. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  84. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  85. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  86. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:731)
  87. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:316)
  88. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:491)
  89.  
  90. -- Initialization --
  91. Details:
  92. Stacktrace:
  93. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
  94. at net.minecraft.client.main.Main.main(SourceFile:120)
  95. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  96. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  97. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  98. at java.lang.reflect.Method.invoke(Method.java:483)
  99. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  100. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  101.  
  102. -- System Details --
  103. Details:
  104. Minecraft Version: 1.8
  105. Operating System: Windows 8.1 (amd64) version 6.3
  106. Java Version: 1.8.0_25, Oracle Corporation
  107. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  108. Memory: 152143128 bytes (145 MB) / 294944768 bytes (281 MB) up to 1060372480 bytes (1011 MB)
  109. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  110. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  111. FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1491 5 mods loaded, 5 mods active
  112. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  113. UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  114. UCHI FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.3.1491.jar)
  115. UCHI Forge{11.14.3.1491} [Minecraft Forge] (forge-1.8-11.14.3.1491.jar)
  116. UCHI customnpcs{1.8.0_alpha} [CustomNpcs] (CustomNPCs_1.8.0_alpha.jar)
  117. UCHE thinknoodlesmod{@VERSION@} [Thinknoodles mod] (Thinks-Lab-Minions-Mod-1.8.jar)
  118. Loaded coremods (and transformers):
  119. GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.3408' Renderer: 'Intel(R) HD Graphics'
  120. Launched Version: 1.8-Forge11.14.3.1491
  121. LWJGL: 2.9.1
  122. OpenGL: Intel(R) HD Graphics GL version 4.0.0 - Build 10.18.10.3408, Intel
  123. GL Caps: Using GL 1.3 multitexturing.
  124. Using GL 1.3 texture combiners.
  125. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  126. Shaders are available because OpenGL 2.1 is supported.
  127. VBOs are available because OpenGL 1.5 is supported.
  128.  
  129. Using VBOs: No
  130. Is Modded: Definitely; Client brand changed to 'fml,forge'
  131. Type: Client (map_client.txt)
  132. Resource Packs: []
  133. Current Language: English (US)
  134. Profiler Position: N/A (disabled)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement