Advertisement
Guest User

Crash report

a guest
Jun 19th, 2015
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.45 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Hey, that tickles! Hehehe!
  3.  
  4. Time: 16.06.15 12:55
  5. Description: Initializing game
  6.  
  7. java.lang.NullPointerException: Initializing game
  8. at com.draco18s.hazards.integration.ModStoneRegistration.registerGany(ModStoneRegistration.java:42)
  9. at com.draco18s.hazards.UndergroundBase.load(UndergroundBase.java:166)
  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.GeneratedMethodAccessor3.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:737)
  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 com.draco18s.hazards.integration.ModStoneRegistration.registerGany(ModStoneRegistration.java:42)
  54. at com.draco18s.hazards.UndergroundBase.load(UndergroundBase.java:166)
  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.GeneratedMethodAccessor3.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:737)
  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 8.1 (amd64) version 6.3
  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: 244667032 bytes (233 MB) / 476643328 bytes (454 MB) up to 1060372480 bytes (1011 MB)
  103. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  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.1451 86 mods loaded, 86 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. UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  109. UCHI FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1451-1.7.10.jar)
  110. UCHI Forge{10.13.4.1451} [Minecraft Forge] (forge-1.7.10-10.13.4.1451-1.7.10.jar)
  111. UCHI CodeChickenCore{1.0.4.35} [CodeChicken Core] (minecraft.jar)
  112. UCHI ExtraFixes{1.2.4b} [Extra Fixes] (minecraft.jar)
  113. UCHI MobiusCore{1.2.5} [MobiusCore] (minecraft.jar)
  114. UCHI NotEnoughItems{1.0.4.95} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.95-universal.jar)
  115. UCHI OpenEye{0.6} [OpenEye] (OpenEye-0.6-1.7.10.jar)
  116. UCHI OpenModsCore{0.7.3} [OpenModsCore] (minecraft.jar)
  117. UCHI <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  118. UCHI CustomOreGen{1.2.18} [Custom Ore Generation] (CustomOreGen-1.7.10-1.2.18.jar)
  119. UCHI HardLib{1.7.0a} [HardLib] (1.7.10-ReasonableRealism1.7.0b.jar)
  120. UCHE HarderUnderground{1.7.0a} [HarderUnderground] (1.7.10-ReasonableRealism1.7.0b.jar)
  121. UCHI ExpandedIndustry{1.7.0b} [ExpandedIndustry] (1.7.10-ReasonableRealism1.7.0b.jar)
  122. UCHI HarderOres{1.7.0a} [HarderOres] (1.7.10-ReasonableRealism1.7.0b.jar)
  123. UCHI HarderWildlife{1.7.0a} [HarderWildlife] (1.7.10-ReasonableRealism1.7.0b.jar)
  124. UCHI lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar)
  125. UCHI Trapcraft{v2.2.1a} [Trapcraft] ([1.7.10] Trapcraft - v2.3.0a.zip)
  126. UCHI DamageIndicatorsMod{3.2.3} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.3.jar)
  127. UCHI CoFHCore{1.7.10R3.0.2} [CoFH Core] (CoFHCore-[1.7.10]3.0.2-262.jar)
  128. UCHI ActuallyAdditions{1.7.10-0.0.5.5} [Actually Additions] (ActuallyAdditions-1.7.10-0.0.5.5.jar)
  129. UCHI aobdbb{1.0.3} [Another One Bites The Dust: Berry Bushes] (AOBDBB-1.0.3.jar)
  130. UCHI Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
  131. UCHI betterstorage{0.13.1.126} [BetterStorage] (BetterStorage-1.7.10-0.13.1.126.jar)
  132. UCHI BuildCraft|Core{7.0.10} [BuildCraft] (buildcraft-7.0.10.jar)
  133. UCHI BuildCraft|Silicon{7.0.10} [BC Silicon] (buildcraft-7.0.10.jar)
  134. UCHI BuildCraft|Transport{7.0.10} [BC Transport] (buildcraft-7.0.10.jar)
  135. UCHI BuildCraft|Builders{7.0.10} [BC Builders] (buildcraft-7.0.10.jar)
  136. UCHI BuildCraft|Robotics{7.0.10} [BC Robotics] (buildcraft-7.0.10.jar)
  137. UCHI BuildCraft|Energy{7.0.10} [BC Energy] (buildcraft-7.0.10.jar)
  138. UCHI BuildCraft|Factory{7.0.10} [BC Factory] (buildcraft-7.0.10.jar)
  139. UCHI Cogs{0.1.4pre1} [Cogs of the machine] (cogs-1.7.10-0.1.4pre1.jar)
  140. UCHI colourfulportalsmod{1.4.3} [Colourful Portals] (ColourfulPortals-1.4.3.jar)
  141. UCHI cookiecore{1.3.1} [Cookie Core] (CookieCore-1.7.10-1.3.1-8.jar)
  142. UCHI enderutilities{0.4.1} [Ender Utilities] (enderutilities-1.7.10-0.4.1.jar)
  143. UCHI Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
  144. UCHI ThermalFoundation{1.7.10R1.0.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0-81.jar)
  145. UCHI ThermalExpansion{1.7.10R4.0.1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.1-182.jar)
  146. UCHI TConstruct{1.7.10-1.8.5.build957} [Tinkers' Construct] (TConstruct-1.7.10-1.8.5.jar)
  147. UCHI ExtraUtilities{1.2.6} [Extra Utilities] (extrautilities-1.2.6.jar)
  148. UCHI FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
  149. UCHI fluxedcrystals{1.0.3} [Fluxed-Crystals] (fluxedCrystals-1.0.3.jar)
  150. UCHI ganysend{1.9.0} [Gany's End] (Ganys End-1.9.0.jar)
  151. UCHI ganysnether{1.8.0} [Gany's Nether] (Ganys Nether-1.8.0.jar)
  152. UCHI ganyssurface{1.11.1} [Gany's Surface] (Ganys Surface-1.11.1.jar)
  153. UCHI headcrumbs{1.5.4} [Headcrumbs] (Headcrumbs-1.5.4.jar)
  154. UCHI InventoryPets{1.1.2a} [Inventory Pets] (inventorypets-1.7.10-1.1.2a.jar)
  155. UCHI JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
  156. UCHI levelup{0.10} [Level Up!] (LevelUp!-0.10(1.7.10).jar)
  157. UCHI NEIAddons{1.12.8.29} [NEI Addons] (neiaddons-1.12.8.29-mc1.7.10.jar)
  158. UCHI NEIAddons|AppEng{1.12.8.29} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.8.29-mc1.7.10.jar)
  159. UCHI NEIAddons|Botany{1.12.8.29} [NEI Addons: Botany] (neiaddons-1.12.8.29-mc1.7.10.jar)
  160. UCHI NEIAddons|Forestry{1.12.8.29} [NEI Addons: Forestry] (neiaddons-1.12.8.29-mc1.7.10.jar)
  161. UCHI NEIAddons|CraftingTables{1.12.8.29} [NEI Addons: Crafting Tables] (neiaddons-1.12.8.29-mc1.7.10.jar)
  162. UCHI NEIAddons|ExNihilo{1.12.8.29} [NEI Addons: Ex Nihilo] (neiaddons-1.12.8.29-mc1.7.10.jar)
  163. UCHI neiintegration{1.0.9} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.9.jar)
  164. UCHI OpenMods{0.7.3} [OpenMods] (OpenModsLib-1.7.10-0.7.3.jar)
  165. UCHI OpenBlocks{1.4.3} [OpenBlocks] (OpenBlocks-1.7.10-1.4.3.jar)
  166. UCHI MapWriter{2.1.2} [MapWriter] (Opis-1.2.5_1.7.10.jar)
  167. UCHI Opis{1.2.5} [Opis] (Opis-1.2.5_1.7.10.jar)
  168. UCHI mod_pndc{0.1} [Peaceful Nights, Dangerous Caves] (pndc-1.7.10-0.1.jar)
  169. UCHI JotatosPracticalities{0.6.2} [Practicalities] (practicalities-1.7.10-0.6.2.jar)
  170. UCHI quiverchevsky{b100} [QuiverBow] (QuiverBow_1.7.10_b100.zip)
  171. UCHI quivermobchevsky{b14} [QuiverMob] (QuiverMob_1.7.10_b14.zip)
  172. UCHI RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar)
  173. UCHI Reconstructor{2.3} [Reconstructor] (Reconstructor-2.3.jar)
  174. UCHI RedstoneArsenal{1.7.10R1.1.0} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.0-80.jar)
  175. UCHI RefinedRelocation{1.0.8b} [Refined Relocation] (RefinedRelocation-1.7.10-1.0.8b.jar)
  176. UCHI libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0.jar)
  177. UCHI xreliquary{1.2} [Reliquary] (Reliquary-1.2.jar)
  178. UCHI RIO{2.2} [RemoteIO] (RemoteIO-1.7.10-2.2.B1-universal.jar)
  179. UCHI rfdrills{1.3.1} [RFDrills] (RFDrills-1.7.10-1.3.1.jar)
  180. UCHI Sampler{1.33} [Sampler] (sampler-1.33.jar)
  181. UCHI screwdriver{2.0} [Hlestakov's Screwdriver] (screwdriver-2.2.3.jar)
  182. UCHI simplyjetpacks{1.5.1} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.1.jar)
  183. UCHI StorageDrawers{1.7.10-1.5.0} [Storage Drawers] (StorageDrawers-1.7.10-1.5.0.jar)
  184. UCHI thecorruptedsector{1.0.1} [The Corrupted Sector] (TheCorruptedSector-MC1.7.10-1.0.1.jar)
  185. UCHI ThermalDynamics{1.7.10R1.0.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.0.0-122.jar)
  186. UCHI recycling{0.3.8.2} [Thermal Recycling] (ThermalRecycling-1.7.10-0.3.8.2.jar)
  187. UCHI TSteelworks{1.7.10-1.1.0} [Tinkers' Steelworks] (TSteelworks-1.7.10-1.1.0-16.jar)
  188. UCHI TiCTooltips{1.2.4} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.4.jar)
  189. UCHI TMechworks{0.2.14.100} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.14.100.jar)
  190. UCHI ttCore{MC1.7.10-0.1.1-76} [ttCore] (ttCore-MC1.7.10-0.1.1-76.jar)
  191. UCHI wecraft{0.2} [w3(r4ft Mod] (W3(r4ft-0.2(1.7.10).jar)
  192. UCHI WLM{1.4.3} [The Wasteland Mod] (Wasteland mod-1.4.4.jar)
  193. UCHI aobd{2.6.3} [Another One Bites The Dust] (AOBD-2.6.3.jar)
  194. GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.3408' Renderer: 'Intel(R) HD Graphics'
  195. OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:ENABLED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
  196. Class transformer null safety: all safe
  197. CoFHCore: -[1.7.10]3.0.2-262
  198. Mantle Environment: Environment healthy.
  199. ThermalFoundation: -[1.7.10]1.0.0-81
  200. ThermalExpansion: -[1.7.10]4.0.1-182
  201. TConstruct Environment: Environment healthy.
  202. RedstoneArsenal: -[1.7.10]1.1.0-80
  203. ThermalDynamics: -[1.7.10]1.0.0-122
  204. Stencil buffer state: Function set: GL30, pool: forge, bits: 8
  205. Launched Version: 1.7.10-Forge10.13.4.1451-1.7.10
  206. LWJGL: 2.9.1
  207. OpenGL: Intel(R) HD Graphics GL version 4.0.0 - Build 10.18.10.3408, Intel
  208. GL Caps: Using GL 1.3 multitexturing.
  209. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  210. Anisotropic filtering is supported and maximum anisotropy is 16.
  211. Shaders are available because OpenGL 2.1 is supported.
  212.  
  213. Is Modded: Definitely; Client brand changed to 'fml,forge'
  214. Type: Client (map_client.txt)
  215. Resource Packs: []
  216. Current Language: English (US)
  217. Profiler Position: N/A (disabled)
  218. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  219. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement