Advertisement
Guest User

Crash

a guest
Aug 17th, 2013
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.37 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Why did you do that?
  3.  
  4. Time: 8/17/13 9:38 PM
  5. Description: Updating screen events
  6.  
  7. java.lang.ClassCastException: net.minecraft.item.ItemStack cannot be cast to ic2.api.recipe.RecipeOutput
  8. at ic2.neiIntegration.core.MachineRecipeHandler.loadCraftingRecipes(MachineRecipeHandler.java:98)
  9. at codechicken.nei.recipe.TemplateRecipeHandler.loadCraftingRecipes(TemplateRecipeHandler.java:364)
  10. at ic2.neiIntegration.core.MachineRecipeHandler.loadCraftingRecipes(MachineRecipeHandler.java:91)
  11. at codechicken.nei.recipe.TemplateRecipeHandler.getRecipeHandler(TemplateRecipeHandler.java:510)
  12. at codechicken.nei.recipe.GuiCraftingRecipe.openRecipeGui(GuiCraftingRecipe.java:42)
  13. at codechicken.nei.ItemPanel.mouseUp(ItemPanel.java:239)
  14. at codechicken.nei.LayoutManager.onMouseUp(LayoutManager.java:192)
  15. at codechicken.nei.forge.GuiContainerManager.mouseUp(GuiContainerManager.java:346)
  16. at net.minecraft.client.gui.inventory.GuiContainer.func_73879_b(GuiContainer.java:760)
  17. at net.minecraft.client.gui.inventory.GuiContainerCreative.func_73879_b(GuiContainerCreative.java:496)
  18. at net.minecraft.client.gui.GuiScreen.func_73867_d(SourceFile:132)
  19. at net.minecraft.client.gui.inventory.GuiContainer.func_73867_d(GuiContainer.java:1009)
  20. at net.minecraft.client.gui.inventory.GuiContainerCreative.func_73867_d(GuiContainerCreative.java:608)
  21. at net.minecraft.client.gui.GuiScreen.func_73862_m(SourceFile:107)
  22. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1554)
  23. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:898)
  24. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:826)
  25. at net.minecraft.client.main.Main.main(SourceFile:101)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  28. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  29. at java.lang.reflect.Method.invoke(Unknown Source)
  30. at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
  31. at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
  32.  
  33.  
  34. A detailed walkthrough of the error, its code path and all known details is as follows:
  35. ---------------------------------------------------------------------------------------
  36.  
  37. -- Head --
  38. Stacktrace:
  39. at ic2.neiIntegration.core.MachineRecipeHandler.loadCraftingRecipes(MachineRecipeHandler.java:98)
  40. at codechicken.nei.recipe.TemplateRecipeHandler.loadCraftingRecipes(TemplateRecipeHandler.java:364)
  41. at ic2.neiIntegration.core.MachineRecipeHandler.loadCraftingRecipes(MachineRecipeHandler.java:91)
  42. at codechicken.nei.recipe.TemplateRecipeHandler.getRecipeHandler(TemplateRecipeHandler.java:510)
  43. at codechicken.nei.recipe.GuiCraftingRecipe.openRecipeGui(GuiCraftingRecipe.java:42)
  44. at codechicken.nei.ItemPanel.mouseUp(ItemPanel.java:239)
  45. at codechicken.nei.LayoutManager.onMouseUp(LayoutManager.java:192)
  46. at codechicken.nei.forge.GuiContainerManager.mouseUp(GuiContainerManager.java:346)
  47. at net.minecraft.client.gui.inventory.GuiContainer.func_73879_b(GuiContainer.java:760)
  48. at net.minecraft.client.gui.inventory.GuiContainerCreative.func_73879_b(GuiContainerCreative.java:496)
  49. at net.minecraft.client.gui.GuiScreen.func_73867_d(SourceFile:132)
  50. at net.minecraft.client.gui.inventory.GuiContainer.func_73867_d(GuiContainer.java:1009)
  51. at net.minecraft.client.gui.inventory.GuiContainerCreative.func_73867_d(GuiContainerCreative.java:608)
  52. at net.minecraft.client.gui.GuiScreen.func_73862_m(SourceFile:107)
  53.  
  54. -- Affected screen --
  55. Details:
  56. Screen name: net.minecraft.client.gui.inventory.GuiContainerCreative
  57.  
  58. -- Affected level --
  59. Details:
  60. Level name: MpServer
  61. All players: 1 total; [EntityClientPlayerMP['lopok'/0, l='MpServer', x=391.16, y=5.62, z=818.61]]
  62. Chunk stats: MultiplayerChunkCache: 441
  63. Level seed: 0
  64. Level generator: ID 01 - flat, ver 0. Features enabled: false
  65. Level generator options:
  66. Level spawn location: World: (400,4,837), Chunk: (at 0,0,5 in 25,52; contains blocks 400,0,832 to 415,255,847), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023)
  67. Level time: 332 game time, 332 day time
  68. Level dimension: 0
  69. Level storage version: 0x00000 - Unknown?
  70. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  71. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
  72. Forced entities: 1 total; [EntityClientPlayerMP['lopok'/0, l='MpServer', x=391.16, y=5.62, z=818.61]]
  73. Retry entities: 0 total; []
  74. Server brand: fml,forge
  75. Server type: Integrated singleplayer server
  76. Stacktrace:
  77. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:440)
  78. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2298)
  79. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:844)
  80. at net.minecraft.client.main.Main.main(SourceFile:101)
  81. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  82. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  83. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  84. at java.lang.reflect.Method.invoke(Unknown Source)
  85. at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
  86. at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
  87.  
  88. -- System Details --
  89. Details:
  90. Minecraft Version: 1.6.2
  91. Operating System: Windows 7 (amd64) version 6.1
  92. Java Version: 1.7.0_25, Oracle Corporation
  93. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  94. Memory: 1006351904 bytes (959 MB) / 1967980544 bytes (1876 MB) up to 5726666752 bytes (5461 MB)
  95. JVM Flags: 1 total; -Xmx6144m
  96. AABB Pool Size: 11635 (651560 bytes; 0 MB) allocated, 2 (112 bytes; 0 MB) used
  97. Suspicious classes: FML and Forge are installed
  98. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  99. FML: MCP v8.04 FML v6.2.51.835 Minecraft Forge 9.10.0.835 7 mods loaded, 7 mods active
  100. mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  101. FML{6.2.51.835} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  102. Forge{9.10.0.835} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  103. CodeChickenCore{0.9.0.3} [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  104. NotEnoughItems{1.6.1.2} [Not Enough Items] (NotEnoughItems 1.6.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  105. IC2{1.118.31-experimental} [IndustrialCraft 2] (industrialcraft-2_1.118.31-experimental.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  106. gregtech_addon{MC162} [GregTech-Addon] (gregtechmod.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  107. Launched Version: Forge9.10.0.786
  108. LWJGL: 2.9.0
  109. OpenGL: GeForce GTX 660/PCIe/SSE2 GL version 4.3.0, NVIDIA Corporation
  110. Is Modded: Definitely; Client brand changed to 'fml,forge'
  111. Type: Client (map_client.txt)
  112. Resource Pack: Default
  113. Current Language: English (US)
  114. Profiler Position: N/A (disabled)
  115. Vec3 Pool Size: 43 (2408 bytes; 0 MB) allocated, 11 (616 bytes; 0 MB) used
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement