Advertisement
Guest User

MCreator_1

a guest
Oct 6th, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.45 KB | None | 0 0
  1. -- System Details --
  2. Details:
  3. Minecraft Version: 1.8
  4. Operating System: Windows 8.1 (x86) version 6.3
  5. Java Version: 1.7.0_60, Oracle Corporation
  6. Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  7. Memory: 60685016 bytes (57 MB) / 124997632 bytes (119 MB) up to 259522560 bytes (247 MB)
  8. JVM Flags: 0 total;
  9. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  10. FML:
  11. Loaded coremods (and transformers):
  12. GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.4252' Renderer: 'Intel(R) HD Graphics'
  13. [19:19:11] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
  14. [19:19:11] [Client thread/INFO] [FML]: MinecraftForge v11.14.3.1450 Initialized
  15. [19:19:11] [Client thread/INFO] [FML]: Replaced 204 ore recipies
  16. [19:19:11] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
  17. [19:19:11] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
  18. [19:19:11] [Client thread/INFO] [FML]: Searching C:\Pylo\MCreator\forge\eclipse\mods for mods
  19. [19:19:14] [Client thread/INFO] [TestEnvironmentMod]: Mod TestEnvironmentMod is missing the required element 'name'. Substituting TestEnvironmentMod
  20. [19:19:14] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
  21. [19:19:14] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, TestEnvironmentMod] at CLIENT
  22. [19:19:14] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, TestEnvironmentMod] at SERVER
  23. [19:19:15] [Client thread/WARN] [FML]: The mod FMLMod:TestEnvironmentMod{1.0} is attempting to register a block whilst it it being constructed. This is bad modding practice - please use a proper mod lifecycle event.
  24. [19:19:15] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:TestEnvironmentMod
  25. [19:19:15] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
  26. [19:19:15] [Client thread/INFO] [FML]: Found 384 ObjectHolder annotations
  27. [19:19:15] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
  28. [19:19:15] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
  29. [19:19:15] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
  30. [19:19:15] [Client thread/INFO] [FML]: Applying holder lookups
  31. [19:19:15] [Client thread/INFO] [FML]: Holder lookups applied
  32. [19:19:15] [Client thread/INFO] [FML]: Injecting itemstacks
  33. [19:19:15] [Client thread/INFO] [FML]: Itemstack injection complete
  34. [19:19:16] [Sound Library Loader/INFO]: Starting up SoundSystem...
  35. [19:19:16] [Thread-9/INFO]: Initializing LWJGL OpenAL
  36. [19:19:16] [Thread-9/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  37. [19:19:16] [Thread-9/INFO]: OpenAL initialized.
  38. [19:19:16] [Sound Library Loader/INFO]: Sound engine started
  39. [19:19:22] [Client thread/INFO]: Created: 512x512 textures-atlas
  40. [19:19:25] [Client thread/ERROR] [FML]: Fatal errors were detected during the transition from INITIALIZATION to POSTINITIALIZATION. Loading cannot continue
  41. [19:19:25] [Client thread/ERROR] [FML]:
  42. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  43. UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  44. UCHI FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.8-11.14.3.1450.jar)
  45. UCHI Forge{11.14.3.1450} [Minecraft Forge] (forgeSrc-1.8-11.14.3.1450.jar)
  46. UCHE TestEnvironmentMod{1.0} [TestEnvironmentMod] (modid-1.0.jar)
  47. [19:19:25] [Client thread/ERROR] [FML]: The following problems were captured during this phase
  48. [19:19:25] [Client thread/ERROR] [FML]: Caught exception from TestEnvironmentMod
  49. java.lang.ArrayIndexOutOfBoundsException: 3
  50. at net.minecraft.item.crafting.CraftingManager.addRecipe(CraftingManager.java:230) ~[forgeSrc-1.8-11.14.3.1450.jar:?]
  51. at net.minecraftforge.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:242) ~[forgeSrc-1.8-11.14.3.1450.jar:?]
  52. at net.minecraftforge.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:237) ~[forgeSrc-1.8-11.14.3.1450.jar:?]
  53. at mod.mcreator.mcreator_saltBeef.load(mcreator_saltBeef.java:100) ~[modid-1.0.jar:?]
  54. at mod.mcreator.TestEnvironmentMod.load(TestEnvironmentMod.java:185) ~[modid-1.0.jar:?]
  55. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60]
  56. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_60]
  57. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_60]
  58. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_60]
  59. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:537) ~[forgeSrc-1.8-11.14.3.1450.jar:?]
  60. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60]
  61. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_60]
  62. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_60]
  63. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_60]
  64. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  65. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  66. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  67. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  68. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  69. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[forgeSrc-1.8-11.14.3.1450.jar:?]
  70. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[forgeSrc-1.8-11.14.3.1450.jar:?]
  71. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60]
  72. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_60]
  73. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_60]
  74. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_60]
  75. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  76. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  77. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  78. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  79. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  80. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
  81. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:731) [Loader.class:?]
  82. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:315) [FMLClientHandler.class:?]
  83. at net.minecraft.client.Minecraft.startGame(Minecraft.java:529) [Minecraft.class:?]
  84. at net.minecraft.client.Minecraft.run(Minecraft.java:356) [Minecraft.class:?]
  85. at net.minecraft.client.main.Main.main(Main.java:117) [Main.class:?]
  86. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60]
  87. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_60]
  88. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_60]
  89. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_60]
  90. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
  91. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
  92. at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?]
  93. at GradleStart.main(Unknown Source) [start/:?]
  94. [19:19:25] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:663]: ---- Minecraft Crash Report ----
  95. // This doesn't make any sense!
  96. Time: 10/6/15 7:19 PM
  97. Description: Initializing game
  98. java.lang.ArrayIndexOutOfBoundsException: 3
  99. at net.minecraft.item.crafting.CraftingManager.addRecipe(CraftingManager.java:230)
  100. at net.minecraftforge.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:242)
  101. at net.minecraftforge.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:237)
  102. at mod.mcreator.mcreator_saltBeef.load(mcreator_saltBeef.java:100)
  103. at mod.mcreator.TestEnvironmentMod.load(TestEnvironmentMod.java:185)
  104. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  105. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  106. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  107. at java.lang.reflect.Method.invoke(Method.java:606)
  108. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:537)
  109. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  110. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  111. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  112. at java.lang.reflect.Method.invoke(Method.java:606)
  113. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  114. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  115. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  116. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  117. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  118. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  119. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  120. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  121. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  122. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  123. at java.lang.reflect.Method.invoke(Method.java:606)
  124. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  125. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  126. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  127. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  128. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  129. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  130. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:731)
  131. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:315)
  132. at net.minecraft.client.Minecraft.startGame(Minecraft.java:529)
  133. at net.minecraft.client.Minecraft.run(Minecraft.java:356)
  134. at net.minecraft.client.main.Main.main(Main.java:117)
  135. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  136. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  137. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  138. at java.lang.reflect.Method.invoke(Method.java:606)
  139. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  140. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  141. at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
  142. at GradleStart.main(Unknown Source)
  143. A detailed walkthrough of the error, its code path and all known details is as follows:
  144. ---------------------------------------------------------------------------------------
  145. -- Head --
  146. Stacktrace:
  147. at net.minecraft.item.crafting.CraftingManager.addRecipe(CraftingManager.java:230)
  148. at net.minecraftforge.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:242)
  149. at net.minecraftforge.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:237)
  150. at mod.mcreator.mcreator_saltBeef.load(mcreator_saltBeef.java:100)
  151. at mod.mcreator.TestEnvironmentMod.load(TestEnvironmentMod.java:185)
  152. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  153. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  154. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  155. at java.lang.reflect.Method.invoke(Method.java:606)
  156. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:537)
  157. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  158. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  159. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  160. at java.lang.reflect.Method.invoke(Method.java:606)
  161. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  162. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  163. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  164. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  165. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  166. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  167. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  168. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  169. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  170. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  171. at java.lang.reflect.Method.invoke(Method.java:606)
  172. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  173. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  174. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  175. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  176. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  177. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  178. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:731)
  179. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:315)
  180. at net.minecraft.client.Minecraft.startGame(Minecraft.java:529)
  181. -- Initialization --
  182. Details:
  183. Stacktrace:
  184. at net.minecraft.client.Minecraft.run(Minecraft.java:356)
  185. at net.minecraft.client.main.Main.main(Main.java:117)
  186. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  187. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  188. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  189. at java.lang.reflect.Method.invoke(Method.java:606)
  190. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  191. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  192. at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
  193. at GradleStart.main(Unknown Source)
  194. -- System Details --
  195. AL lib: (EE) alc_cleanup: 1 device not closed
  196. Details:
  197. Minecraft Version: 1.8
  198. Operating System: Windows 8.1 (x86) version 6.3
  199. Java Version: 1.7.0_60, Oracle Corporation
  200. Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  201. Memory: 69712344 bytes (66 MB) / 201506816 bytes (192 MB) up to 259522560 bytes (247 MB)
  202. JVM Flags: 0 total;
  203. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  204. FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1450 4 mods loaded, 4 mods active
  205. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  206. UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  207. UCHI FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.8-11.14.3.1450.jar)
  208. UCHI Forge{11.14.3.1450} [Minecraft Forge] (forgeSrc-1.8-11.14.3.1450.jar)
  209. UCHE TestEnvironmentMod{1.0} [TestEnvironmentMod] (modid-1.0.jar)
  210. Loaded coremods (and transformers):
  211. GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.4252' Renderer: 'Intel(R) HD Graphics'
  212. Launched Version: 1.8
  213. LWJGL: 2.9.1
  214. OpenGL: Intel(R) HD Graphics GL version 4.0.0 - Build 10.18.10.4252, Intel
  215. GL Caps: Using GL 1.3 multitexturing.
  216. Using GL 1.3 texture combiners.
  217. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  218. Shaders are available because OpenGL 2.1 is supported.
  219. VBOs are available because OpenGL 1.5 is supported.
  220. Using VBOs: No
  221. Is Modded: Definitely; Client brand changed to 'fml,forge'
  222. Type: Client (map_client.txt)
  223. Resource Packs: []
  224. Current Language: English (US)
  225. Profiler Position: N/A (disabled)
  226. [19:19:25] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:663]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Pylo\MCreator\forge\eclipse\.\crash-reports\crash-2015-10-06_19.19.25-client.txt
  227. :runClient FAILED
  228. FAILURE: Build failed with an exception.
  229. * What went wrong:
  230. Execution failed for task ':runClient'.
  231. > Process 'command 'C:\Pylo\MCreator\jdk\bin\java.exe'' finished with non-zero exit value -1
  232. * Try:
  233. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  234. BUILD FAILED
  235. Total time: 41.783 secs
  236. C:\Pylo\MCreator\forge>
  237. Task completed with return code 0 in 42408 milliseconds
  238. Task return code check OK!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement