Advertisement
Guest User

Untitled

a guest
Jun 15th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.46 KB | None | 0 0
  1. [00:41:44] [Client thread/ERROR] [FML]: Fatal errors were detected during the transition from PREINITIALIZATION to INITIALIZATION. Loading cannot continue
  2. [00:41:44] [Client thread/ERROR] [FML]:
  3. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  4. UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  5. UCH FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.9.4-12.17.0.1962.jar)
  6. UCH Forge{12.17.0.1962} [Minecraft Forge] (forgeSrc-1.9.4-12.17.0.1962.jar)
  7. UCE fyrestone{@VERSION@} [Fyrestone Mod] (bin)
  8. [00:41:44] [Client thread/ERROR] [FML]: The following problems were captured during this phase
  9. [00:41:44] [Client thread/ERROR] [FML]: Caught exception from fyrestone
  10. java.lang.RuntimeException: Invalid attempt to create a GUI during mod construction. Use an EventHandler instead
  11. at net.minecraftforge.fml.common.network.NetworkRegistry.registerGuiHandler(NetworkRegistry.java:221) ~[forgeSrc-1.9.4-12.17.0.1962.jar:?]
  12. at com.skidsdev.fyrestone.block.BlockRegister.createBlocks(BlockRegister.java:42) ~[bin/:?]
  13. at com.skidsdev.fyrestone.Config.setupBlocks(Config.java:40) ~[bin/:?]
  14. at com.skidsdev.fyrestone.CommonProxy.preInit(CommonProxy.java:20) ~[bin/:?]
  15. at com.skidsdev.fyrestone.ClientProxy.preInit(ClientProxy.java:16) ~[bin/:?]
  16. at com.skidsdev.fyrestone.Fyrestone.preInit(Fyrestone.java:27) ~[bin/:?]
  17. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_73]
  18. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_73]
  19. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_73]
  20. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_73]
  21. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:568) ~[forgeSrc-1.9.4-12.17.0.1962.jar:?]
  22. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_73]
  23. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_73]
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_73]
  25. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_73]
  26. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  27. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  28. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  29. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  30. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  31. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:228) ~[forgeSrc-1.9.4-12.17.0.1962.jar:?]
  32. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:206) ~[forgeSrc-1.9.4-12.17.0.1962.jar:?]
  33. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_73]
  34. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_73]
  35. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_73]
  36. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_73]
  37. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  38. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  39. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  40. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  41. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  42. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135) [LoadController.class:?]
  43. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:586) [Loader.class:?]
  44. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:249) [FMLClientHandler.class:?]
  45. at net.minecraft.client.Minecraft.startGame(Minecraft.java:475) [Minecraft.class:?]
  46. at net.minecraft.client.Minecraft.run(Minecraft.java:384) [Minecraft.class:?]
  47. at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
  48. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_73]
  49. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_73]
  50. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_73]
  51. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_73]
  52. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  53. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  54. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_73]
  55. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_73]
  56. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_73]
  57. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_73]
  58. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
  59. at GradleStart.main(GradleStart.java:26) [start/:?]
  60. [00:41:44] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:646]: ---- Minecraft Crash Report ----
  61. // I blame Dinnerbone.
  62.  
  63. Time: 16/06/16 00:41
  64. Description: Initializing game
  65.  
  66. java.lang.RuntimeException: Invalid attempt to create a GUI during mod construction. Use an EventHandler instead
  67. at net.minecraftforge.fml.common.network.NetworkRegistry.registerGuiHandler(NetworkRegistry.java:221)
  68. at com.skidsdev.fyrestone.block.BlockRegister.createBlocks(BlockRegister.java:42)
  69. at com.skidsdev.fyrestone.Config.setupBlocks(Config.java:40)
  70. at com.skidsdev.fyrestone.CommonProxy.preInit(CommonProxy.java:20)
  71. at com.skidsdev.fyrestone.ClientProxy.preInit(ClientProxy.java:16)
  72. at com.skidsdev.fyrestone.Fyrestone.preInit(Fyrestone.java:27)
  73. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  74. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  75. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  76. at java.lang.reflect.Method.invoke(Unknown Source)
  77. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:568)
  78. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  79. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  80. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  81. at java.lang.reflect.Method.invoke(Unknown Source)
  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:228)
  88. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:206)
  89. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  90. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  91. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  92. at java.lang.reflect.Method.invoke(Unknown Source)
  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:135)
  99. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:586)
  100. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:249)
  101. at net.minecraft.client.Minecraft.startGame(Minecraft.java:475)
  102. at net.minecraft.client.Minecraft.run(Minecraft.java:384)
  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(Unknown Source)
  106. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  107. at java.lang.reflect.Method.invoke(Unknown Source)
  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(Unknown Source)
  112. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  113. at java.lang.reflect.Method.invoke(Unknown Source)
  114. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
  115. at GradleStart.main(GradleStart.java:26)
  116.  
  117.  
  118. A detailed walkthrough of the error, its code path and all known details is as follows:
  119. ---------------------------------------------------------------------------------------
  120.  
  121. -- Head --
  122. Thread: Client thread
  123. Stacktrace:
  124. at net.minecraftforge.fml.common.network.NetworkRegistry.registerGuiHandler(NetworkRegistry.java:221)
  125. at com.skidsdev.fyrestone.block.BlockRegister.createBlocks(BlockRegister.java:42)
  126. at com.skidsdev.fyrestone.Config.setupBlocks(Config.java:40)
  127. at com.skidsdev.fyrestone.CommonProxy.preInit(CommonProxy.java:20)
  128. at com.skidsdev.fyrestone.ClientProxy.preInit(ClientProxy.java:16)
  129. at com.skidsdev.fyrestone.Fyrestone.preInit(Fyrestone.java:27)
  130. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  131. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  132. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  133. at java.lang.reflect.Method.invoke(Unknown Source)
  134. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:568)
  135. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  136. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  137. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  138. at java.lang.reflect.Method.invoke(Unknown Source)
  139. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  140. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  141. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  142. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  143. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  144. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:228)
  145. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:206)
  146. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  147. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  148. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  149. at java.lang.reflect.Method.invoke(Unknown Source)
  150. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  151. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  152. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  153. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  154. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  155. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
  156. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:586)
  157. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:249)
  158. at net.minecraft.client.Minecraft.startGame(Minecraft.java:475)
  159.  
  160. -- Initialization --
  161. Details:
  162. Stacktrace:
  163. at net.minecraft.client.Minecraft.run(Minecraft.java:384)
  164. at net.minecraft.client.main.Main.main(Main.java:118)
  165. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  166. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  167. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  168. at java.lang.reflect.Method.invoke(Unknown Source)
  169. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  170. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  171. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  172. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  173. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  174. at java.lang.reflect.Method.invoke(Unknown Source)
  175. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
  176. at GradleStart.main(GradleStart.java:26)
  177.  
  178. -- System Details --
  179. Details:
  180. Minecraft Version: 1.9.4
  181. Operating System: Windows 7 (amd64) version 6.1
  182. Java Version: 1.8.0_73, Oracle Corporation
  183. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  184. Memory: 696456072 bytes (664 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
  185. JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  186. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  187. FML: MCP 9.28 Powered by Forge 12.17.0.1962 4 mods loaded, 4 mods active
  188. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  189. UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  190. UCH FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.9.4-12.17.0.1962.jar)
  191. UCH Forge{12.17.0.1962} [Minecraft Forge] (forgeSrc-1.9.4-12.17.0.1962.jar)
  192. UCE fyrestone{@VERSION@} [Fyrestone Mod] (bin)
  193. Loaded coremods (and transformers):
  194. GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.4.13084 Compatibility Profile Context 14.301.1001.0' Renderer: 'AMD Radeon HD 7700 Series'
  195. Launched Version: 1.9.4
  196. LWJGL: 2.9.4
  197. OpenGL: AMD Radeon HD 7700 Series GL version 4.4.13084 Compatibility Profile Context 14.301.1001.0, ATI Technologies Inc.
  198. GL Caps: Using GL 1.3 multitexturing.
  199. Using GL 1.3 texture combiners.
  200. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  201. Shaders are available because OpenGL 2.1 is supported.
  202. VBOs are available because OpenGL 1.5 is supported.
  203.  
  204. Using VBOs: No
  205. Is Modded: Definitely; Client brand changed to 'fml,forge'
  206. Type: Client (map_client.txt)
  207. Resource Packs:
  208. Current Language: English (US)
  209. Profiler Position: N/A (disabled)
  210. CPU: net.minecraft.client.Minecraft$15@6ff5eeed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement