Guest User

Untitled

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