Advertisement
Guest User

Crash with mods

a guest
Jul 3rd, 2015
493
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.25 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Shall we play a game?
  3.  
  4. Time: 7/2/15 6:11 PM
  5. Description: Initializing game
  6.  
  7. java.lang.IllegalArgumentException: Attempted to register a entity with invalid ID: 375 Name: EntityMinion Class: class com.gibby.pun.EntityMinion
  8. at net.minecraft.entity.EntityList.func_75618_a(EntityList.java:87)
  9. at com.gibby.pun.PunMod.preInit(PunMod.java:536)
  10. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  11. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  12. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  13. at java.lang.reflect.Method.invoke(Unknown Source)
  14. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  15. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  16. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  17. at java.lang.reflect.Method.invoke(Unknown Source)
  18. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  19. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  20. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  21. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  22. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  23. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  24. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  25. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  27. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  28. at java.lang.reflect.Method.invoke(Unknown Source)
  29. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  30. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  31. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  32. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  33. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  34. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  35. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  36. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
  37. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  38. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  39. at net.minecraft.client.main.Main.main(SourceFile:148)
  40. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  42. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  43. at java.lang.reflect.Method.invoke(Unknown Source)
  44. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  45. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  46.  
  47.  
  48. A detailed walkthrough of the error, its code path and all known details is as follows:
  49. ---------------------------------------------------------------------------------------
  50.  
  51. -- Head --
  52. Stacktrace:
  53. at net.minecraft.entity.EntityList.func_75618_a(EntityList.java:87)
  54. at com.gibby.pun.PunMod.preInit(PunMod.java:536)
  55. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  56. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  57. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  58. at java.lang.reflect.Method.invoke(Unknown Source)
  59. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  60. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  61. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  62. at java.lang.reflect.Method.invoke(Unknown Source)
  63. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  64. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  65. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  66. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  67. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  68. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  69. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  70. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  71. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  72. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  73. at java.lang.reflect.Method.invoke(Unknown Source)
  74. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  75. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  76. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  77. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  78. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  79. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  80. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  81. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
  82. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  83.  
  84. -- Initialization --
  85. Details:
  86. Stacktrace:
  87. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  88. at net.minecraft.client.main.Main.main(SourceFile:148)
  89. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  90. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  91. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  92. at java.lang.reflect.Method.invoke(Unknown Source)
  93. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  94. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  95.  
  96. -- System Details --
  97. Details:
  98. Minecraft Version: 1.7.10
  99. Operating System: Windows 7 (amd64) version 6.1
  100. Java Version: 1.8.0_45, Oracle Corporation
  101. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  102. Memory: 237538272 bytes (226 MB) / 537395200 bytes (512 MB) up to 954728448 bytes (910 MB)
  103. JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
  104. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  105. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  106. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1481 Optifine OptiFine_1.7.10_HD_B5 39 mods loaded, 39 mods active
  107. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  108. UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  109. UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1481-1.7.10.jar)
  110. UCH Forge{10.13.4.1481} [Minecraft Forge] (forge-1.7.10-10.13.4.1481-1.7.10.jar)
  111. UCH CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
  112. UCH NotEnoughItems{1.0.3.74} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.74-universal.jar)
  113. UCH battlegear2{1.0.7.0} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.7.0.jar)
  114. UCH lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar.zip)
  115. UCH FLabsBF{4.3} [Better Furnaces] ([1.7.10]Better_Furnaces_V4.3.jar)
  116. UCH DamageIndicatorsMod{3.2.3} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.3.jar)
  117. UCH bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
  118. UCH Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
  119. UCH animalbikes{1.7.10} [Animal Bikes] (AnimalBikes_1.7.10.jar)
  120. UCH mod_ArmorBarMod{0.8.2} [Armor Bar Mod] (ArmorBarv0.8.2(1.6).zip)
  121. UCH B0bGrowsOre{2.1.0} [B0bGary's Growable Ores] (B0bGary's Growable Ores-2.1.0 for 1.7.10.jar)
  122. UCH Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
  123. UCH BattleTowers{1.5.1} [Battle Towers] (BattleTowers-1.7.10.jar)
  124. UCH BiblioCraft{1.10.2} [BiblioCraft] (BiblioCraft[v1.10.2][MC1.7.10].jar)
  125. UCH chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.0.jar)
  126. UCH DragonMounts{r41-1.7.10} [Dragon Mounts] (DragonMounts-r41-1.7.10.jar)
  127. UCH dungeonpack{1.7.10-1.0} [Dungeon Pack] (dungeonpack-1.7.10-1.0.jar)
  128. UCH eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
  129. UCH ExtraUtilities{1.2.2} [Extra Utilities] (extrautilities-1.2.2.jar)
  130. UCH iChunUtil{4.1.3} [iChunUtil] (iChunUtil-4.1.3.jar)
  131. UCH Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
  132. UCH instantblocks{1.5.4} [Instant Blocks] (InstantBlocks_v1.5.4.jar)
  133. UCH inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
  134. UCH morehealth{6.2} [More Health Forge] (More Health Enchanted-1.7.10-6.2.zip)
  135. UCH MoreEnchants{1.3.0} [MoreEnchants] (MoreEnchants-MC1.7-1.3.1.jar)
  136. UCH Morph{0.9.1} [Morph] (Morph-Beta-0.9.1.jar)
  137. UCH OreSpawn{1.7.10.20.2} [OreSpawn] (orespawn-1.7.10-20.2.zip)
  138. UCH plantmegapack{4.15} [Plant Mega Pack] (plantmegapack-4.15-1.7.10-1230.jar)
  139. UCE gibby_pun{1.5} [The Ultimate Pun Mod!] (PunMod 1.7.10-1.5.2.jar)
  140. UCH rpginventorymod{1.7.2} [Rpg Inventory] (RpgInventory-1.7.2_1.12.jar)
  141. UCH RpgBase{RpgInv8.4} [Berserker, alchemist and Archer Patch] (RpgBasic-1.7.2_1.2.jar)
  142. UCH RPGPlusPlus{RpgInv8.4} [Necro Paladin Addon] (RpgDread-1.7.2_1.1.jar)
  143. UCH RPGRB{RpgInv8.4} [Rogue Beastmaster Addon] (RpgRogueBeastMaster-1.7.2_1.1.jar)
  144. UCH VanillaShields{RpgInv8.4} [Vanilla Shields Mod] (RpgVanillaShields-1.7.2_1.1.jar)
  145. UCH TwilightForest{2.3.4} [The Twilight Forest] (twilightforest-1.7.10-2.3.4.jar)
  146. UCH YALSM{2.1.3} [Yet Another Leather Smelting Mod] (yalsm-2.1.3.jar)
  147. Launched Version: 1.7.10
  148. LWJGL: 2.9.1
  149. OpenGL: GeForce GTX 550 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 353.30, NVIDIA Corporation
  150. GL Caps: Using GL 1.3 multitexturing.
  151. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  152. Anisotropic filtering is supported and maximum anisotropy is 16.
  153. Shaders are available because OpenGL 2.1 is supported.
  154.  
  155. Is Modded: Definitely; Client brand changed to 'fml,forge'
  156. Type: Client (map_client.txt)
  157. Resource Packs: []
  158. Current Language: English (US)
  159. Profiler Position: N/A (disabled)
  160. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  161. Anisotropic Filtering: On (16)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement