Advertisement
Guest User

crash

a guest
Aug 14th, 2015
781
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.80 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Oops.
  3.  
  4. Time: 8/14/15 10:31 PM
  5. Description: Initializing game
  6.  
  7. java.lang.IllegalArgumentException: Attempted to register a entity with invalid ID: 300 Name: peashooter Class: class pvzmcw.entity.plant.EntityPeashooter
  8. at net.minecraft.entity.EntityList.func_75618_a(EntityList.java:87)
  9. at cpw.mods.fml.common.registry.EntityRegistry.registerGlobalEntityID(EntityRegistry.java:199)
  10. at pvzmcw.registry.PvZEntities.registerEntity(PvZEntities.java:117)
  11. at pvzmcw.registry.PvZEntities.registerEntities(PvZEntities.java:63)
  12. at pvzmcw.registry.PvZEntities.load(PvZEntities.java:54)
  13. at pvzmcw.PvZMcW.preInit(PvZMcW.java:59)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  16. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  17. at java.lang.reflect.Method.invoke(Method.java:483)
  18. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  19. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  20. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  21. at java.lang.reflect.Method.invoke(Method.java:483)
  22. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  23. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  24. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  25. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  26. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  27. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  28. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  30. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  31. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  32. at java.lang.reflect.Method.invoke(Method.java:483)
  33. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  34. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  35. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  36. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  37. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  38. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  39. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  40. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
  41. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  42. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  43. at net.minecraft.client.main.Main.main(SourceFile:148)
  44. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  46. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  47. at java.lang.reflect.Method.invoke(Method.java:483)
  48. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  49. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  50.  
  51.  
  52. A detailed walkthrough of the error, its code path and all known details is as follows:
  53. ---------------------------------------------------------------------------------------
  54.  
  55. -- Head --
  56. Stacktrace:
  57. at net.minecraft.entity.EntityList.func_75618_a(EntityList.java:87)
  58. at cpw.mods.fml.common.registry.EntityRegistry.registerGlobalEntityID(EntityRegistry.java:199)
  59. at pvzmcw.registry.PvZEntities.registerEntity(PvZEntities.java:117)
  60. at pvzmcw.registry.PvZEntities.registerEntities(PvZEntities.java:63)
  61. at pvzmcw.registry.PvZEntities.load(PvZEntities.java:54)
  62. at pvzmcw.PvZMcW.preInit(PvZMcW.java:59)
  63. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  64. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  65. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  66. at java.lang.reflect.Method.invoke(Method.java:483)
  67. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  68. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  69. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  70. at java.lang.reflect.Method.invoke(Method.java:483)
  71. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  72. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  73. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  74. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  75. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  76. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  77. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  78. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  79. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  80. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  81. at java.lang.reflect.Method.invoke(Method.java:483)
  82. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  83. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  84. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  85. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  86. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  87. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  88. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  89. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
  90. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  91.  
  92. -- Initialization --
  93. Details:
  94. Stacktrace:
  95. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  96. at net.minecraft.client.main.Main.main(SourceFile:148)
  97. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  98. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  99. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  100. at java.lang.reflect.Method.invoke(Method.java:483)
  101. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  102. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  103.  
  104. -- System Details --
  105. Details:
  106. Minecraft Version: 1.7.10
  107. Operating System: Windows 7 (amd64) version 6.1
  108. Java Version: 1.8.0_25, Oracle Corporation
  109. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  110. Memory: 449174688 bytes (428 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
  111. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  112. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  113. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  114. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1492 78 mods loaded, 78 mods active
  115. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  116. UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  117. UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1492-1.7.10.jar)
  118. UCH Forge{10.13.4.1492} [Minecraft Forge] (forge-1.7.10-10.13.4.1492-1.7.10.jar)
  119. UCH Aroma1997Core{1.0.2.13} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.13.jar)
  120. UCH CodeChickenCore{1.0.1.8} [CodeChicken Core] (minecraft.jar)
  121. UCH OldModelLoader{1.0} [OldModelLoader] (minecraft.jar)
  122. UCH monnef-core{0.7.2} [monnef Core] (minecraft.jar)
  123. UCH NotEnoughItems{1.0.2.15} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.2.15-universal.jar)
  124. UCH <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  125. UCH lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar)
  126. UCH Aroma1997CoreHelper{1.0.2.13} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.13.jar)
  127. UCH iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
  128. UCH Grinder{4.0.0} [Grinder] (AttachableGrinder-4.0.0.jar)
  129. UCH Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
  130. UCH BetterChests{1.1.1.9} [BetterChests] (BetterChests-1.7.10-1.1.1.9.jar)
  131. UCH Billund{1.0.0} [CCMODNAME] (Billund-Mod-1.7.10.jar)
  132. UCH claydolls{0.3b} [claydolls] (Clay Dolls Mod V0.3b-1.7.10.jar)
  133. UCH CoFHCore{1.7.10R3.0.2} [CoFH Core] (CoFHCore-[1.7.10]3.0.2-262.jar)
  134. UCH cgo{@PLUGIN_VERSION@} [CG Origin] (CountryGamer-Core-1.7.10.jar)
  135. UCH wonderfulwands{1.4.2} [Cyano's Wonderful Wands] (CyanosWonderfulWands-1.4.2.jar)
  136. UCH darkcore{0.22} [Dark Core] (darkcore-0.22-24.jar)
  137. UCH props{2.0.2} [Decocraft] (Decocraft-2.0.2_1.7.10.jar)
  138. UCH dw20house{1.7.10-1.2.5} [Direwolf20 9x9 House Mod Revamped] (dw20house-1.7.10-1.2.5.jar)
  139. UCH extraachievements{2.1.1} [Extra Achievements] (Extra-Achievements-Mod-1.7.10.jar)
  140. UCH fnaf2{1.0} [Five Night At Freddy's 2] (Five-Nights-At-Freddys-2-Mod-1.7.10.jar)
  141. UCH FWG{1.0.3} [Fun World Gen] (Fun-World-Gen-Mod-1.7.10.jar)
  142. UCH grim3212core{V0.2 - 1.7.10} [Grim3212 Core] (Grim3212-Core-1.7.10.jar)
  143. UCH Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
  144. UCH HopperDuctMod{1.3.2} [Hopper Ducts] (Hopper-Ducts-Mod-1.7.10.jar)
  145. UCH JibMod{1.0} [The Jack in a Box Mod] (Jack in a Box Mod.jar)
  146. UCH monnef-core-helper{0.7.2} [monnef Core ~] (monnef_core_0.7.3.jar)
  147. UCH Jaffas{0.7.3} [Jaffas and more!] (jaffas_0.7.3.jar)
  148. UCH Jaffas-Trees{0.7.2} [Jaffas - Trees] (jaffas_0.7.3.jar)
  149. UCH Jaffas-Technic{0.7.2} [Jaffas - Technic] (jaffas_0.7.3.jar)
  150. UCH Jaffas-Power{0.7.2} [Jaffas - Power] (jaffas_0.7.3.jar)
  151. UCH Jaffas-Xmas{0.7.2} [Jaffas - Xmas] (jaffas_0.7.3.jar)
  152. UCH TeNNoX_KeyAndCodeLock{1.4} [KeyAndCodeLock] (Key-and-Code-Lock-Mod-1.7.10.jar)
  153. UCH landmines{1.1} [Landmines] (landmines-1.1.jar)
  154. UCH SlimevoidLib{2.0.4.7} [Slimevoid Library] (SlimevoidLibrary-2.0.4.7.jar)
  155. UCH LittleBlocks{2.2.4.4} [Little Blocks] (LittleBlocks-2.2.4.4.jar)
  156. UCH lmmx{1.0} [lmmx] (littleMaidMobX-1.7.x_0.0.9.jar)
  157. UCH MMMLibX{1.7.x-srg-1} [MMMLibX] (littleMaidMobX-1.7.x_0.0.9.jar)
  158. UCH zabuton{1.0} [zabuton] (littleMaidMobX-1.7.x_0.0.9.jar)
  159. UCH lootbags{1.8.1} [Loot Bags] (LootBags-1.7.10-1.8.1.jar)
  160. UCH RadixCore{2.0.2} [RadixCore] (RadixCore-2.0.2-1.7.10-universal.jar)
  161. UCH MCA{5.0.6} [Minecraft Comes Alive] (MCA-5.0.6-1.7.10-universal.jar)
  162. UCH MineChess{1.3.8} [MineChess] (MineChess-Mod-1.7.10.jar)
  163. UCH Minestuck{143} [Minestuck] (Minestuck-143.jar)
  164. UCH modularpots{1.7.10.14} [Modular Flower Pots] (ModularPots-1.7.10.14.jar)
  165. UCH Morph{0.9.1} [Morph] (Morph-Beta-0.9.1.jar)
  166. UCH notenoughkeys{@MOD_VERSION@} [NotEnoughKEys] (NOTENOUGHKEYS-1.7.10-1.0.0B15.jar)
  167. UCH ooocraft{0.1} [OooCraft] (OooCraft-Adventure-Time-Mod-1.7.10.jar)
  168. UCH origin{5.0.1} [Origin] (Origin-1.7.10-5.0.1.jar)
  169. UCH pennyarcade{Alpha 1.2} [Penny Arcade Mod] (Penny Arcade Mod Alpha 1.2.jar)
  170. UCH PortalGun{4.0.0-beta-5} [PortalGun] (PortalGun-4.0.0-beta-5.jar)
  171. UCH raygun{V0.1 - 1.7.10} [Raygun] (Ray-Gun-Mod-1.7.10.jar)
  172. UCH rc{1.0} [Rollercoaster Mod] (Rollercoaster-Mod-1.7.10.jar)
  173. UCH SimplyHaxEntityDump{1.7.10} [Simply Hax Entity Dumper] (Simply-Hax-Mod-1.7.10.jar)
  174. UCH SimplyHaxFlying{1.7.10} [Simply Hax Flying] (Simply-Hax-Mod-1.7.10.jar)
  175. UCH SimplyHaxVision{1.7.10} [Simply Hax Vision] (Simply-Hax-Mod-1.7.10.jar)
  176. UCH StevenUniverseWorld{1.7.10} [StevenUniverseWorld] (Steven-Universe-World-Mod-1.7.10.zip)
  177. UCH Streak{4.0.0} [Streak] (Streak-4.0.0.jar)
  178. UCH Sync{4.0.0} [Sync] (Sync-4.0.0.jar)
  179. UCH TardisMod{0.9825} [Tardis Mod] (tardismod-1.7.10-0.9825-98.jar)
  180. UCH TF2Dispenser{1.7.10} [TF2 Dispenser] (TF2Dispenser-1.7.10.jar)
  181. UCH TF2Sentry{1.7.10} [TF2 Sentry] (TF2Sentry-1.7.10.jar)
  182. UCH TF2TeamAddon{1.7.10} [TF2 TeamAddon] (TF2TeamAddon-1.7.10.jar)
  183. UCH TF2Teleporter{1.7.10} [TF2 Teleporter] (TF2Teleporter-1.7.10.jar)
  184. UCH Eln{50} [Electrical Age] (The-Electrical-Age-Mod-1.7.10.jar)
  185. UCH Torched{4.0.0} [Torched] (Torched-Mod-1.7.10.jar)
  186. UCH TrailMix{4.0.0} [TrailMix] (Trail-Mix-Mod-1.7.10.jar)
  187. UCH Trapcraft{v2.2.1a} [Trapcraft] (Trapcraft-Mod-1.7.10.zip)
  188. UCH jordy141minecraftmagicwrench{0.5 Alpha} [Magic Wrench] (Uncrafting-Table-Mod-1.7.10.jar)
  189. UCH uncraftingTable{1.7.10 Alpha 1} [Uncrafting Table] (Uncrafting-Table-Mod-1.7.10.jar)
  190. UCH aziasvendingmachine{1.0.1} [Vending Machines Revamped] (Vending-Machines-Revamped-Mod-1.7.10.jar)
  191. UCH weepingangels{4.0.0} [Weeping Angels] (WeepingAngels-1.7.10-4.0.0.102.jar)
  192. UCH worldtools{1.1.1} [World Tools] (WorldTools_1.7.10_1.1.1.jar)
  193. UCE pvzmcw{Alpha 1.4.2} [Plants vs Zombies: Minecraft Warfare] (PvZ Minecraft Warfare Alpha 1.4.2.jar)
  194. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 353.06' Renderer: 'GeForce GT 620/PCIe/SSE2'
  195. CoFHCore: -[1.7.10]3.0.2-262
  196. Launched Version: 1.7.10-Forge10.13.4.1492-1.7.10
  197. LWJGL: 2.9.1
  198. OpenGL: GeForce GT 620/PCIe/SSE2 GL version 4.5.0 NVIDIA 353.06, NVIDIA Corporation
  199. GL Caps: Using GL 1.3 multitexturing.
  200. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  201. Anisotropic filtering is supported and maximum anisotropy is 16.
  202. Shaders are available because OpenGL 2.1 is supported.
  203.  
  204. Is Modded: Definitely; Client brand changed to 'fml,forge'
  205. Type: Client (map_client.txt)
  206. Resource Packs: []
  207. Current Language: English (US)
  208. Profiler Position: N/A (disabled)
  209. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  210. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement