Advertisement
Guest User

Untitled

a guest
Apr 14th, 2016
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.95 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Who set us up the TNT?
  3.  
  4. Time: 16/04/14 20:16
  5. Description: Initializing game
  6.  
  7. java.lang.NullPointerException: Initializing game
  8. at shift.sextiarysector.recipe.RecipesFurnaceCraft.addVanillaRecipes(RecipesFurnaceCraft.java:309)
  9. at shift.sextiarysector.SextiarySector.postInit(SextiarySector.java:159)
  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.GeneratedMethodAccessor7.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.initializeMods(Loader.java:742)
  36. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
  37. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
  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 shift.sextiarysector.recipe.RecipesFurnaceCraft.addVanillaRecipes(RecipesFurnaceCraft.java:309)
  54. at shift.sextiarysector.SextiarySector.postInit(SextiarySector.java:159)
  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.GeneratedMethodAccessor7.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.initializeMods(Loader.java:742)
  81. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
  82. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
  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.7.0_67, Oracle Corporation
  101. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  102. Memory: 5983013952 bytes (5705 MB) / 6372720640 bytes (6077 MB) up to 6372720640 bytes (6077 MB)
  103. JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms6G -Xmx6G -XX:PermSize=2G -XX:MaxPermSize=2G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xss3M
  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.1558 38 mods loaded, 38 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. UCHIJ mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  109. UCHIJ FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
  110. UCHIJ Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
  111. UCHIJ PotionExtensionCore{1.7.10-1.1.0} [PotionExtensionCore] (minecraft.jar)
  112. UCHIJ mceconomy2{2.5.3} [MCEconomy 2] (MCEconomy2-2.5.3.a-1.7.0.jar)
  113. UCHIJ mcheli{0.10.7} [MC Helicopter] (mcheli)
  114. UCHIE SextiarySector{2.4.8} [Sextiary Sector 2] (SextiarySector2-2.4.8.a-1.7.10.jar)
  115. UCHIJ pixelartist{1.7.10-1.1.7} [pixelartist] (XtraBlocks-1.7.10-1.1.7b.jar)
  116. UCHIJ xtrablocksbuildings{1.7.10-1.1.7} [xtrablocksbuildings] (XtraBlocks-1.7.10-1.1.7b.jar)
  117. UCHIJ xtrablocksdiyadmin{1.7.10-1.1.7} [xtrablocksdiyadmin] (XtraBlocks-1.7.10-1.1.7b.jar)
  118. UCHIJ xtrablocksdiycloth{1.7.10-1.1.7} [xtrablocksdiycloth] (XtraBlocks-1.7.10-1.1.7b.jar)
  119. UCHIJ xtrablocksdiydecorations{1.7.10-1.1.7} [xtrablocksdiydecorations] (XtraBlocks-1.7.10-1.1.7b.jar)
  120. UCHIJ xtrablocksdiydiscs{1.7.10-1.1.7} [xtrablocksdiydiscs] (XtraBlocks-1.7.10-1.1.7b.jar)
  121. UCHIJ xtrablocksdiyfencing{1.7.10-1.1.7} [xtrablocksdiyfencing] (XtraBlocks-1.7.10-1.1.7b.jar)
  122. UCHIJ xtrablocksdiyfood{1.7.10-1.1.7} [xtrablocksdiyfood] (XtraBlocks-1.7.10-1.1.7b.jar)
  123. UCHIJ xtrablocksdiyglass{1.7.10-1.1.7} [xtrablocksdiyglass] (XtraBlocks-1.7.10-1.1.7b.jar)
  124. UCHIJ xtrablocksdiyglow{1.7.10-1.1.7} [xtrablocksdiyglow] (XtraBlocks-1.7.10-1.1.7b.jar)
  125. UCHIJ xtrablocksdiyliquids{1.7.10-1.1.7} [xtrablocksdiyliquids] (XtraBlocks-1.7.10-1.1.7b.jar)
  126. UCHIJ xtrablocksdiymetal{1.7.10-1.1.7} [xtrablocksdiymetal] (XtraBlocks-1.7.10-1.1.7b.jar)
  127. UCHIJ xtrablocksdiypanels{1.7.10-1.1.7} [xtrablocksdiypanels] (XtraBlocks-1.7.10-1.1.7b.jar)
  128. UCHIJ xtrablocksdiypowered{1.7.10-1.1.7} [xtrablocksdiypowered] (XtraBlocks-1.7.10-1.1.7b.jar)
  129. UCHIJ xtrablocksdiysoundblocks{1.7.10-1.1.7} [xtrablocksdiysoundblocks] (XtraBlocks-1.7.10-1.1.7b.jar)
  130. UCHIJ xtrablocksdiystone{1.7.10-1.1.7} [xtrablocksdiystone] (XtraBlocks-1.7.10-1.1.7b.jar)
  131. UCHIJ xtrablocksdiystorage{1.7.10-1.1.7} [xtrablocksdiystorage] (XtraBlocks-1.7.10-1.1.7b.jar)
  132. UCHIJ xtrablocksdiyweapons{1.7.10-1.1.7} [xtrablocksdiyweapons] (XtraBlocks-1.7.10-1.1.7b.jar)
  133. UCHIJ xtrablocksdiywood{1.7.10-1.1.7} [xtrablocksdiywood] (XtraBlocks-1.7.10-1.1.7b.jar)
  134. UCHIJ xtrablocksdiyxtras{1.7.10-1.1.7} [xtrablocksdiyxtras] (XtraBlocks-1.7.10-1.1.7b.jar)
  135. UCHIJ xtrablocksdiyfurniture{1.7.10-1.1.7} [xtrablocksdiyfurniture] (XtraBlocks-1.7.10-1.1.7b.jar)
  136. UCHIJ xtrablocksdiymiscmodels{1.7.10-1.1.7} [xtrablocksdiymiscmodels] (XtraBlocks-1.7.10-1.1.7b.jar)
  137. UCHIJ xtrablocksdiytombs{1.7.10-1.1.7} [xtrablocksdiytombs] (XtraBlocks-1.7.10-1.1.7b.jar)
  138. UCHIJ Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
  139. UCHIJ ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  140. UCHIJ McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  141. UCHIJ ForgeRelocation{0.0.1.3} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.3-universal.jar)
  142. UCHIJ MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.3-universal.jar)
  143. UCHIJ RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar)
  144. UCHIJ MrTJPCoreMod{1.1.0.31} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.31-universal.jar)
  145. UCHIJ ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  146. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 364.51' Renderer: 'GeForce GTX 970/PCIe/SSE2'
  147. Launched Version: 1.7.10-Forge10.13.4.1558-1.7.10
  148. LWJGL: 2.9.1
  149. OpenGL: GeForce GTX 970/PCIe/SSE2 GL version 4.5.0 NVIDIA 364.51, 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: 日本語 (日本)
  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: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement