Azutte

Untitled

Oct 19th, 2016
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.36 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)
  5. Contact their authors BEFORE contacting forge
  6.  
  7. // This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
  8.  
  9. Time: 10/19/16 8:50 PM
  10. Description: Initializing game
  11.  
  12. java.lang.Error: java.lang.reflect.InvocationTargetException
  13. at slimeknights.mantle.pulsar.internal.BusExceptionHandler.handle(BusExceptionHandler.java:30)
  14. at slimeknights.mantle.pulsar.flightpath.Flightpath.post(Flightpath.java:92)
  15. at slimeknights.mantle.pulsar.control.PulseManager.propagateEvent(PulseManager.java:203)
  16. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  18. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  19. at java.lang.reflect.Method.invoke(Unknown Source)
  20. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  21. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  22. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  23. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  24. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  25. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239)
  26. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  30. at java.lang.reflect.Method.invoke(Unknown Source)
  31. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  32. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  33. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  34. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  35. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  36. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
  37. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:609)
  38. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:257)
  39. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)
  40. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
  41. at net.minecraft.client.main.Main.main(SourceFile:124)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  43. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  44. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  45. at java.lang.reflect.Method.invoke(Unknown Source)
  46. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  47. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  48. Caused by: java.lang.reflect.InvocationTargetException
  49. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  50. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  51. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  52. at java.lang.reflect.Method.invoke(Unknown Source)
  53. at slimeknights.mantle.pulsar.flightpath.Flightpath.post(Flightpath.java:89)
  54. ... 33 more
  55. Caused by: java.lang.NullPointerException
  56. at slimeknights.tconstruct.shared.TinkerCommons.preInit(TinkerCommons.java:329)
  57. ... 38 more
  58.  
  59.  
  60. A detailed walkthrough of the error, its code path and all known details is as follows:
  61. ---------------------------------------------------------------------------------------
  62.  
  63. -- Head --
  64. Thread: Client thread
  65. Stacktrace:
  66. at slimeknights.mantle.pulsar.internal.BusExceptionHandler.handle(BusExceptionHandler.java:30)
  67. at slimeknights.mantle.pulsar.flightpath.Flightpath.post(Flightpath.java:92)
  68. at slimeknights.mantle.pulsar.control.PulseManager.propagateEvent(PulseManager.java:203)
  69. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  70. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  71. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  72. at java.lang.reflect.Method.invoke(Unknown Source)
  73. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  74. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  75. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  76. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  77. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  78. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239)
  79. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217)
  80. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  81. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  82. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  83. at java.lang.reflect.Method.invoke(Unknown Source)
  84. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  85. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  86. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  87. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  88. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  89. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
  90. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:609)
  91. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:257)
  92. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)
  93.  
  94. -- Initialization --
  95. Details:
  96. Stacktrace:
  97. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
  98. at net.minecraft.client.main.Main.main(SourceFile:124)
  99. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  100. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  101. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  102. at java.lang.reflect.Method.invoke(Unknown Source)
  103. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  104. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  105.  
  106. -- System Details --
  107. Details:
  108. Minecraft Version: 1.10.2
  109. Operating System: Windows XP (x86) version 5.1
  110. Java Version: 1.8.0_112, Oracle Corporation
  111. Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  112. Memory: 177696592 bytes (169 MB) / 409186304 bytes (390 MB) up to 1037959168 bytes (989 MB)
  113. JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
  114. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  115. FML: MCP 9.32 Powered by Forge 12.18.2.2097 12 mods loaded, 12 mods active
  116. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  117. UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  118. UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.2.2097.jar)
  119. UCH Forge{12.18.2.2097} [Minecraft Forge] (forge-1.10.2-12.18.2.2097.jar)
  120. UCH actuallyadditions{1.10.2-r67} [Actually Additions] (ActuallyAdditions-1.10.2-r67.jar)
  121. UCH Baubles{1.3.BETA11} [Baubles] (Baubles-1.10.2-1.3.BETA11.jar)
  122. UCH Botania{r1.9-333} [Botania] (Botania r1.9-333.jar)
  123. UCH Chameleon{1.10-2.1.7} [Chameleon] (Chameleon-1.10-2.1.7.jar)
  124. UCE forestry{5.2.15.294} [Forestry] (forestry_1.10.2-5.2.15.294.jar)
  125. UCH mantle{1.10.2-1.0.0.jenkins170} [Mantle] (Mantle-1.10.2-1.0.0.jar)
  126. UCH redstonepaste{1.7.4} [Redstone Paste] (redstonepaste-mc1.9.4-1.7.4.jar)
  127. UCH StorageDrawers{1.10.2-3.2.7} [Storage Drawers] (StorageDrawers-1.10.2-3.2.7.jar)
  128. UC tconstruct{1.10.2-2.5.3.jenkins387} [Tinkers' Construct] (TConstruct-1.10.2-2.5.3.jar)
  129. Loaded coremods (and transformers):
  130. NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)
  131. net.fybertech.nwr.NWRTransformer
  132. GL info: ' Vendor: 'NVIDIA Corporation' Version: '2.1.2' Renderer: 'GeForce 6200/AGP/SSE2'
  133. Pulsar/tconstruct loaded Pulses:
  134. - TinkerCommons (Enabled/Forced)
  135. - TinkerWorld (Enabled/Not Forced)
  136. - TinkerTools (Enabled/Not Forced)
  137. - TinkerHarvestTools (Enabled/Forced)
  138. - TinkerMeleeWeapons (Enabled/Forced)
  139. - TinkerRangedWeapons (Enabled/Forced)
  140. - TinkerModifiers (Enabled/Forced)
  141. - TinkerSmeltery (Enabled/Not Forced)
  142. - TinkerGadgets (Enabled/Not Forced)
  143. - TinkerOredict (Enabled/Forced)
  144. - TinkerIntegration (Enabled/Forced)
  145. - TinkerFluids (Enabled/Forced)
  146. - TinkerMaterials (Enabled/Forced)
  147. - TinkerModelRegister (Enabled/Forced)
  148.  
  149. Launched Version: 1.10.2-forge1.10.2-12.18.2.2097
  150. LWJGL: 2.9.4
  151. OpenGL: GeForce 6200/AGP/SSE2 GL version 2.1.2, NVIDIA Corporation
  152. GL Caps: Using GL 1.3 multitexturing.
  153. Using GL 1.3 texture combiners.
  154. Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
  155. Shaders are available because OpenGL 2.1 is supported.
  156. VBOs are available because OpenGL 1.5 is supported.
  157.  
  158. Using VBOs: Yes
  159. Is Modded: Definitely; Client brand changed to 'fml,forge'
  160. Type: Client (map_client.txt)
  161. Resource Packs: Rotated Texture Fix
  162. Current Language: English (US)
  163. Profiler Position: N/A (disabled)
  164. CPU: 2x Intel(R) Pentium(R) 4 CPU 2.80GHz
Advertisement
Add Comment
Please, Sign In to add comment