Advertisement
Mowmaster

Untitled

Apr 29th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.65 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // My bad.
  3.  
  4. Time: 4/29/16 2:07 PM
  5. Description: Initializing game
  6.  
  7. java.lang.NullPointerException: Initializing game
  8. at com.mowmaster.dust.item.ItemRenderRegister.reg(ItemRenderRegister.java:117)
  9. at com.mowmaster.dust.item.ItemRenderRegister.registerItemRenderer(ItemRenderRegister.java:34)
  10. at com.mowmaster.dust.dust.init(dust.java:60)
  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:497)
  15. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
  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:497)
  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:228)
  26. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:206)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  30. at java.lang.reflect.Method.invoke(Method.java:497)
  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:135)
  37. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:737)
  38. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:307)
  39. at net.minecraft.client.Minecraft.startGame(Minecraft.java:554)
  40. at net.minecraft.client.Minecraft.run(Minecraft.java:381)
  41. at net.minecraft.client.main.Main.main(Main.java:118)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  43. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  44. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  45. at java.lang.reflect.Method.invoke(Method.java:497)
  46. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  47. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  48. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  49. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  50. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  51. at java.lang.reflect.Method.invoke(Method.java:497)
  52. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
  53. at GradleStart.main(GradleStart.java:26)
  54. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  55. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  56. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  57. at java.lang.reflect.Method.invoke(Method.java:497)
  58. at com.intellij.rt.execution.application.AppMain.main(AppMain.java:144)
  59.  
  60.  
  61. A detailed walkthrough of the error, its code path and all known details is as follows:
  62. ---------------------------------------------------------------------------------------
  63.  
  64. -- Head --
  65. Stacktrace:
  66. at com.mowmaster.dust.item.ItemRenderRegister.reg(ItemRenderRegister.java:117)
  67. at com.mowmaster.dust.item.ItemRenderRegister.registerItemRenderer(ItemRenderRegister.java:34)
  68. at com.mowmaster.dust.dust.init(dust.java:60)
  69. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  70. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  71. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  72. at java.lang.reflect.Method.invoke(Method.java:497)
  73. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
  74. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  75. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  76. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  77. at java.lang.reflect.Method.invoke(Method.java:497)
  78. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  79. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  80. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  81. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  82. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  83. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:228)
  84. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:206)
  85. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  86. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  87. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  88. at java.lang.reflect.Method.invoke(Method.java:497)
  89. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  90. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  91. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  92. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  93. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  94. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
  95. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:737)
  96. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:307)
  97. at net.minecraft.client.Minecraft.startGame(Minecraft.java:554)
  98.  
  99. -- Initialization --
  100. Details:
  101. Stacktrace:
  102. at net.minecraft.client.Minecraft.run(Minecraft.java:381)
  103. at net.minecraft.client.main.Main.main(Main.java:118)
  104. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  105. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  106. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  107. at java.lang.reflect.Method.invoke(Method.java:497)
  108. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  109. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  110. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  111. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  112. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  113. at java.lang.reflect.Method.invoke(Method.java:497)
  114. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
  115. at GradleStart.main(GradleStart.java:26)
  116. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  117. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  118. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  119. at java.lang.reflect.Method.invoke(Method.java:497)
  120. at com.intellij.rt.execution.application.AppMain.main(AppMain.java:144)
  121.  
  122. -- System Details --
  123. Details:
  124. Minecraft Version: 1.9
  125. Operating System: Windows 10 (amd64) version 10.0
  126. Java Version: 1.8.0_66, Oracle Corporation
  127. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  128. Memory: 358707736 bytes (342 MB) / 924319744 bytes (881 MB) up to 3679977472 bytes (3509 MB)
  129. JVM Flags: 0 total;
  130. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  131. FML: MCP 9.23 Powered by Forge 12.16.0.1866 4 mods loaded, 4 mods active
  132. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  133. UCHI mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  134. UCHI FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.9-12.16.0.1866-1.9.jar)
  135. UCHI Forge{12.16.0.1866} [Minecraft Forge] (forgeSrc-1.9-12.16.0.1866-1.9.jar)
  136. UCHE dust{1.8.9-0.2.2.1} [Dust] (Dust)
  137. Loaded coremods (and transformers):
  138. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 353.82' Renderer: 'GeForce GTX 970/PCIe/SSE2'
  139. Launched Version: 1.9
  140. LWJGL: 2.9.4
  141. OpenGL: GeForce GTX 970/PCIe/SSE2 GL version 4.5.0 NVIDIA 353.82, NVIDIA Corporation
  142. GL Caps: Using GL 1.3 multitexturing.
  143. Using GL 1.3 texture combiners.
  144. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  145. Shaders are available because OpenGL 2.1 is supported.
  146. VBOs are available because OpenGL 1.5 is supported.
  147.  
  148. Using VBOs: No
  149. Is Modded: Definitely; Client brand changed to 'fml,forge'
  150. Type: Client (map_client.txt)
  151. Resource Packs:
  152. Current Language: English (US)
  153. Profiler Position: N/A (disabled)
  154. CPU: 8x Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement