Advertisement
Guest User

Untitled

a guest
Nov 14th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.08 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // This doesn't make any sense!
  3.  
  4. Time: 11/14/16 7:05 PM
  5. Description: Initializing game
  6.  
  7. java.lang.Error: java.lang.reflect.InvocationTargetException
  8. at slimeknights.mantle.pulsar.internal.BusExceptionHandler.handle(BusExceptionHandler.java:30)
  9. at slimeknights.mantle.pulsar.flightpath.Flightpath.post(Flightpath.java:92)
  10. at slimeknights.mantle.pulsar.control.PulseManager.propagateEvent(PulseManager.java:203)
  11. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  13. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  14. at java.lang.reflect.Method.invoke(Method.java:483)
  15. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  16. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  17. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  18. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  19. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  20. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239)
  21. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  25. at java.lang.reflect.Method.invoke(Method.java:483)
  26. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  27. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  28. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  29. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  30. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  31. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
  32. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:609)
  33. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:257)
  34. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)
  35. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
  36. at net.minecraft.client.main.Main.main(SourceFile:124)
  37. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  38. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  39. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  40. at java.lang.reflect.Method.invoke(Method.java:483)
  41. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  42. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  43. Caused by: java.lang.reflect.InvocationTargetException
  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 slimeknights.mantle.pulsar.flightpath.Flightpath.post(Flightpath.java:89)
  49. ... 33 more
  50. Caused by: java.lang.NullPointerException
  51. at slimeknights.tconstruct.shared.TinkerCommons.preInit(TinkerCommons.java:329)
  52. ... 38 more
  53.  
  54.  
  55. A detailed walkthrough of the error, its code path and all known details is as follows:
  56. ---------------------------------------------------------------------------------------
  57.  
  58. -- Head --
  59. Thread: Client thread
  60. Stacktrace:
  61. at slimeknights.mantle.pulsar.internal.BusExceptionHandler.handle(BusExceptionHandler.java:30)
  62. at slimeknights.mantle.pulsar.flightpath.Flightpath.post(Flightpath.java:92)
  63. at slimeknights.mantle.pulsar.control.PulseManager.propagateEvent(PulseManager.java:203)
  64. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  65. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  66. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  67. at java.lang.reflect.Method.invoke(Method.java:483)
  68. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  69. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  70. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  71. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  72. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  73. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239)
  74. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217)
  75. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  76. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  77. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  78. at java.lang.reflect.Method.invoke(Method.java:483)
  79. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  80. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  81. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  82. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  83. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  84. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
  85. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:609)
  86. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:257)
  87. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)
  88.  
  89. -- Initialization --
  90. Details:
  91. Stacktrace:
  92. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
  93. at net.minecraft.client.main.Main.main(SourceFile:124)
  94. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  95. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  96. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  97. at java.lang.reflect.Method.invoke(Method.java:483)
  98. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  99. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  100.  
  101. -- System Details --
  102. Details:
  103. Minecraft Version: 1.10.2
  104. Operating System: Windows 7 (amd64) version 6.1
  105. Java Version: 1.8.0_25, Oracle Corporation
  106. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  107. Memory: 117706680 bytes (112 MB) / 353714176 bytes (337 MB) up to 4281597952 bytes (4083 MB)
  108. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  109. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  110. FML: MCP 9.32 Powered by Forge 12.18.2.2097 5 mods loaded, 5 mods active
  111. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  112. UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  113. UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.2.2097.jar)
  114. UCH Forge{12.18.2.2097} [Minecraft Forge] (forge-1.10.2-12.18.2.2097.jar)
  115. UCH mantle{1.10.2-1.1.1.194} [Mantle] (Mantle-1.10.2-1.1.1.jar)
  116. UC tconstruct{1.10.2-2.5.6b.jenkins424} [Tinkers' Construct] (TConstruct-1.10.2-2.5.6b.jar)
  117. Loaded coremods (and transformers):
  118. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 372.70' Renderer: 'GeForce GTX 960/PCIe/SSE2'
  119. Pulsar/tconstruct loaded Pulses:
  120. - TinkerCommons (Enabled/Forced)
  121. - TinkerWorld (Enabled/Not Forced)
  122. - TinkerTools (Enabled/Not Forced)
  123. - TinkerHarvestTools (Enabled/Forced)
  124. - TinkerMeleeWeapons (Enabled/Forced)
  125. - TinkerRangedWeapons (Enabled/Forced)
  126. - TinkerModifiers (Enabled/Forced)
  127. - TinkerSmeltery (Enabled/Not Forced)
  128. - TinkerGadgets (Enabled/Not Forced)
  129. - TinkerOredict (Enabled/Forced)
  130. - TinkerIntegration (Enabled/Forced)
  131. - TinkerFluids (Enabled/Forced)
  132. - TinkerMaterials (Enabled/Forced)
  133. - TinkerModelRegister (Enabled/Forced)
  134.  
  135. Launched Version: 1.10.2-forge1.10.2-12.18.2.2097
  136. LWJGL: 2.9.4
  137. OpenGL: GeForce GTX 960/PCIe/SSE2 GL version 4.5.0 NVIDIA 372.70, NVIDIA Corporation
  138. GL Caps: Using GL 1.3 multitexturing.
  139. Using GL 1.3 texture combiners.
  140. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  141. Shaders are available because OpenGL 2.1 is supported.
  142. VBOs are available because OpenGL 1.5 is supported.
  143.  
  144. Using VBOs: Yes
  145. Is Modded: Definitely; Client brand changed to 'fml,forge'
  146. Type: Client (map_client.txt)
  147. Resource Packs: Delta-NP-Smooth-64x-1.8.zip (incompatible), BiomesOPlenty-DokucraftTSC-1.10.2_03.zip, ChromaHills128x-1.9-v.1.zip
  148. Current Language: English (Canada)
  149. Profiler Position: N/A (disabled)
  150. CPU: 8x Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement