Advertisement
Guest User

ICBM Component Mod Crash

a guest
May 27th, 2014
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.63 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
  3.  
  4. Time: 5/27/14 5:03 PM
  5. Description: Initializing game
  6.  
  7. java.lang.NullPointerException
  8. at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214)
  9. at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:245)
  10. at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:240)
  11. at bizzycola.icbmcomponent.ICBMComponent.preInit(ICBMComponent.java:72)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  14. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  15. at java.lang.reflect.Method.invoke(Method.java:606)
  16. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
  17. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  18. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  19. at java.lang.reflect.Method.invoke(Method.java:606)
  20. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  21. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  22. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  23. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  24. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  25. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
  26. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  30. at java.lang.reflect.Method.invoke(Method.java:606)
  31. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  32. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  33. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  34. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  35. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  36. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
  37. at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
  38. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
  39. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
  40. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
  41. at net.minecraft.client.main.Main.main(SourceFile:101)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  43. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  44. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  45. at java.lang.reflect.Method.invoke(Method.java:606)
  46. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  47. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  48.  
  49.  
  50. A detailed walkthrough of the error, its code path and all known details is as follows:
  51. ---------------------------------------------------------------------------------------
  52.  
  53. -- Head --
  54. Stacktrace:
  55. at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214)
  56. at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:245)
  57. at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:240)
  58. at bizzycola.icbmcomponent.ICBMComponent.preInit(ICBMComponent.java:72)
  59. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  60. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  61. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  62. at java.lang.reflect.Method.invoke(Method.java:606)
  63. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
  64. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  65. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  66. at java.lang.reflect.Method.invoke(Method.java:606)
  67. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  68. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  69. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  70. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  71. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  72. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
  73. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
  74. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  75. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  76. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  77. at java.lang.reflect.Method.invoke(Method.java:606)
  78. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  79. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  80. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  81. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  82. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  83. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
  84. at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
  85. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
  86. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
  87.  
  88. -- Initialization --
  89. Details:
  90. Stacktrace:
  91. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
  92. at net.minecraft.client.main.Main.main(SourceFile:101)
  93. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  94. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  95. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  96. at java.lang.reflect.Method.invoke(Method.java:606)
  97. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  98. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  99.  
  100. -- System Details --
  101. Details:
  102. Minecraft Version: 1.6.4
  103. Operating System: Mac OS X (x86_64) version 10.9.2
  104. Java Version: 1.7.0_55, Oracle Corporation
  105. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  106. Memory: 406585144 bytes (387 MB) / 859832320 bytes (820 MB) up to 1908932608 bytes (1820 MB)
  107. JVM Flags: 2 total; -Xmx2048m -XX:MaxPermSize=256m
  108. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  109. Suspicious classes: FML and Forge are installed
  110. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  111. FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 64 mods loaded, 64 mods active
  112. mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  113. FML{6.4.49.965} [Forge Mod Loader] (modpack.jar) Unloaded->Constructed->Pre-initialized
  114. Forge{9.11.1.965} [Minecraft Forge] (modpack.jar) Unloaded->Constructed->Pre-initialized
  115. CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  116. Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  117. NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems 1.6.1.9.jar) Unloaded->Constructed->Pre-initialized
  118. TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  119. AppliedEnergistics-Core{rv14.finale3} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  120. bspkrsCore{v5.3(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.3.zip) Unloaded->Constructed->Pre-initialized
  121. extendedWorkbench{1.1.10.3} [Extended Workbench] ([1.6.4]ExtendedWorkbench v1.1.10.3.jar) Unloaded->Constructed->Pre-initialized
  122. mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.4]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized
  123. StartingInventory{Forge 1.6.4.r03} [StartingInventory] ([1.6.4]StartingInventory.Forge.1.6.4.r03.Universal.zip) Unloaded->Constructed->Pre-initialized
  124. TreeCapitator{Forge 1.6.4.r09} [Treecapitator] ([1.6.4]TreeCapitator.Forge.1.6.4.r09.Universal.zip) Unloaded->Constructed->Pre-initialized
  125. CoFHCore{2.0.0.5} [CoFH Core] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized
  126. BuildCraft|Core{4.2.2} [BuildCraft] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  127. UniversalElectricity{3.1.0} [Universal Electricity] (Universal-Electricity-3.1.0.101-core.jar) Unloaded->Constructed->Pre-initialized
  128. ForgeMultipart{1.0.0.250} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized
  129. ThermalExpansion{3.0.0.7} [Thermal Expansion] (ThermalExpansion-3.0.0.7.jar) Unloaded->Constructed->Pre-initialized
  130. IC2{2.0.397-experimental} [IndustrialCraft 2] (industrialcraft-2_2.0.397-experimental.jar) Unloaded->Constructed->Pre-initialized
  131. AdvancedMachines{1.0.6} [IC2 Advanced Machines Addon] (AdvancedMachines_exp_1.6.4.zip) Unloaded->Constructed->Pre-initialized
  132. AppliedEnergistics{rv14.finale3} [Applied Energistics] (appeng-rv14-finale3-mc16x.jar) Unloaded->Constructed->Pre-initialized
  133. OpenComputers|Core{1.0.0} [OpenComputers (Core)] (OpenComputers-MC1.6.4-1.2.12.376-universal.jar) Unloaded->Constructed->Pre-initialized
  134. ResonantEngine{@MAJOR@.@MINOR@.@REVIS@} [ResonantEngine] (Resonant-Engine-Development-1.2.0.223-universal.jar) Unloaded->Constructed->Pre-initialized
  135. AtomicScience{1.2.0} [Atomic Science] (Atomic Science-1.2.0.120-universal.jar) Unloaded->Constructed->Pre-initialized
  136. BuildCraft|Builders{4.2.2} [BC Builders] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  137. BuildCraft|Energy{4.2.2} [BC Energy] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  138. BuildCraft|Factory{4.2.2} [BC Factory] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  139. BuildCraft|Transport{4.2.2} [BC Transport] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  140. BuildCraft|Silicon{4.2.2} [BC Silicon] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  141. CoFHLoot{2.0.0.5} [CoFH Loot] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized
  142. CoFHMasquerade{2.0.0.5} [CoFH Masquerade] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized
  143. CoFHSocial{2.0.0.5} [CoFH Social] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized
  144. CoFHWorld{2.0.0.5} [CoFH World] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized
  145. ConfigMod{v1.0} [Extended Mod Config] (ConfigMod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
  146. CoroAI{v1.0} [CoroAI] (CoroUtil for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
  147. CrossbowMod2{a0.1.6} [Crossbow Mod 2] (Crossbow-Mod-2-1.6.4-a0.1.6.33.jar) Unloaded->Constructed->Pre-initialized
  148. ExtendedRenderer{v1.0} [Extended Renderer] (ExtendedRenderer for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
  149. FlansMod{4.1.1} [Flans Mod] (FlansMod-4.1.1.jar) Unloaded->Constructed->Pre-initialized
  150. ICBM{1.4.2} [ICBM] (ICBM-Development-1.4.2.220.jar) Unloaded->Constructed->Pre-initialized
  151. ICBM|Sentry{1.4.2} [ICBM Sentry] (ICBM-Development-1.4.2.220.jar) Unloaded->Constructed->Pre-initialized
  152. ICBM|Explosion{1.4.2} [ICBM Explosion] (ICBM-Development-1.4.2.220.jar) Unloaded->Constructed->Pre-initialized
  153. GalacticraftCore{2.0.12} [Galacticraft Core] (Galacticraft-1.6.4-2.0.12.1010.jar) Unloaded->Constructed->Pre-initialized
  154. GalacticraftMars{2.0.12} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.12.1010.jar) Unloaded->Constructed->Pre-initialized
  155. OpenComputers{1.2.12.376} [OpenComputers] (OpenComputers-MC1.6.4-1.2.12.376-universal.jar) Unloaded->Constructed->Pre-initialized
  156. Bizzycola_ICBMComponent{1.0.20} [OC ICBM Component] (ICBMComponent-1.0.20.jar) Unloaded->Constructed->Errored
  157. inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized
  158. Mekanism{6.0.4} [Mekanism] (Mekanism-6.0.4.43.jar) Unloaded->Constructed->Pre-initialized
  159. MekanismGenerators{6.0.4} [MekanismGenerators] (MekanismGenerators-6.0.4.43.jar) Unloaded->Constructed->Pre-initialized
  160. MekanismTools{6.0.4} [MekanismTools] (MekanismTools-6.0.4.43.jar) Unloaded->Constructed->Pre-initialized
  161. MFFS{3.6.2} [Modular Force Field System] (Modular-Force-Field-System-3.6.2.70-core.jar) Unloaded->Constructed->Pre-initialized
  162. numina{0.1.2-55} [Numina] (Numina-1.6.2-0.1.2-55.jar) Unloaded->Constructed->Pre-initialized
  163. powersuits{0.10.0-91} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.6.4-0.10.0-91.jar) Unloaded->Constructed->Pre-initialized
  164. powersuitaddons{@VERSION@} [Modular Powersuits Addon] (powersuitaddons-1.6.4-887.jar) Unloaded->Constructed->Pre-initialized
  165. bau5_ProjectBench{1.8.0} [Project Bench] (ProjectBench-1.6.2-v1.8.0.jar) Unloaded->Constructed->Pre-initialized
  166. Railcraft{8.4.0.0} [Railcraft] (Railcraft_1.6.4-8.4.0.0.jar) Unloaded->Constructed->Pre-initialized
  167. Waila{1.5.2} [Waila] (Waila_1.5.2.zip) Unloaded->Constructed->Pre-initialized
  168. TConstruct{1.6.X_1.5.5.7} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.5.7.jar) Unloaded->Constructed->Pre-initialized
  169. TC{4.1.4_024} [Traincraft] (traincraft-4.1.4_024.jar) Unloaded->Constructed->Pre-initialized
  170. AS_UpdateCheck{1.1.1} [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.6.4.zip) Unloaded->Constructed->Pre-initialized
  171. weaponmod{1.6.2 v1.13.6} [Balkon's WeaponMod] (WeaponMod.zip) Unloaded->Constructed->Pre-initialized
  172. AIBlock{v1.0} [AIBlock] (Weather v1.591 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
  173. WeatherMod{1.591} [Weather and Tornadoes] (Weather v1.591 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
  174. McMultipart{1.0.0.250} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized
  175. ForgeMicroblock{1.0.0.250} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized
  176. TConstruct Environment: Sane and ready for action. Bugs may be reported.
  177. Launched Version: 1.6.4-Forge9.11.1.965
  178. LWJGL: 2.9.0
  179. OpenGL: AMD Radeon HD 6750M OpenGL Engine GL version 2.1 ATI-1.20.11, ATI Technologies Inc.
  180. Is Modded: Definitely; Client brand changed to 'fml,forge'
  181. Type: Client (map_client.txt)
  182. Resource Pack: Sphax x128 Counter Warfare
  183. Current Language: English (US)
  184. Profiler Position: N/A (disabled)
  185. Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement