Advertisement
Guest User

Untitled

a guest
Mar 19th, 2017
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.86 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // But it works on my machine.
  3.  
  4. Time: 19.03.17 14:35
  5. Description: Initializing game
  6.  
  7. java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Character
  8. at net.minecraft.item.crafting.CraftingManager.addRecipe(CraftingManager.java:243)
  9. at net.minecraftforge.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:242)
  10. at me.x7airworker.MysticItems.MysticItems.loadCraftingRecipes(MysticItems.java:34)
  11. at me.x7airworker.MysticItems.MysticItems.init(MysticItems.java:27)
  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:498)
  16. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:553)
  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:498)
  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:212)
  27. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  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:498)
  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:119)
  38. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:731)
  39. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:316)
  40. at net.minecraft.client.Minecraft.startGame(Minecraft.java:528)
  41. at net.minecraft.client.Minecraft.run(Minecraft.java:356)
  42. at net.minecraft.client.main.Main.main(Main.java:117)
  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:498)
  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:498)
  53. at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
  54. at GradleStart.main(Unknown Source)
  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:498)
  59. at com.intellij.rt.execution.application.AppMain.main(AppMain.java:147)
  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.minecraft.item.crafting.CraftingManager.addRecipe(CraftingManager.java:243)
  68. at net.minecraftforge.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:242)
  69. at me.x7airworker.MysticItems.MysticItems.loadCraftingRecipes(MysticItems.java:34)
  70. at me.x7airworker.MysticItems.MysticItems.init(MysticItems.java:27)
  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:498)
  75. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:553)
  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:498)
  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:212)
  86. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  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:498)
  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:119)
  97. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:731)
  98. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:316)
  99. at net.minecraft.client.Minecraft.startGame(Minecraft.java:528)
  100.  
  101. -- Initialization --
  102. Details:
  103. Stacktrace:
  104. at net.minecraft.client.Minecraft.run(Minecraft.java:356)
  105. at net.minecraft.client.main.Main.main(Main.java:117)
  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:498)
  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:498)
  116. at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
  117. at GradleStart.main(Unknown Source)
  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:498)
  122. at com.intellij.rt.execution.application.AppMain.main(AppMain.java:147)
  123.  
  124. -- System Details --
  125. Details:
  126. Minecraft Version: 1.8
  127. Operating System: Windows 10 (amd64) version 10.0
  128. Java Version: 1.8.0_121, Oracle Corporation
  129. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  130. Memory: 185295184 bytes (176 MB) / 831520768 bytes (793 MB) up to 3791650816 bytes (3616 MB)
  131. JVM Flags: 0 total;
  132. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  133. FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.4.1577 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. UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  136. UCHI FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.8-11.14.4.1577.jar)
  137. UCHI Forge{11.14.4.1577} [Minecraft Forge] (forgeSrc-1.8-11.14.4.1577.jar)
  138. UCHE mysticitems{1.0} [MysticItems] (forge mod)
  139. Loaded coremods (and transformers):
  140. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 378.78' Renderer: 'GeForce GTX 960/PCIe/SSE2'
  141. Launched Version: 1.8
  142. LWJGL: 2.9.1
  143. OpenGL: GeForce GTX 960/PCIe/SSE2 GL version 4.5.0 NVIDIA 378.78, 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)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement