Advertisement
Mowmaster

ArmorCreationCrashy

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