Advertisement
NixillUmbreon

Computronics crash

Nov 5th, 2015
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.31 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // But it works on my machine.
  3.  
  4. Time: 11/5/15 3:05 PM
  5. Description: Initializing game
  6.  
  7. java.lang.NullPointerException: Initializing game
  8. at net.minecraft.item.ItemStack.toString(ItemStack.java:371)
  9. at java.lang.String.valueOf(String.java:2981)
  10. at java.util.Arrays.toString(Arrays.java:4571)
  11. at pl.asie.computronics.util.RecipeUtils.warnCrafting(RecipeUtils.java:66)
  12. at pl.asie.computronics.util.RecipeUtils.addShapedRecipe(RecipeUtils.java:36)
  13. at pl.asie.computronics.integration.ModRecipes.registerRailcraftRecipes(ModRecipes.java:122)
  14. at pl.asie.computronics.integration.ModRecipes.registerRecipes(ModRecipes.java:67)
  15. at pl.asie.computronics.Computronics.postInit(Computronics.java:322)
  16. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  18. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  19. at java.lang.reflect.Method.invoke(Method.java:483)
  20. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  21. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  23. at java.lang.reflect.Method.invoke(Method.java:483)
  24. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  25. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  26. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  27. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  28. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  29. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  30. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  31. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  32. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  33. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  34. at java.lang.reflect.Method.invoke(Method.java:483)
  35. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  36. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  37. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  38. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  39. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  40. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  41. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
  42. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
  43. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
  44. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  45. at net.minecraft.client.main.Main.main(SourceFile:148)
  46. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  47. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  48. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  49. at java.lang.reflect.Method.invoke(Method.java:483)
  50. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  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.item.ItemStack.toString(ItemStack.java:371)
  60. at java.lang.String.valueOf(String.java:2981)
  61. at java.util.Arrays.toString(Arrays.java:4571)
  62. at pl.asie.computronics.util.RecipeUtils.warnCrafting(RecipeUtils.java:66)
  63. at pl.asie.computronics.util.RecipeUtils.addShapedRecipe(RecipeUtils.java:36)
  64. at pl.asie.computronics.integration.ModRecipes.registerRailcraftRecipes(ModRecipes.java:122)
  65. at pl.asie.computronics.integration.ModRecipes.registerRecipes(ModRecipes.java:67)
  66. at pl.asie.computronics.Computronics.postInit(Computronics.java:322)
  67. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  68. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  69. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  70. at java.lang.reflect.Method.invoke(Method.java:483)
  71. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  72. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  73. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  74. at java.lang.reflect.Method.invoke(Method.java:483)
  75. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  76. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  77. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  78. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  79. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  80. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  81. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  82. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  83. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  84. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  85. at java.lang.reflect.Method.invoke(Method.java:483)
  86. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  87. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  88. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  89. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  90. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  91. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  92. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
  93. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
  94. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
  95.  
  96. -- Initialization --
  97. Details:
  98. Stacktrace:
  99. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  100. at net.minecraft.client.main.Main.main(SourceFile:148)
  101. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  102. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  103. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  104. at java.lang.reflect.Method.invoke(Method.java:483)
  105. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  106. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  107.  
  108. -- System Details --
  109. Details:
  110. Minecraft Version: 1.7.10
  111. Operating System: Windows 10 (amd64) version 10.0
  112. Java Version: 1.8.0_25, Oracle Corporation
  113. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  114. Memory: 1175114712 bytes (1120 MB) / 1593835520 bytes (1520 MB) up to 3817865216 bytes (3641 MB)
  115. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m
  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.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1541 49 mods loaded, 49 mods active
  119. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  120. UCHIJ mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  121. UCHIJ FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1541-1.7.10.jar)
  122. UCHIJ Forge{10.13.4.1541} [Minecraft Forge] (forge-1.7.10-10.13.4.1541-1.7.10.jar)
  123. UCHIJ appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
  124. UCHIJ CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  125. UCHIJ NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
  126. UCHIJ OpenComputers|Core{1.5.19.37} [OpenComputers (Core)] (minecraft.jar)
  127. UCHIJ <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  128. UCHIJ appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
  129. UCHIJ CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
  130. UCHIJ asielib{0.4.4} [asielib] (AsieLib-1.7.10-0.4.4.jar)
  131. UCHIJ BuildCraft|Core{7.1.12} [BuildCraft] (buildcraft-7.1.12.jar)
  132. UCHIJ BuildCraft|Builders{7.1.12} [BC Builders] (buildcraft-7.1.12.jar)
  133. UCHIJ BuildCraft|Transport{7.1.12} [BC Transport] (buildcraft-7.1.12.jar)
  134. UCHIJ BuildCraft|Energy{7.1.12} [BC Energy] (buildcraft-7.1.12.jar)
  135. UCHIJ BuildCraft|Silicon{7.1.12} [BC Silicon] (buildcraft-7.1.12.jar)
  136. UCHIJ BuildCraft|Robotics{7.1.12} [BC Robotics] (buildcraft-7.1.12.jar)
  137. UCHIJ BuildCraft|Factory{7.1.12} [BC Factory] (buildcraft-7.1.12.jar)
  138. UCHIJ EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
  139. UCHIJ ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  140. UCHIJ MrTJPCoreMod{1.1.0.31} [MrTJPCore] (MrTJPCore-1.1.0.31-universal.jar)
  141. UCHIJ ProjRed|Core{4.7.0pre9.92} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre9.92-Base.jar)
  142. UCHIJ ProjRed|Transmission{4.7.0pre9.92} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
  143. UCHIJ ThermalFoundation{1.7.10R1.2.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0-102.jar)
  144. UCHIJ ThermalExpansion{1.7.10R4.0.3B1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.3B1-218.jar)
  145. UCHIJ OpenComputers{1.5.19.37} [OpenComputers] (OpenComputers-MC1.7.10-1.5.19.37-universal.jar)
  146. UCHIJ Railcraft{9.8.0.0} [Railcraft] (Railcraft_1.7.10-9.8.0.0.jar)
  147. UCHIE computronics{1.5.9} [Computronics] (Computronics-1.7.10-1.5.9.jar)
  148. UCHIJ journeymap{@JMVERSION@} [JourneyMap] (journeymap-1.7.10-5.1.0-unlimited.jar)
  149. UCHIJ NotEnoughWands{1.2.2} [Not Enough Wands] (notenoughwands-1.2.2.jar)
  150. UCHIJ harvestthenether{1.7.10} [Pam's Harvest the Nether] (Pam's Harvest the Nether 1.7.10a.jar)
  151. UCHIJ harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10k.jar)
  152. UCHIJ ProjRed|Transportation{4.7.0pre9.92} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre9.92-Mechanical.jar)
  153. UCHIJ ProjRed|Exploration{4.7.0pre9.92} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre9.92-World.jar)
  154. UCHIJ ProjRed|Compatibility{4.7.0pre9.92} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre9.92-Compat.jar)
  155. UCHIJ ProjRed|Integration{4.7.0pre9.92} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
  156. UCHIJ ProjRed|Fabrication{4.7.0pre9.92} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre9.92-Fabrication.jar)
  157. UCHIJ ProjRed|Illumination{4.7.0pre9.92} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre9.92-Lighting.jar)
  158. UCHIJ ProjRed|Expansion{4.7.0pre9.92} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre9.92-Mechanical.jar)
  159. UCHIJ ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
  160. UCHIJ worldedit{6.0-beta-01} [WorldEdit] (worldedit-forge-mc1.7.10-6.0-beta-01.jar)
  161. UCHIJ WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  162. UCHIJ WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  163. UCHIJ WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  164. UCHIJ McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  165. UCHIJ ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-0.0.1.4-universal.jar)
  166. UCHIJ MCFrames{1.0} [MCFrames] (ForgeRelocation-0.0.1.4-universal.jar)
  167. UCHIJ RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-0.0.1.2-universal.jar)
  168. UCHIJ ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  169. GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13399 Compatibility Profile Context 15.200.1062.1004' Renderer: 'AMD Radeon(TM) R6 Graphics'
  170. AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
  171. CoFHCore: -[1.7.10]3.0.3-303
  172. ThermalFoundation: -[1.7.10]1.2.0-102
  173. ThermalExpansion: -[1.7.10]4.0.3B1-218
  174. ThermalDynamics: -[1.7.10]1.1.0-161
  175. AE2 Integration: IC2:OFF, RotaryCraft:OFF, RC:ON, BC:ON, RF:ON, RFItem:ON, MFR:OFF, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:OFF, InvTweaks:OFF, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF
  176. Launched Version: forge-10.13.4.1541
  177. LWJGL: 2.9.1
  178. OpenGL: AMD Radeon(TM) R6 Graphics GL version 4.5.13399 Compatibility Profile Context 15.200.1062.1004, ATI Technologies Inc.
  179. GL Caps: Using GL 1.3 multitexturing.
  180. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  181. Anisotropic filtering is supported and maximum anisotropy is 16.
  182. Shaders are available because OpenGL 2.1 is supported.
  183.  
  184. Is Modded: Definitely; Client brand changed to 'fml,forge'
  185. Type: Client (map_client.txt)
  186. Resource Packs: []
  187. Current Language: English (US)
  188. Profiler Position: N/A (disabled)
  189. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  190. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement