I've repeated this crash 3 times now. I'll punch wood, put the wood into the inventory 2x2 grid, get planks. Attempt to make a crafting table, and poof, game crashes.
Here's the log:
---- Minecraft Crash Report ----
// Hey, that tickles! Hehehe!
java.lang.NullPointerException: Unexpected error
at net.minecraft.item.crafting.ShapelessRecipes.func_77569_a(SourceFile:36)
at net.minecraft.item.crafting.CraftingManager.func_82787_a(CraftingManager.java:323)
at net.minecraft.inventory.ContainerPlayer.func_75130_a(ContainerPlayer.java:80)
at net.minecraft.inventory.InventoryCrafting.func_70299_a(SourceFile:81)
at net.minecraft.inventory.Slot.func_75215_d(Slot.java:77)
at net.minecraft.inventory.Container.func_75144_a(SourceFile:222)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:419)
at yalter.mousetweaks.DeobfuscationLayer.windowClick(DeobfuscationLayer.java:77)
at yalter.mousetweaks.Main.clickSlot(Main.java:596)
at yalter.mousetweaks.Main.onUpdateInGui(Main.java:344)
at yalter.mousetweaks.Main.onUpdateInGame(Main.java:240)
at yalter.mousetweaks.loaders.MouseTweaksForge.onRenderTick(Unknown Source)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_426_MouseTweaksForge_onRenderTick_RenderTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at cpw.mods.fml.common.FMLCommonHandler.onRenderTickStart(FMLCommonHandler.java:335)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:999)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.item.crafting.ShapelessRecipes.func_77569_a(SourceFile:36)
at net.minecraft.item.crafting.CraftingManager.func_82787_a(CraftingManager.java:323)
at net.minecraft.inventory.ContainerPlayer.func_75130_a(ContainerPlayer.java:80)
at net.minecraft.inventory.InventoryCrafting.func_70299_a(SourceFile:81)
at net.minecraft.inventory.Slot.func_75215_d(Slot.java:77)
at net.minecraft.inventory.Container.func_75144_a(SourceFile:222)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:419)
at yalter.mousetweaks.DeobfuscationLayer.windowClick(DeobfuscationLayer.java:77)
at yalter.mousetweaks.Main.clickSlot(Main.java:596)
at yalter.mousetweaks.Main.onUpdateInGui(Main.java:344)
at yalter.mousetweaks.Main.onUpdateInGame(Main.java:240)
at yalter.mousetweaks.loaders.MouseTweaksForge.onRenderTick(Unknown Source)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_426_MouseTweaksForge_onRenderTick_RenderTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at cpw.mods.fml.common.FMLCommonHandler.onRenderTickStart(FMLCommonHandler.java:335)
OK, I'm going to update this. Ran into the same issue, even after taking MouseTweaks out. I also paid better attention to what happened, and it seems to crash when I swipe items into the crafting grid (holding down right click while holding a stack of planks to make a crafting table). Clicking single items into the crafting grid seems to work.
java.lang.NullPointerException: Updating screen events
at net.minecraft.item.crafting.ShapelessRecipes.func_77569_a(SourceFile:36)
at net.minecraft.item.crafting.CraftingManager.func_82787_a(CraftingManager.java:323)
at net.minecraft.inventory.ContainerPlayer.func_75130_a(ContainerPlayer.java:80)
at net.minecraft.inventory.InventoryCrafting.func_70299_a(SourceFile:81)
at net.minecraft.inventory.Slot.func_75215_d(Slot.java:77)
at net.minecraft.inventory.Container.func_75144_a(SourceFile:157)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:419)
at codechicken.nei.guihook.GuiContainerManager.handleSlotClick(GuiContainerManager.java:504)
at net.minecraft.client.gui.inventory.GuiContainer.func_146984_a(GuiContainer.java:638)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_146984_a(GuiContainer.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.callHandleMouseClick(DefaultSlotClickHandler.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.handleSlotClick(DefaultSlotClickHandler.java:17)
at codechicken.nei.guihook.GuiContainerManager.handleMouseClick(GuiContainerManager.java:453)
at net.minecraft.client.gui.inventory.GuiContainer.managerHandleMouseClick(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java:590)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.item.crafting.ShapelessRecipes.func_77569_a(SourceFile:36)
at net.minecraft.item.crafting.CraftingManager.func_82787_a(CraftingManager.java:323)
at net.minecraft.inventory.ContainerPlayer.func_75130_a(ContainerPlayer.java:80)
at net.minecraft.inventory.InventoryCrafting.func_70299_a(SourceFile:81)
at net.minecraft.inventory.Slot.func_75215_d(Slot.java:77)
at net.minecraft.inventory.Container.func_75144_a(SourceFile:157)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:419)
at codechicken.nei.guihook.GuiContainerManager.handleSlotClick(GuiContainerManager.java:504)
at net.minecraft.client.gui.inventory.GuiContainer.func_146984_a(GuiContainer.java:638)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_146984_a(GuiContainer.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.callHandleMouseClick(DefaultSlotClickHandler.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.handleSlotClick(DefaultSlotClickHandler.java:17)
at codechicken.nei.guihook.GuiContainerManager.handleMouseClick(GuiContainerManager.java:453)
at net.minecraft.client.gui.inventory.GuiContainer.managerHandleMouseClick(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java:590)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640)
java.lang.NullPointerException: Updating screen events
at net.minecraft.item.crafting.ShapelessRecipes.func_77569_a(SourceFile:36)
at net.minecraft.item.crafting.CraftingManager.func_82787_a(CraftingManager.java:323)
at net.minecraft.inventory.ContainerPlayer.func_75130_a(ContainerPlayer.java:80)
at net.minecraft.inventory.InventoryCrafting.func_70299_a(SourceFile:81)
at net.minecraft.inventory.Slot.func_75215_d(Slot.java:77)
at net.minecraft.inventory.Container.func_75144_a(SourceFile:157)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:419)
at codechicken.nei.guihook.GuiContainerManager.handleSlotClick(GuiContainerManager.java:504)
at net.minecraft.client.gui.inventory.GuiContainer.func_146984_a(GuiContainer.java:638)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_146984_a(GuiContainer.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.callHandleMouseClick(DefaultSlotClickHandler.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.handleSlotClick(DefaultSlotClickHandler.java:17)
at codechicken.nei.guihook.GuiContainerManager.handleMouseClick(GuiContainerManager.java:453)
at net.minecraft.client.gui.inventory.GuiContainer.managerHandleMouseClick(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java:590)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.item.crafting.ShapelessRecipes.func_77569_a(SourceFile:36)
at net.minecraft.item.crafting.CraftingManager.func_82787_a(CraftingManager.java:323)
at net.minecraft.inventory.ContainerPlayer.func_75130_a(ContainerPlayer.java:80)
at net.minecraft.inventory.InventoryCrafting.func_70299_a(SourceFile:81)
at net.minecraft.inventory.Slot.func_75215_d(Slot.java:77)
at net.minecraft.inventory.Container.func_75144_a(SourceFile:157)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:419)
at codechicken.nei.guihook.GuiContainerManager.handleSlotClick(GuiContainerManager.java:504)
at net.minecraft.client.gui.inventory.GuiContainer.func_146984_a(GuiContainer.java:638)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_146984_a(GuiContainer.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.callHandleMouseClick(DefaultSlotClickHandler.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.handleSlotClick(DefaultSlotClickHandler.java:17)
at codechicken.nei.guihook.GuiContainerManager.handleMouseClick(GuiContainerManager.java:453)
at net.minecraft.client.gui.inventory.GuiContainer.managerHandleMouseClick(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java:590)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640)
I've repeated this crash 3 times now. I'll punch wood, put the wood into the inventory 2x2 grid, get planks. Attempt to make a crafting table, and poof, game crashes.
Here's the log:
---- Minecraft Crash Report ----
// Hey, that tickles! Hehehe!
Time: 7/4/16 2:32 PM
Description: Unexpected error
java.lang.NullPointerException: Unexpected error
at net.minecraft.item.crafting.ShapelessRecipes.func_77569_a(SourceFile:36)
at net.minecraft.item.crafting.CraftingManager.func_82787_a(CraftingManager.java:323)
at net.minecraft.inventory.ContainerPlayer.func_75130_a(ContainerPlayer.java:80)
at net.minecraft.inventory.InventoryCrafting.func_70299_a(SourceFile:81)
at net.minecraft.inventory.Slot.func_75215_d(Slot.java:77)
at net.minecraft.inventory.Container.func_75144_a(SourceFile:222)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:419)
at yalter.mousetweaks.DeobfuscationLayer.windowClick(DeobfuscationLayer.java:77)
at yalter.mousetweaks.Main.clickSlot(Main.java:596)
at yalter.mousetweaks.Main.onUpdateInGui(Main.java:344)
at yalter.mousetweaks.Main.onUpdateInGame(Main.java:240)
at yalter.mousetweaks.loaders.MouseTweaksForge.onRenderTick(Unknown Source)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_426_MouseTweaksForge_onRenderTick_RenderTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at cpw.mods.fml.common.FMLCommonHandler.onRenderTickStart(FMLCommonHandler.java:335)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:999)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.item.crafting.ShapelessRecipes.func_77569_a(SourceFile:36)
at net.minecraft.item.crafting.CraftingManager.func_82787_a(CraftingManager.java:323)
at net.minecraft.inventory.ContainerPlayer.func_75130_a(ContainerPlayer.java:80)
at net.minecraft.inventory.InventoryCrafting.func_70299_a(SourceFile:81)
at net.minecraft.inventory.Slot.func_75215_d(Slot.java:77)
at net.minecraft.inventory.Container.func_75144_a(SourceFile:222)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:419)
at yalter.mousetweaks.DeobfuscationLayer.windowClick(DeobfuscationLayer.java:77)
at yalter.mousetweaks.Main.clickSlot(Main.java:596)
at yalter.mousetweaks.Main.onUpdateInGui(Main.java:344)
at yalter.mousetweaks.Main.onUpdateInGame(Main.java:240)
at yalter.mousetweaks.loaders.MouseTweaksForge.onRenderTick(Unknown Source)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_426_MouseTweaksForge_onRenderTick_RenderTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at cpw.mods.fml.common.FMLCommonHandler.onRenderTickStart(FMLCommonHandler.java:335)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['Mike44NJDevils'/138, l='MpServer', x=227.99, y=70.62, z=-21.42]]
Chunk stats: MultiplayerChunkCache: 500, 500
Level seed: 0
Level generator: ID 04 - RTG, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (224,70,-16), Chunk: (at 0,4,0 in 14,-1; contains blocks 224,0,-16 to 239,255,-1), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Level time: 3024 game time, 3024 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 119 total; [EntityPig['Pig'/4, l='MpServer', x=212.50, y=74.00, z=-4.50], EntityPig['Pig'/5, l='MpServer', x=210.50, y=75.00, z=-1.50], EntityPig['Pig'/6, l='MpServer', x=201.88, y=64.00, z=-18.13], EntityPig['Pig'/7, l='MpServer', x=213.50, y=77.00, z=-6.50], EntityCow['Cow'/16, l='MpServer', x=247.22, y=65.00, z=-96.22], EntityCow['Cow'/17, l='MpServer', x=245.50, y=65.00, z=-96.50], EntityCow['Cow'/18, l='MpServer', x=250.41, y=66.00, z=-98.63], EntityCow['Cow'/19, l='MpServer', x=248.50, y=65.00, z=-98.97], EntityItem['item.tile.flowers2.minersdelight'/21, l='MpServer', x=265.28, y=11.13, z=-83.13], EntityPig['Pig'/24, l='MpServer', x=258.97, y=74.00, z=-20.84], EntityPig['Pig'/25, l='MpServer', x=236.97, y=71.00, z=-15.00], EntityPig['Pig'/26, l='MpServer', x=257.50, y=72.00, z=-20.53], EntityPig['Pig'/27, l='MpServer', x=262.94, y=72.00, z=-22.94], EntityPig['Pig'/28, l='MpServer', x=265.28, y=72.00, z=11.91], EntityPig['Pig'/29, l='MpServer', x=266.53, y=75.00, z=-0.69], EntityPig['Pig'/30, l='MpServer', x=263.50, y=73.00, z=5.81], EntityPig['Pig'/31, l='MpServer', x=265.50, y=92.00, z=8.50], EntitySkeleton['Skeleton'/32799, l='MpServer', x=277.50, y=18.00, z=-90.50], EntityCreeper['Creeper'/45091, l='MpServer', x=271.50, y=40.00, z=-66.50], EntityPig['Pig'/44, l='MpServer', x=306.50, y=72.00, z=-84.50], EntityPig['Pig'/45, l='MpServer', x=304.41, y=72.00, z=-88.53], EntityPig['Pig'/46, l='MpServer', x=306.50, y=83.00, z=-82.50], EntityBat['Bat'/32817, l='MpServer', x=275.59, y=42.98, z=-74.25], EntityBat['Bat'/32818, l='MpServer', x=271.38, y=29.10, z=-63.53], EntityBat['Bat'/32819, l='MpServer', x=263.66, y=36.92, z=-57.56], EntityCreeper['Creeper'/32881, l='MpServer', x=297.50, y=11.00, z=-61.50], EntityZombie['Zombie'/45176, l='MpServer', x=265.50, y=64.00, z=-27.50], EntityZombie['Zombie'/45177, l='MpServer', x=264.50, y=64.00, z=-27.50], EntitySkeleton['Skeleton'/45178, l='MpServer', x=266.50, y=64.00, z=-28.50], EntityItem['item.tile.sapling.oak'/4225, l='MpServer', x=287.97, y=70.13, z=-34.56], EntityZombie['Zombie'/14473, l='MpServer', x=261.75, y=38.00, z=-56.50], EntityClientPlayerMP['Mike44NJDevils'/138, l='MpServer', x=227.99, y=70.62, z=-21.42], EntityItem['item.tile.sapling.oak'/4271, l='MpServer', x=288.44, y=70.13, z=-32.53], EntityCreeper['Creeper'/45253, l='MpServer', x=270.97, y=38.00, z=-76.44], EntityCreeper['Creeper'/45254, l='MpServer', x=271.31, y=36.00, z=-75.00], EntityCreeper['Creeper'/45255, l='MpServer', x=273.03, y=36.00, z=-76.69], EntitySkeleton['Skeleton'/32968, l='MpServer', x=225.28, y=49.45, z=-88.22], EntityCreeper['Creeper'/33015, l='MpServer', x=304.56, y=15.00, z=-50.00], EntitySquid['Squid'/332, l='MpServer', x=196.44, y=61.34, z=-80.53], EntityCreeper['Creeper'/45400, l='MpServer', x=290.30, y=29.00, z=-67.53], EntitySpider['Spider'/45401, l='MpServer', x=288.50, y=25.00, z=-71.13], EntitySkeleton['Skeleton'/33145, l='MpServer', x=235.50, y=41.00, z=-61.50], EntityCreeper['Creeper'/45442, l='MpServer', x=260.50, y=70.00, z=-39.50], EntityCreeper['Creeper'/45444, l='MpServer', x=260.50, y=70.00, z=-37.50], EntityCreeper['Creeper'/45447, l='MpServer', x=261.50, y=70.00, z=-40.50], EntityCreeper['Creeper'/45448, l='MpServer', x=263.50, y=70.00, z=-39.50], EntityCreeper['Creeper'/45449, l='MpServer', x=261.50, y=70.00, z=-37.50], EntityBat['Bat'/45462, l='MpServer', x=272.99, y=26.00, z=-24.17], EntitySkeleton['Skeleton'/45479, l='MpServer', x=307.50, y=72.00, z=-80.50], EntityCreeper['Creeper'/45480, l='MpServer', x=307.50, y=72.00, z=-82.50], EntityItem['item.tile.sapling.oak'/45509, l='MpServer', x=230.42, y=74.29, z=-46.07], EntitySkeleton['Skeleton'/33224, l='MpServer', x=252.50, y=68.00, z=-47.50], EntityZombie['Zombie'/43481, l='MpServer', x=275.50, y=30.00, z=-86.50], EntityBat['Bat'/45535, l='MpServer', x=272.50, y=39.00, z=-63.50], EntityItem['item.tile.coral1.kelpsingle'/2532, l='MpServer', x=169.00, y=61.13, z=5.78], EntityItem['item.tile.coral1.kelpsingle'/2552, l='MpServer', x=167.13, y=61.13, z=4.81], EntityEnderman['Enderman'/33324, l='MpServer', x=256.50, y=37.00, z=-88.50], EntityItem['item.tile.coral1.kelpsingle'/43604, l='MpServer', x=167.84, y=61.13, z=1.84], EntityCreeper['Creeper'/43613, l='MpServer', x=262.84, y=28.00, z=-71.72], EntityCreeper['Creeper'/43614, l='MpServer', x=261.91, y=28.00, z=-69.69], EntityCreeper['Creeper'/43615, l='MpServer', x=265.31, y=28.00, z=-66.69], EntityZombie['Zombie'/13094, l='MpServer', x=274.50, y=37.00, z=-50.50], EntityCreeper['Creeper'/13095, l='MpServer', x=261.50, y=37.00, z=-57.50], EntityItem['item.tile.coral1.kelpsingle'/17225, l='MpServer', x=166.00, y=61.13, z=3.84], EntityZombie['Zombie'/39761, l='MpServer', x=293.50, y=30.00, z=-77.50], EntityZombie['Zombie'/39762, l='MpServer', x=291.50, y=30.00, z=-76.50], EntityItem['item.item.apple'/2922, l='MpServer', x=287.88, y=70.13, z=-35.38], EntityBat['Bat'/43896, l='MpServer', x=267.06, y=28.98, z=-63.94], EntityBat['Bat'/43944, l='MpServer', x=290.34, y=16.87, z=-48.60], EntityZombie['Zombie'/19382, l='MpServer', x=280.50, y=39.00, z=-66.50], EntitySpider['Spider'/27616, l='MpServer', x=256.47, y=67.00, z=-58.78], EntityZombie['Zombie'/17417, l='MpServer', x=226.50, y=19.00, z=-9.50], EntityItem['item.tile.coral1.kelpsingle'/5166, l='MpServer', x=173.13, y=61.13, z=14.84], EntitySpider['Spider'/44104, l='MpServer', x=274.91, y=69.00, z=-53.94], EntitySpider['Spider'/44105, l='MpServer', x=269.91, y=69.00, z=-54.06], EntitySpider['Spider'/44106, l='MpServer', x=267.34, y=69.00, z=-55.63], EntityZombie['Zombie'/44116, l='MpServer', x=270.53, y=31.00, z=-69.94], EntitySkeleton['Skeleton'/1200, l='MpServer', x=253.00, y=68.00, z=-53.00], EntityBat['Bat'/44245, l='MpServer', x=288.72, y=56.07, z=-35.23], EntityItem['item.tile.coral1.kelpsingle'/7405, l='MpServer', x=169.81, y=61.13, z=8.00], EntityItem['item.tile.coral1.kelpsingle'/5363, l='MpServer', x=167.44, y=61.13, z=9.03], EntityCreeper['Creeper'/1351, l='MpServer', x=265.50, y=69.00, z=-51.50], EntityBat['Bat'/32082, l='MpServer', x=270.25, y=41.10, z=-57.25], EntityBat['Bat'/32083, l='MpServer', x=277.25, y=33.10, z=-58.47], EntityCreeper['Creeper'/44423, l='MpServer', x=248.50, y=38.00, z=-98.50], EntitySkeleton['Skeleton'/44432, l='MpServer', x=231.50, y=33.00, z=-51.50], EntityItem['item.tile.sapling.oak'/32158, l='MpServer', x=253.28, y=68.13, z=20.56], EntityItem['item.tile.sapling.oak'/32162, l='MpServer', x=252.38, y=68.13, z=20.28], EntityItem['item.tile.sapling.oak'/32164, l='MpServer', x=254.47, y=67.13, z=24.03], EntityCreeper['Creeper'/34213, l='MpServer', x=246.31, y=37.00, z=-61.34], EntityItem['item.tile.sapling.oak'/32167, l='MpServer', x=255.41, y=67.13, z=26.72], EntityCreeper['Creeper'/34215, l='MpServer', x=249.50, y=37.00, z=-61.50], EntityCreeper['Creeper'/34217, l='MpServer', x=247.22, y=37.00, z=-61.34], EntityItem['item.tile.coral1.kelpsingle'/17842, l='MpServer', x=171.72, y=61.13, z=12.50], EntityCreeper['Creeper'/32183, l='MpServer', x=272.50, y=37.00, z=-51.50], EntityBat['Bat'/32195, l='MpServer', x=259.47, y=22.10, z=-26.28], EntityZombie['Zombie'/44495, l='MpServer', x=277.50, y=38.00, z=-63.50], EntityBat['Bat'/44682, l='MpServer', x=286.06, y=16.85, z=-50.22], EntityBat['Bat'/44686, l='MpServer', x=280.72, y=42.82, z=-71.47], EntityBat['Bat'/44687, l='MpServer', x=284.69, y=38.98, z=-82.44], EntityBat['Bat'/44689, l='MpServer', x=279.47, y=40.89, z=-71.69], EntityItem['item.item.seeds'/20145, l='MpServer', x=286.56, y=65.13, z=35.13], EntityCreeper['Creeper'/32467, l='MpServer', x=282.50, y=80.00, z=-52.50], EntityZombie['Zombie'/32496, l='MpServer', x=285.50, y=40.00, z=-74.50], EntitySkeleton['Skeleton'/32541, l='MpServer', x=281.50, y=39.00, z=-72.50], EntityEnderman['Enderman'/32603, l='MpServer', x=262.97, y=68.00, z=-57.59], EntitySkeleton['Skeleton'/32606, l='MpServer', x=249.56, y=68.00, z=-46.94], EntityCreeper['Creeper'/22429, l='MpServer', x=275.50, y=12.00, z=-61.50], EntityZombie['Zombie'/22430, l='MpServer', x=266.50, y=63.00, z=-26.50], EntityEnderman['Enderman'/42918, l='MpServer', x=269.59, y=28.00, z=-71.56], EntityZombie['Zombie'/42919, l='MpServer', x=280.69, y=18.00, z=-82.50], EntityCreeper['Creeper'/42920, l='MpServer', x=243.50, y=39.00, z=-61.50], EntityCreeper['Creeper'/32721, l='MpServer', x=282.50, y=16.00, z=-69.50], EntityCreeper['Creeper'/45010, l='MpServer', x=286.50, y=15.00, z=-74.50], EntityCreeper['Creeper'/45011, l='MpServer', x=286.50, y=15.00, z=-75.50], EntityZombie['Zombie'/45012, l='MpServer', x=282.50, y=33.00, z=-51.50], EntityCreeper['Creeper'/45014, l='MpServer', x=282.50, y=33.00, z=-48.50], EntityBat['Bat'/45040, l='MpServer', x=249.75, y=11.10, z=-9.75], EntityBat['Bat'/45041, l='MpServer', x=237.94, y=14.07, z=-3.74]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:927)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 148690480 bytes (141 MB) / 947593216 bytes (903 MB) up to 4187619328 bytes (3993 MB)
JVM Flags: 13 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2560m -Xms256m -XX:PermSize=256m -Xmn1G -Xmx4G -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:MaxGCPauseMillis=80 -XX:+UseStringDeduplication -XX:+UseCompressedOops -XX:+UseCodeCacheFlushing -XX:ParallelGCThreads=2
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 18, tcache: 3, allocated: 19, tallocated: 19
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 77 mods loaded, 77 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAAAA Aroma1997Core{1.0.2.16} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.16.jar)
UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
UCHIJAAAA OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar)
UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA FastCraft{1.23} [FastCraft] (fastcraft-1.23.jar)
UCHIJAAAA deconstruction{2.2.7} [The Deconstruction Mod] ([MC1.7.10]deconstruction[2.2.7].jar)
UCHIJAAAA AncientWarfare{2.4.114-beta-MC1.7.10} [Ancient Warfare Core] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
UCHIJAAAA CoFHCore{1.7.10R3.1.2} [CoFH Core] (CoFHCore-[1.7.10]3.1.2-325.jar)
UCHIJAAAA AncientWarfareAutomation{2.4.114-beta-MC1.7.10} [Ancient Warfare Automation] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
UCHIJAAAA AncientWarfareNEIPlugin{2.4.114-beta-MC1.7.10} [Ancient Warfare NEI Plugin] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
UCHIJAAAA AncientWarfareNpc{2.4.114-beta-MC1.7.10} [Ancient Warfare NPCs] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
UCHIJAAAA AncientWarfareStructure{2.4.114-beta-MC1.7.10} [Ancient Warfare Structures] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
UCHIJAAAA AppleCore{1.3.2} [AppleCore] (AppleCore-mc1.7.10-1.3.2.jar)
UCHIJAAAA Aroma1997CoreHelper{1.0.2.16} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.16.jar)
UCHIJAAAA AromaBackup{0.1.0.0} [AromaBackup] (AromaBackup-1.7.10-0.1.0.0.jar)
UCHIJAAAA AromaBackupRecovery{1.0} [AromaBackup Recovery] (AromaBackup-1.7.10-0.1.0.0.jar)
UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAA Artifacts{1.1.3} [Artifacts] (Artifacts-1.1.3.jar)
UCHIJAAAA Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
UCHIJAAAA baublelicious{1.7.10-1.2.1} [Baublelicious] (baublelicious-1.7.10-1.2.1.jar)
UCHIJAAAA baublesstuff{2.1.2} [Baubles Stuff] (baublesstuff-2.1.2.jar)
UCHIJAAAA betterbuilderswands{0.6.1} [Better Builder's Wands] (BetterBuildersWands-0.6.1-1.7.10r80+358ee26.jar)
UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.2027-universal.jar)
UCHIJAAAA ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCHIJAAAA EE3{0.3.0.547} [Equivalent Exchange 3] (EquivalentExchange3-1.7.10-0.3.0.547.jar)
UCHIJAAAA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCHIJAAAA chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
UCHIJAAAA chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.1d.jar)
UCHIJAAAA climatecontrol{0.6.beta57} [Climate Control] (ClimateControl-0.6.beta59.jar)
UCHIJAAAA DisenchanterMod{1.2} [Disenchanter] (DisenchanterMod - [1.7.10]1.2.jar)
UCHIJAAAA eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UCHIJAAAA endercore{1.7.10-0.2.0.36_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.36_beta.jar)
UCHIJAAAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCHIJAAAA MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAA TConstruct{1.7.10-1.8.8.build991} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.build991.jar)
UCHIJAAAA Metallurgy{4.0.8} [Metallurgy 4] (Metallurgy-1.7.10-4.0.8.97.jar)
UCHIJAAAA ExtraTiC{1.4.6} [ExtraTiC] (ExtraTiC-1.7.10-1.4.6.jar)
UCHIJAAAA fastleafdecay{1.4} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.4.jar)
UCHIJAAAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCHIJAAAA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCHIJAAAA JABBA{1.2.2} [JABBA] (Jabba-1.2.2_1.7.10.jar)
UCHIJAAAA journeymap{5.1.4p1} [JourneyMap] (journeymap-1.7.10-5.1.4p1-unlimited.jar)
UCHIJAAAA lootbags{2.0.12} [Loot Bags] (LootBags-1.7.10-2.0.12.jar)
UCHIJAAAA malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-1.7.10-0.14.3.jar)
UCHIJAAAA malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.7.10-1.13.2.jar)
UCHIJAAAA metallurgychisel{1.0.0.11} [Metallurgy Chisel] (MetallurgyChisel-1.7.10-1.0.0.11.jar)
UCHIJAAAA MouseTweaks{2.4.4} [Mouse Tweaks] (MouseTweaks-2.4.4-mc1.7.10.jar)
UCHIJAAAA NEIAddons{1.12.15.41} [NEI Addons] (neiaddons-1.12.15.41-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Developer{1.12.15.41} [NEI Addons: Developer Tools] (neiaddons-1.12.15.41-mc1.7.10.jar)
UCHIJAAAA NEIAddons|AppEng{1.12.15.41} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.15.41-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Botany{1.12.15.41} [NEI Addons: Botany] (neiaddons-1.12.15.41-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Forestry{1.12.15.41} [NEI Addons: Forestry] (neiaddons-1.12.15.41-mc1.7.10.jar)
UCHIJAAAA NEIAddons|CraftingTables{1.12.15.41} [NEI Addons: Crafting Tables] (neiaddons-1.12.15.41-mc1.7.10.jar)
UCHIJAAAA NEIAddons|ExNihilo{1.12.15.41} [NEI Addons: Ex Nihilo] (neiaddons-1.12.15.41-mc1.7.10.jar)
UCHIJAAAA neiintegration{1.1.2} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.2.jar)
UCHIJAAAA NetherOres{1.7.10R2.3.1} [Nether Ores] (NetherOres-[1.7.10]2.3.1-22.jar)
UCHIJAAAA neresources{0.1.0.ManuallyBuilt} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0-122.jar)
UCHIJAAAA OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1.jar)
UCHIJAAAA OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.7.10-1.5.1.jar)
UCHIJAAAA Roguelike{1.5.0} [Roguelike Dungeons] (roguelike-1.7.10-1.5.0b.jar)
UCHIJAAAA RottenFleshToLeather{1.7.10-2.0} [Rotten Flesh to Leather] (RottenFleshToLeather-2.1-1.7.10.jar)
UCHIJAAAA RTG{1.7.10-1.0.1} [Realistic Terrain Generation] (RTG-1.7.10-1.0.1.jar)
UCHIJAAAA AS_Ruins{15.4} [Ruins Spawning System] (Ruins-1.7.10.jar)
UCHIJAAAA runicdungeons{1.1.7b} [Runic Dungeons] (RunicDungeons-1.1.7b.jar)
UCHIJAAAA simplehp{1.2.0} [Simple HP] (SimpleHP-1.7.10-1.2.0.jar)
UCHIJAAAA AS_UpdateCheck{1.1.7} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.7.10.jar)
UCHIJAAAA WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
UCHIJAAAA wailaplugins{MC1.7.10-0.2.0-23} [WAILA Plugins] (WAILAPlugins-MC1.7.10-0.2.0-23.jar)
UCHIJAAAA wawla{1.3.1} [What Are We Looking At] (Wawla-1.0.5.120.jar)
UCHIJAAAA weaponcaseloot{1.2.12} [WeaponCaseLoot] (weaponcaseloot-1.2.12.jar)
UCHIJAAAA IguanaTweaksTConstruct{1.7.10-2.1.6.163} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.6.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 364.51' Renderer: 'GeForce GTX 460/PCIe/SSE2'
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: found misbehaving transformers: me.guichaguri.betterfps.transformers.MathTransformer([email protected]) returned non-null result: 0,me.guichaguri.betterfps.transformers.EventTransformer([email protected]) returned non-null result: 0
CoFHCore: -[1.7.10]3.1.2-325
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
NetherOres: -[1.7.10]2.3.1-22
Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
Launched Version: forge-10.13.4.1614
LWJGL: 2.9.1
OpenGL: GeForce GTX 460/PCIe/SSE2 GL version 4.5.0 NVIDIA 364.51, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [Artifacts 32x Icons.zip, F32-1.7.10.zip] Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
I'm using the Curse client.
OK, I'm going to update this. Ran into the same issue, even after taking MouseTweaks out. I also paid better attention to what happened, and it seems to crash when I swipe items into the crafting grid (holding down right click while holding a stack of planks to make a crafting table). Clicking single items into the crafting grid seems to work.
Here are the reports:
Minecraft Client Crash Report
---- Minecraft Crash Report ----
// Sorry
Time: 7/5/16 3:12 PM
Description: Updating screen events
java.lang.NullPointerException: Updating screen events
at net.minecraft.item.crafting.ShapelessRecipes.func_77569_a(SourceFile:36)
at net.minecraft.item.crafting.CraftingManager.func_82787_a(CraftingManager.java:323)
at net.minecraft.inventory.ContainerPlayer.func_75130_a(ContainerPlayer.java:80)
at net.minecraft.inventory.InventoryCrafting.func_70299_a(SourceFile:81)
at net.minecraft.inventory.Slot.func_75215_d(Slot.java:77)
at net.minecraft.inventory.Container.func_75144_a(SourceFile:157)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:419)
at codechicken.nei.guihook.GuiContainerManager.handleSlotClick(GuiContainerManager.java:504)
at net.minecraft.client.gui.inventory.GuiContainer.func_146984_a(GuiContainer.java:638)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_146984_a(GuiContainer.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.callHandleMouseClick(DefaultSlotClickHandler.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.handleSlotClick(DefaultSlotClickHandler.java:17)
at codechicken.nei.guihook.GuiContainerManager.handleMouseClick(GuiContainerManager.java:453)
at net.minecraft.client.gui.inventory.GuiContainer.managerHandleMouseClick(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java:590)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.item.crafting.ShapelessRecipes.func_77569_a(SourceFile:36)
at net.minecraft.item.crafting.CraftingManager.func_82787_a(CraftingManager.java:323)
at net.minecraft.inventory.ContainerPlayer.func_75130_a(ContainerPlayer.java:80)
at net.minecraft.inventory.InventoryCrafting.func_70299_a(SourceFile:81)
at net.minecraft.inventory.Slot.func_75215_d(Slot.java:77)
at net.minecraft.inventory.Container.func_75144_a(SourceFile:157)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:419)
at codechicken.nei.guihook.GuiContainerManager.handleSlotClick(GuiContainerManager.java:504)
at net.minecraft.client.gui.inventory.GuiContainer.func_146984_a(GuiContainer.java:638)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_146984_a(GuiContainer.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.callHandleMouseClick(DefaultSlotClickHandler.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.handleSlotClick(DefaultSlotClickHandler.java:17)
at codechicken.nei.guihook.GuiContainerManager.handleMouseClick(GuiContainerManager.java:453)
at net.minecraft.client.gui.inventory.GuiContainer.managerHandleMouseClick(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java:590)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640)
-- Affected screen --
Details:
Screen name: net.minecraft.client.gui.inventory.GuiInventory
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['Mike44NJDevils'/411, l='MpServer', x=222.31, y=69.62, z=-21.97]]
Chunk stats: MultiplayerChunkCache: 500, 500
Level seed: 0
Level generator: ID 04 - RTG, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (224,70,-16), Chunk: (at 0,4,0 in 14,-1; contains blocks 224,0,-16 to 239,255,-1), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Level time: 4744 game time, 4744 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 125 total; [EntityItem['item.tile.sapling.oak'/1025, l='MpServer', x=284.84, y=79.13, z=-16.97], EntityItem['item.tile.sapling.oak'/1026, l='MpServer', x=284.19, y=78.13, z=-16.22], EntityItem['item.tile.sapling.oak'/1027, l='MpServer', x=283.66, y=72.13, z=-14.69], EntitySpider['Spider'/2051, l='MpServer', x=248.09, y=37.00, z=-59.09], EntityItem['item.tile.sapling.oak'/1028, l='MpServer', x=285.88, y=72.13, z=-14.72], EntitySkeleton['Skeleton'/2054, l='MpServer', x=255.13, y=36.00, z=-60.59], EntityZombie['Zombie'/1291, l='MpServer', x=237.97, y=37.00, z=-55.53], EntityBat['Bat'/2062, l='MpServer', x=298.92, y=30.78, z=-74.56], EntitySkeleton['Skeleton'/2335, l='MpServer', x=234.50, y=32.00, z=-47.50], EntitySkeleton['Skeleton'/2336, l='MpServer', x=233.50, y=32.00, z=-47.50], EntitySkeleton['Skeleton'/2337, l='MpServer', x=232.56, y=32.00, z=-48.25], EntityCreeper['Creeper'/2338, l='MpServer', x=232.09, y=32.00, z=-49.31], EntityItem['item.tile.coral1.kelpsingle'/45, l='MpServer', x=169.03, y=61.13, z=5.84], EntityItem['item.tile.coral1.kelpsingle'/46, l='MpServer', x=167.16, y=61.13, z=4.88], EntityItem['item.tile.coral1.kelpsingle'/47, l='MpServer', x=173.06, y=61.13, z=14.94], EntityItem['item.tile.coral1.kelpsingle'/48, l='MpServer', x=167.44, y=61.13, z=8.97], EntityItem['item.tile.coral1.kelpsingle'/49, l='MpServer', x=169.88, y=61.13, z=7.97], EntityItem['item.tile.coral1.kelpsingle'/50, l='MpServer', x=166.06, y=61.13, z=3.88], EntityItem['item.tile.coral1.kelpsingle'/51, l='MpServer', x=171.75, y=61.13, z=12.47], EntityItem['item.tile.coral1.kelpsingle'/52, l='MpServer', x=167.94, y=61.13, z=1.91], EntitySquid['Squid'/571, l='MpServer', x=164.69, y=57.91, z=26.50], EntityBat['Bat'/2875, l='MpServer', x=245.40, y=41.35, z=-70.57], EntityBat['Bat'/2110, l='MpServer', x=291.17, y=29.67, z=-70.23], EntityPig['Pig'/63, l='MpServer', x=190.84, y=63.00, z=-7.03], EntityBat['Bat'/2112, l='MpServer', x=297.35, y=31.21, z=-74.26], EntitySkeleton['Skeleton'/1347, l='MpServer', x=290.50, y=17.00, z=-50.50], EntityBat['Bat'/2117, l='MpServer', x=299.75, y=26.00, z=-58.28], EntityPig['Pig'/72, l='MpServer', x=212.50, y=74.00, z=-4.50], EntityBat['Bat'/1608, l='MpServer', x=226.31, y=33.25, z=-46.59], EntityBat['Bat'/2120, l='MpServer', x=287.00, y=29.99, z=-65.93], EntityPig['Pig'/73, l='MpServer', x=210.50, y=75.00, z=-1.50], EntitySquid['Squid'/585, l='MpServer', x=176.50, y=57.03, z=-82.88], EntityPig['Pig'/74, l='MpServer', x=213.50, y=77.00, z=-6.50], EntitySquid['Squid'/594, l='MpServer', x=175.88, y=57.84, z=-80.38], EntityItem['item.tile.sapling.oak'/84, l='MpServer', x=230.25, y=66.13, z=-47.03], EntityBat['Bat'/85, l='MpServer', x=230.79, y=16.86, z=-3.47], EntityPig['Pig'/87, l='MpServer', x=228.16, y=69.00, z=-21.67], EntitySkeleton['Skeleton'/2905, l='MpServer', x=235.88, y=40.00, z=-62.50], EntityBat['Bat'/2650, l='MpServer', x=263.51, y=28.00, z=-75.11], EntitySkeleton['Skeleton'/2906, l='MpServer', x=242.37, y=37.00, z=-57.94], EntityZombie['Zombie'/1373, l='MpServer', x=258.50, y=31.00, z=-76.50], EntityBat['Bat'/2656, l='MpServer', x=280.80, y=34.86, z=-63.20], EntityBat['Bat'/2657, l='MpServer', x=268.58, y=39.42, z=-64.01], EntityCow['Cow'/99, l='MpServer', x=247.22, y=65.00, z=-96.22], EntityCow['Cow'/100, l='MpServer', x=245.50, y=65.00, z=-96.50], EntityCow['Cow'/101, l='MpServer', x=250.41, y=66.00, z=-98.63], EntityCow['Cow'/102, l='MpServer', x=248.50, y=65.00, z=-98.97], EntityCreeper['Creeper'/108, l='MpServer', x=246.16, y=37.00, z=-60.44], EntitySpider['Spider'/2925, l='MpServer', x=290.99, y=12.33, z=-60.09], EntityCreeper['Creeper'/110, l='MpServer', x=241.88, y=39.00, z=-63.25], EntitySpider['Spider'/2926, l='MpServer', x=296.50, y=15.00, z=-59.50], EntitySkeleton['Skeleton'/112, l='MpServer', x=253.00, y=68.00, z=-53.00], EntityItem['item.tile.sapling.oak'/116, l='MpServer', x=253.28, y=68.13, z=20.56], EntityItem['item.tile.sapling.oak'/117, l='MpServer', x=252.38, y=68.13, z=20.28], EntityItem['item.tile.sapling.oak'/118, l='MpServer', x=254.47, y=67.13, z=24.03], EntityItem['item.tile.sapling.oak'/119, l='MpServer', x=255.41, y=67.13, z=26.72], EntityItem['item.tile.sapling.oak'/633, l='MpServer', x=232.09, y=67.13, z=-42.13], EntityCreeper['Creeper'/1661, l='MpServer', x=270.84, y=37.00, z=-51.28], EntityItem['item.tile.flowers2.minersdelight'/128, l='MpServer', x=265.28, y=11.13, z=-83.13], EntityEnderman['Enderman'/133, l='MpServer', x=267.50, y=28.00, z=-71.78], EntitySkeleton['Skeleton'/1670, l='MpServer', x=270.50, y=37.00, z=-49.50], EntityBat['Bat'/138, l='MpServer', x=246.75, y=37.00, z=-55.48], EntityItem['item.tile.coral1.kelpsingle'/1163, l='MpServer', x=212.78, y=61.13, z=26.78], EntityCreeper['Creeper'/143, l='MpServer', x=261.50, y=37.00, z=-57.50], EntityZombie['Zombie'/2192, l='MpServer', x=295.50, y=27.00, z=-63.50], EntityZombie['Zombie'/2193, l='MpServer', x=296.50, y=27.00, z=-58.50], EntitySpider['Spider'/1685, l='MpServer', x=262.94, y=28.00, z=-75.94], EntitySpider['Spider'/150, l='MpServer', x=269.13, y=69.00, z=-56.72], EntityZombie['Zombie'/1430, l='MpServer', x=259.50, y=21.00, z=-30.56], EntitySkeleton['Skeleton'/1686, l='MpServer', x=262.50, y=28.00, z=-74.03], EntitySkeleton['Skeleton'/1687, l='MpServer', x=261.03, y=28.00, z=-75.50], EntityCreeper['Creeper'/152, l='MpServer', x=260.50, y=70.00, z=-39.25], EntityZombie['Zombie'/1432, l='MpServer', x=259.00, y=21.00, z=-26.47], EntitySkeleton['Skeleton'/1688, l='MpServer', x=263.50, y=28.00, z=-77.50], EntityZombie['Zombie'/1433, l='MpServer', x=259.63, y=21.00, z=-29.69], EntityZombie['Zombie'/1434, l='MpServer', x=256.00, y=19.00, z=-22.28], EntityCreeper['Creeper'/2970, l='MpServer', x=216.50, y=30.00, z=36.50], EntityClientPlayerMP['Mike44NJDevils'/411, l='MpServer', x=222.31, y=69.62, z=-21.97], EntityPig['Pig'/159, l='MpServer', x=259.50, y=73.00, z=-21.94], EntityPig['Pig'/160, l='MpServer', x=262.94, y=72.00, z=-22.94], EntityPig['Pig'/161, l='MpServer', x=249.27, y=75.00, z=-20.50], EntityZombie['Zombie'/2211, l='MpServer', x=262.50, y=34.00, z=-73.50], EntitySkeleton['Skeleton'/164, l='MpServer', x=270.16, y=62.00, z=-27.56], EntityPig['Pig'/165, l='MpServer', x=266.53, y=75.00, z=-0.69], EntitySquid['Squid'/421, l='MpServer', x=162.06, y=58.22, z=-83.03], EntityPig['Pig'/166, l='MpServer', x=265.28, y=72.00, z=11.91], EntityPig['Pig'/167, l='MpServer', x=263.50, y=73.00, z=5.81], EntitySkeleton['Skeleton'/2983, l='MpServer', x=278.50, y=40.00, z=-68.50], EntityPig['Pig'/168, l='MpServer', x=265.50, y=92.00, z=8.50], EntityZombie['Zombie'/2730, l='MpServer', x=275.50, y=37.00, z=-54.50], EntityZombie['Zombie'/2731, l='MpServer', x=275.69, y=37.00, z=-51.72], EntityZombie['Zombie'/2732, l='MpServer', x=274.75, y=37.00, z=-52.03], EntityZombie['Zombie'/2733, l='MpServer', x=274.38, y=37.00, z=-51.00], EntityZombie['Zombie'/2734, l='MpServer', x=283.00, y=34.00, z=-43.44], EntityZombie['Zombie'/2735, l='MpServer', x=281.41, y=36.00, z=-53.00], EntitySkeleton['Skeleton'/2228, l='MpServer', x=276.50, y=55.00, z=-74.50], EntitySpider['Spider'/2741, l='MpServer', x=286.75, y=23.00, z=-80.06], EntityZombie['Zombie'/183, l='MpServer', x=270.84, y=29.00, z=-82.25], EntitySkeleton['Skeleton'/2743, l='MpServer', x=290.50, y=23.00, z=-80.50], EntitySkeleton['Skeleton'/2744, l='MpServer', x=289.50, y=23.00, z=-75.91], EntityCreeper['Creeper'/185, l='MpServer', x=286.50, y=15.00, z=-74.50], EntitySkeleton['Skeleton'/3001, l='MpServer', x=276.50, y=31.00, z=-80.50], EntityCreeper['Creeper'/186, l='MpServer', x=286.50, y=15.00, z=-75.50], EntitySkeleton['Skeleton'/3002, l='MpServer', x=275.50, y=31.00, z=-83.50], EntitySkeleton['Skeleton'/3003, l='MpServer', x=274.50, y=31.00, z=-84.50], EntityZombie['Zombie'/189, l='MpServer', x=287.31, y=40.00, z=-79.06], EntityCreeper['Creeper'/3005, l='MpServer', x=276.50, y=31.00, z=-81.50], EntityBat['Bat'/192, l='MpServer', x=279.72, y=42.10, z=-70.34], EntityZombie['Zombie'/2244, l='MpServer', x=277.50, y=54.00, z=-78.50], EntityZombie['Zombie'/197, l='MpServer', x=273.13, y=37.00, z=-50.31], EntityCreeper['Creeper'/198, l='MpServer', x=271.78, y=37.00, z=-52.13], EntityBat['Bat'/199, l='MpServer', x=277.25, y=33.10, z=-58.47], EntityCreeper['Creeper'/205, l='MpServer', x=282.50, y=80.00, z=-52.50], EntityItem['item.item.apple'/206, l='MpServer', x=287.88, y=70.13, z=-35.38], EntityItem['item.tile.sapling.oak'/207, l='MpServer', x=287.97, y=70.13, z=-34.56], EntityItem['item.item.seeds'/209, l='MpServer', x=286.56, y=65.13, z=35.13], EntityZombie['Zombie'/2260, l='MpServer', x=244.50, y=39.00, z=-61.50], EntitySkeleton['Skeleton'/2525, l='MpServer', x=288.50, y=54.00, z=-45.50], EntitySkeleton['Skeleton'/2526, l='MpServer', x=288.50, y=54.00, z=-40.50], EntityBat['Bat'/223, l='MpServer', x=269.75, y=63.10, z=-29.69], EntityItem['item.tile.sapling.oak'/224, l='MpServer', x=288.44, y=70.13, z=-32.53], EntityCreeper['Creeper'/2528, l='MpServer', x=275.50, y=32.00, z=-68.50], EntitySkeleton['Skeleton'/2285, l='MpServer', x=283.50, y=34.00, z=-44.50], EntitySpider['Spider'/1267, l='MpServer', x=233.41, y=32.00, z=-50.88], EntitySkeleton['Skeleton'/2046, l='MpServer', x=282.13, y=11.00, z=2.34]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:919)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 270549208 bytes (258 MB) / 948711424 bytes (904 MB) up to 4187619328 bytes (3993 MB)
JVM Flags: 13 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2560m -Xms256m -XX:PermSize=256m -Xmn1G -Xmx4G -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:MaxGCPauseMillis=80 -XX:+UseStringDeduplication -XX:+UseCompressedOops -XX:+UseCodeCacheFlushing -XX:ParallelGCThreads=2
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 34, tcache: 2, allocated: 1, tallocated: 16
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 76 mods loaded, 76 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAAAA Aroma1997Core{1.0.2.16} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.16.jar)
UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
UCHIJAAAA OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar)
UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA FastCraft{1.23} [FastCraft] (fastcraft-1.23.jar)
UCHIJAAAA deconstruction{2.2.7} [The Deconstruction Mod] ([MC1.7.10]deconstruction[2.2.7].jar)
UCHIJAAAA AncientWarfare{2.4.114-beta-MC1.7.10} [Ancient Warfare Core] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
UCHIJAAAA CoFHCore{1.7.10R3.1.2} [CoFH Core] (CoFHCore-[1.7.10]3.1.2-325.jar)
UCHIJAAAA AncientWarfareAutomation{2.4.114-beta-MC1.7.10} [Ancient Warfare Automation] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
UCHIJAAAA AncientWarfareNEIPlugin{2.4.114-beta-MC1.7.10} [Ancient Warfare NEI Plugin] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
UCHIJAAAA AncientWarfareNpc{2.4.114-beta-MC1.7.10} [Ancient Warfare NPCs] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
UCHIJAAAA AncientWarfareStructure{2.4.114-beta-MC1.7.10} [Ancient Warfare Structures] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
UCHIJAAAA AppleCore{1.3.2} [AppleCore] (AppleCore-mc1.7.10-1.3.2.jar)
UCHIJAAAA Aroma1997CoreHelper{1.0.2.16} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.16.jar)
UCHIJAAAA AromaBackup{0.1.0.0} [AromaBackup] (AromaBackup-1.7.10-0.1.0.0.jar)
UCHIJAAAA AromaBackupRecovery{1.0} [AromaBackup Recovery] (AromaBackup-1.7.10-0.1.0.0.jar)
UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAA Artifacts{1.1.3} [Artifacts] (Artifacts-1.1.3.jar)
UCHIJAAAA Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
UCHIJAAAA baublelicious{1.7.10-1.2.1} [Baublelicious] (baublelicious-1.7.10-1.2.1.jar)
UCHIJAAAA baublesstuff{2.1.2} [Baubles Stuff] (baublesstuff-2.1.2.jar)
UCHIJAAAA betterbuilderswands{0.6.1} [Better Builder's Wands] (BetterBuildersWands-0.6.1-1.7.10r80+358ee26.jar)
UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.2027-universal.jar)
UCHIJAAAA ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCHIJAAAA EE3{0.3.0.547} [Equivalent Exchange 3] (EquivalentExchange3-1.7.10-0.3.0.547.jar)
UCHIJAAAA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCHIJAAAA chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
UCHIJAAAA chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.1d.jar)
UCHIJAAAA climatecontrol{0.6.beta57} [Climate Control] (ClimateControl-0.6.beta59.jar)
UCHIJAAAA DisenchanterMod{1.2} [Disenchanter] (DisenchanterMod - [1.7.10]1.2.jar)
UCHIJAAAA eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UCHIJAAAA endercore{1.7.10-0.2.0.36_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.36_beta.jar)
UCHIJAAAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCHIJAAAA MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAA TConstruct{1.7.10-1.8.8.build991} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.build991.jar)
UCHIJAAAA Metallurgy{4.0.8} [Metallurgy 4] (Metallurgy-1.7.10-4.0.8.97.jar)
UCHIJAAAA ExtraTiC{1.4.6} [ExtraTiC] (ExtraTiC-1.7.10-1.4.6.jar)
UCHIJAAAA fastleafdecay{1.4} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.4.jar)
UCHIJAAAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCHIJAAAA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCHIJAAAA JABBA{1.2.2} [JABBA] (Jabba-1.2.2_1.7.10.jar)
UCHIJAAAA journeymap{5.1.4p1} [JourneyMap] (journeymap-1.7.10-5.1.4p1-unlimited.jar)
UCHIJAAAA lootbags{2.0.12} [Loot Bags] (LootBags-1.7.10-2.0.12.jar)
UCHIJAAAA malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-1.7.10-0.14.3.jar)
UCHIJAAAA malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.7.10-1.13.2.jar)
UCHIJAAAA metallurgychisel{1.0.0.11} [Metallurgy Chisel] (MetallurgyChisel-1.7.10-1.0.0.11.jar)
UCHIJAAAA NEIAddons{1.12.15.41} [NEI Addons] (neiaddons-1.12.15.41-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Developer{1.12.15.41} [NEI Addons: Developer Tools] (neiaddons-1.12.15.41-mc1.7.10.jar)
UCHIJAAAA NEIAddons|AppEng{1.12.15.41} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.15.41-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Botany{1.12.15.41} [NEI Addons: Botany] (neiaddons-1.12.15.41-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Forestry{1.12.15.41} [NEI Addons: Forestry] (neiaddons-1.12.15.41-mc1.7.10.jar)
UCHIJAAAA NEIAddons|CraftingTables{1.12.15.41} [NEI Addons: Crafting Tables] (neiaddons-1.12.15.41-mc1.7.10.jar)
UCHIJAAAA NEIAddons|ExNihilo{1.12.15.41} [NEI Addons: Ex Nihilo] (neiaddons-1.12.15.41-mc1.7.10.jar)
UCHIJAAAA neiintegration{1.1.2} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.2.jar)
UCHIJAAAA NetherOres{1.7.10R2.3.1} [Nether Ores] (NetherOres-[1.7.10]2.3.1-22.jar)
UCHIJAAAA neresources{0.1.0.ManuallyBuilt} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0-122.jar)
UCHIJAAAA OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1.jar)
UCHIJAAAA OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.7.10-1.5.1.jar)
UCHIJAAAA Roguelike{1.5.0} [Roguelike Dungeons] (roguelike-1.7.10-1.5.0b.jar)
UCHIJAAAA RottenFleshToLeather{1.7.10-2.0} [Rotten Flesh to Leather] (RottenFleshToLeather-2.1-1.7.10.jar)
UCHIJAAAA RTG{1.7.10-1.0.1} [Realistic Terrain Generation] (RTG-1.7.10-1.0.1.jar)
UCHIJAAAA AS_Ruins{15.4} [Ruins Spawning System] (Ruins-1.7.10.jar)
UCHIJAAAA runicdungeons{1.1.7b} [Runic Dungeons] (RunicDungeons-1.1.7b.jar)
UCHIJAAAA simplehp{1.2.0} [Simple HP] (SimpleHP-1.7.10-1.2.0.jar)
UCHIJAAAA AS_UpdateCheck{1.1.7} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.7.10.jar)
UCHIJAAAA WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
UCHIJAAAA wailaplugins{MC1.7.10-0.2.0-23} [WAILA Plugins] (WAILAPlugins-MC1.7.10-0.2.0-23.jar)
UCHIJAAAA wawla{1.3.1} [What Are We Looking At] (Wawla-1.0.5.120.jar)
UCHIJAAAA weaponcaseloot{1.2.12} [WeaponCaseLoot] (weaponcaseloot-1.2.12.jar)
UCHIJAAAA IguanaTweaksTConstruct{1.7.10-2.1.6.163} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.6.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 364.51' Renderer: 'GeForce GTX 460/PCIe/SSE2'
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: found misbehaving transformers: me.guichaguri.betterfps.transformers.MathTransformer([email protected]) returned non-null result: 0,me.guichaguri.betterfps.transformers.EventTransformer([email protected]) returned non-null result: 0
CoFHCore: -[1.7.10]3.1.2-325
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
NetherOres: -[1.7.10]2.3.1-22
Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
Launched Version: forge-10.13.4.1614
LWJGL: 2.9.1
OpenGL: GeForce GTX 460/PCIe/SSE2 GL version 4.5.0 NVIDIA 364.51, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [Artifacts 32x Icons.zip, F32-1.7.10.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
Curse Client crash log
---- Minecraft Crash Report ----
// Sorry
Time: 7/5/16 3:12 PM
Description: Updating screen events
java.lang.NullPointerException: Updating screen events
at net.minecraft.item.crafting.ShapelessRecipes.func_77569_a(SourceFile:36)
at net.minecraft.item.crafting.CraftingManager.func_82787_a(CraftingManager.java:323)
at net.minecraft.inventory.ContainerPlayer.func_75130_a(ContainerPlayer.java:80)
at net.minecraft.inventory.InventoryCrafting.func_70299_a(SourceFile:81)
at net.minecraft.inventory.Slot.func_75215_d(Slot.java:77)
at net.minecraft.inventory.Container.func_75144_a(SourceFile:157)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:419)
at codechicken.nei.guihook.GuiContainerManager.handleSlotClick(GuiContainerManager.java:504)
at net.minecraft.client.gui.inventory.GuiContainer.func_146984_a(GuiContainer.java:638)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_146984_a(GuiContainer.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.callHandleMouseClick(DefaultSlotClickHandler.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.handleSlotClick(DefaultSlotClickHandler.java:17)
at codechicken.nei.guihook.GuiContainerManager.handleMouseClick(GuiContainerManager.java:453)
at net.minecraft.client.gui.inventory.GuiContainer.managerHandleMouseClick(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java:590)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.item.crafting.ShapelessRecipes.func_77569_a(SourceFile:36)
at net.minecraft.item.crafting.CraftingManager.func_82787_a(CraftingManager.java:323)
at net.minecraft.inventory.ContainerPlayer.func_75130_a(ContainerPlayer.java:80)
at net.minecraft.inventory.InventoryCrafting.func_70299_a(SourceFile:81)
at net.minecraft.inventory.Slot.func_75215_d(Slot.java:77)
at net.minecraft.inventory.Container.func_75144_a(SourceFile:157)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:419)
at codechicken.nei.guihook.GuiContainerManager.handleSlotClick(GuiContainerManager.java:504)
at net.minecraft.client.gui.inventory.GuiContainer.func_146984_a(GuiContainer.java:638)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_146984_a(GuiContainer.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.callHandleMouseClick(DefaultSlotClickHandler.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.handleSlotClick(DefaultSlotClickHandler.java:17)
at codechicken.nei.guihook.GuiContainerManager.handleMouseClick(GuiContainerManager.java:453)
at net.minecraft.client.gui.inventory.GuiContainer.managerHandleMouseClick(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java:590)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640)
-- Affected screen --
Details:
Screen name: net.minecraft.client.gui.inventory.GuiInventory
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['Mike44NJDevils'/411, l='MpServer', x=222.31, y=69.62, z=-21.97]]
Chunk stats: MultiplayerChunkCache: 500, 500
Level seed: 0
Level generator: ID 04 - RTG, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (224,70,-16), Chunk: (at 0,4,0 in 14,-1; contains blocks 224,0,-16 to 239,255,-1), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Level time: 4744 game time, 4744 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 125 total; [EntityItem['item.tile.sapling.oak'/1025, l='MpServer', x=284.84, y=79.13, z=-16.97], EntityItem['item.tile.sapling.oak'/1026, l='MpServer', x=284.19, y=78.13, z=-16.22], EntityItem['item.tile.sapling.oak'/1027, l='MpServer', x=283.66, y=72.13, z=-14.69], EntitySpider['Spider'/2051, l='MpServer', x=248.09, y=37.00, z=-59.09], EntityItem['item.tile.sapling.oak'/1028, l='MpServer', x=285.88, y=72.13, z=-14.72], EntitySkeleton['Skeleton'/2054, l='MpServer', x=255.13, y=36.00, z=-60.59], EntityZombie['Zombie'/1291, l='MpServer', x=237.97, y=37.00, z=-55.53], EntityBat['Bat'/2062, l='MpServer', x=298.92, y=30.78, z=-74.56], EntitySkeleton['Skeleton'/2335, l='MpServer', x=234.50, y=32.00, z=-47.50], EntitySkeleton['Skeleton'/2336, l='MpServer', x=233.50, y=32.00, z=-47.50], EntitySkeleton['Skeleton'/2337, l='MpServer', x=232.56, y=32.00, z=-48.25], EntityCreeper['Creeper'/2338, l='MpServer', x=232.09, y=32.00, z=-49.31], EntityItem['item.tile.coral1.kelpsingle'/45, l='MpServer', x=169.03, y=61.13, z=5.84], EntityItem['item.tile.coral1.kelpsingle'/46, l='MpServer', x=167.16, y=61.13, z=4.88], EntityItem['item.tile.coral1.kelpsingle'/47, l='MpServer', x=173.06, y=61.13, z=14.94], EntityItem['item.tile.coral1.kelpsingle'/48, l='MpServer', x=167.44, y=61.13, z=8.97], EntityItem['item.tile.coral1.kelpsingle'/49, l='MpServer', x=169.88, y=61.13, z=7.97], EntityItem['item.tile.coral1.kelpsingle'/50, l='MpServer', x=166.06, y=61.13, z=3.88], EntityItem['item.tile.coral1.kelpsingle'/51, l='MpServer', x=171.75, y=61.13, z=12.47], EntityItem['item.tile.coral1.kelpsingle'/52, l='MpServer', x=167.94, y=61.13, z=1.91], EntitySquid['Squid'/571, l='MpServer', x=164.69, y=57.91, z=26.50], EntityBat['Bat'/2875, l='MpServer', x=245.40, y=41.35, z=-70.57], EntityBat['Bat'/2110, l='MpServer', x=291.17, y=29.67, z=-70.23], EntityPig['Pig'/63, l='MpServer', x=190.84, y=63.00, z=-7.03], EntityBat['Bat'/2112, l='MpServer', x=297.35, y=31.21, z=-74.26], EntitySkeleton['Skeleton'/1347, l='MpServer', x=290.50, y=17.00, z=-50.50], EntityBat['Bat'/2117, l='MpServer', x=299.75, y=26.00, z=-58.28], EntityPig['Pig'/72, l='MpServer', x=212.50, y=74.00, z=-4.50], EntityBat['Bat'/1608, l='MpServer', x=226.31, y=33.25, z=-46.59], EntityBat['Bat'/2120, l='MpServer', x=287.00, y=29.99, z=-65.93], EntityPig['Pig'/73, l='MpServer', x=210.50, y=75.00, z=-1.50], EntitySquid['Squid'/585, l='MpServer', x=176.50, y=57.03, z=-82.88], EntityPig['Pig'/74, l='MpServer', x=213.50, y=77.00, z=-6.50], EntitySquid['Squid'/594, l='MpServer', x=175.88, y=57.84, z=-80.38], EntityItem['item.tile.sapling.oak'/84, l='MpServer', x=230.25, y=66.13, z=-47.03], EntityBat['Bat'/85, l='MpServer', x=230.79, y=16.86, z=-3.47], EntityPig['Pig'/87, l='MpServer', x=228.16, y=69.00, z=-21.67], EntitySkeleton['Skeleton'/2905, l='MpServer', x=235.88, y=40.00, z=-62.50], EntityBat['Bat'/2650, l='MpServer', x=263.51, y=28.00, z=-75.11], EntitySkeleton['Skeleton'/2906, l='MpServer', x=242.37, y=37.00, z=-57.94], EntityZombie['Zombie'/1373, l='MpServer', x=258.50, y=31.00, z=-76.50], EntityBat['Bat'/2656, l='MpServer', x=280.80, y=34.86, z=-63.20], EntityBat['Bat'/2657, l='MpServer', x=268.58, y=39.42, z=-64.01], EntityCow['Cow'/99, l='MpServer', x=247.22, y=65.00, z=-96.22], EntityCow['Cow'/100, l='MpServer', x=245.50, y=65.00, z=-96.50], EntityCow['Cow'/101, l='MpServer', x=250.41, y=66.00, z=-98.63], EntityCow['Cow'/102, l='MpServer', x=248.50, y=65.00, z=-98.97], EntityCreeper['Creeper'/108, l='MpServer', x=246.16, y=37.00, z=-60.44], EntitySpider['Spider'/2925, l='MpServer', x=290.99, y=12.33, z=-60.09], EntityCreeper['Creeper'/110, l='MpServer', x=241.88, y=39.00, z=-63.25], EntitySpider['Spider'/2926, l='MpServer', x=296.50, y=15.00, z=-59.50], EntitySkeleton['Skeleton'/112, l='MpServer', x=253.00, y=68.00, z=-53.00], EntityItem['item.tile.sapling.oak'/116, l='MpServer', x=253.28, y=68.13, z=20.56], EntityItem['item.tile.sapling.oak'/117, l='MpServer', x=252.38, y=68.13, z=20.28], EntityItem['item.tile.sapling.oak'/118, l='MpServer', x=254.47, y=67.13, z=24.03], EntityItem['item.tile.sapling.oak'/119, l='MpServer', x=255.41, y=67.13, z=26.72], EntityItem['item.tile.sapling.oak'/633, l='MpServer', x=232.09, y=67.13, z=-42.13], EntityCreeper['Creeper'/1661, l='MpServer', x=270.84, y=37.00, z=-51.28], EntityItem['item.tile.flowers2.minersdelight'/128, l='MpServer', x=265.28, y=11.13, z=-83.13], EntityEnderman['Enderman'/133, l='MpServer', x=267.50, y=28.00, z=-71.78], EntitySkeleton['Skeleton'/1670, l='MpServer', x=270.50, y=37.00, z=-49.50], EntityBat['Bat'/138, l='MpServer', x=246.75, y=37.00, z=-55.48], EntityItem['item.tile.coral1.kelpsingle'/1163, l='MpServer', x=212.78, y=61.13, z=26.78], EntityCreeper['Creeper'/143, l='MpServer', x=261.50, y=37.00, z=-57.50], EntityZombie['Zombie'/2192, l='MpServer', x=295.50, y=27.00, z=-63.50], EntityZombie['Zombie'/2193, l='MpServer', x=296.50, y=27.00, z=-58.50], EntitySpider['Spider'/1685, l='MpServer', x=262.94, y=28.00, z=-75.94], EntitySpider['Spider'/150, l='MpServer', x=269.13, y=69.00, z=-56.72], EntityZombie['Zombie'/1430, l='MpServer', x=259.50, y=21.00, z=-30.56], EntitySkeleton['Skeleton'/1686, l='MpServer', x=262.50, y=28.00, z=-74.03], EntitySkeleton['Skeleton'/1687, l='MpServer', x=261.03, y=28.00, z=-75.50], EntityCreeper['Creeper'/152, l='MpServer', x=260.50, y=70.00, z=-39.25], EntityZombie['Zombie'/1432, l='MpServer', x=259.00, y=21.00, z=-26.47], EntitySkeleton['Skeleton'/1688, l='MpServer', x=263.50, y=28.00, z=-77.50], EntityZombie['Zombie'/1433, l='MpServer', x=259.63, y=21.00, z=-29.69], EntityZombie['Zombie'/1434, l='MpServer', x=256.00, y=19.00, z=-22.28], EntityCreeper['Creeper'/2970, l='MpServer', x=216.50, y=30.00, z=36.50], EntityClientPlayerMP['Mike44NJDevils'/411, l='MpServer', x=222.31, y=69.62, z=-21.97], EntityPig['Pig'/159, l='MpServer', x=259.50, y=73.00, z=-21.94], EntityPig['Pig'/160, l='MpServer', x=262.94, y=72.00, z=-22.94], EntityPig['Pig'/161, l='MpServer', x=249.27, y=75.00, z=-20.50], EntityZombie['Zombie'/2211, l='MpServer', x=262.50, y=34.00, z=-73.50], EntitySkeleton['Skeleton'/164, l='MpServer', x=270.16, y=62.00, z=-27.56], EntityPig['Pig'/165, l='MpServer', x=266.53, y=75.00, z=-0.69], EntitySquid['Squid'/421, l='MpServer', x=162.06, y=58.22, z=-83.03], EntityPig['Pig'/166, l='MpServer', x=265.28, y=72.00, z=11.91], EntityPig['Pig'/167, l='MpServer', x=263.50, y=73.00, z=5.81], EntitySkeleton['Skeleton'/2983, l='MpServer', x=278.50, y=40.00, z=-68.50], EntityPig['Pig'/168, l='MpServer', x=265.50, y=92.00, z=8.50], EntityZombie['Zombie'/2730, l='MpServer', x=275.50, y=37.00, z=-54.50], EntityZombie['Zombie'/2731, l='MpServer', x=275.69, y=37.00, z=-51.72], EntityZombie['Zombie'/2732, l='MpServer', x=274.75, y=37.00, z=-52.03], EntityZombie['Zombie'/2733, l='MpServer', x=274.38, y=37.00, z=-51.00], EntityZombie['Zombie'/2734, l='MpServer', x=283.00, y=34.00, z=-43.44], EntityZombie['Zombie'/2735, l='MpServer', x=281.41, y=36.00, z=-53.00], EntitySkeleton['Skeleton'/2228, l='MpServer', x=276.50, y=55.00, z=-74.50], EntitySpider['Spider'/2741, l='MpServer', x=286.75, y=23.00, z=-80.06], EntityZombie['Zombie'/183, l='MpServer', x=270.84, y=29.00, z=-82.25], EntitySkeleton['Skeleton'/2743, l='MpServer', x=290.50, y=23.00, z=-80.50], EntitySkeleton['Skeleton'/2744, l='MpServer', x=289.50, y=23.00, z=-75.91], EntityCreeper['Creeper'/185, l='MpServer', x=286.50, y=15.00, z=-74.50], EntitySkeleton['Skeleton'/3001, l='MpServer', x=276.50, y=31.00, z=-80.50], EntityCreeper['Creeper'/186, l='MpServer', x=286.50, y=15.00, z=-75.50], EntitySkeleton['Skeleton'/3002, l='MpServer', x=275.50, y=31.00, z=-83.50], EntitySkeleton['Skeleton'/3003, l='MpServer', x=274.50, y=31.00, z=-84.50], EntityZombie['Zombie'/189, l='MpServer', x=287.31, y=40.00, z=-79.06], EntityCreeper['Creeper'/3005, l='MpServer', x=276.50, y=31.00, z=-81.50], EntityBat['Bat'/192, l='MpServer', x=279.72, y=42.10, z=-70.34], EntityZombie['Zombie'/2244, l='MpServer', x=277.50, y=54.00, z=-78.50], EntityZombie['Zombie'/197, l='MpServer', x=273.13, y=37.00, z=-50.31], EntityCreeper['Creeper'/198, l='MpServer', x=271.78, y=37.00, z=-52.13], EntityBat['Bat'/199, l='MpServer', x=277.25, y=33.10, z=-58.47], EntityCreeper['Creeper'/205, l='MpServer', x=282.50, y=80.00, z=-52.50], EntityItem['item.item.apple'/206, l='MpServer', x=287.88, y=70.13, z=-35.38], EntityItem['item.tile.sapling.oak'/207, l='MpServer', x=287.97, y=70.13, z=-34.56], EntityItem['item.item.seeds'/209, l='MpServer', x=286.56, y=65.13, z=35.13], EntityZombie['Zombie'/2260, l='MpServer', x=244.50, y=39.00, z=-61.50], EntitySkeleton['Skeleton'/2525, l='MpServer', x=288.50, y=54.00, z=-45.50], EntitySkeleton['Skeleton'/2526, l='MpServer', x=288.50, y=54.00, z=-40.50], EntityBat['Bat'/223, l='MpServer', x=269.75, y=63.10, z=-29.69], EntityItem['item.tile.sapling.oak'/224, l='MpServer', x=288.44, y=70.13, z=-32.53], EntityCreeper['Creeper'/2528, l='MpServer', x=275.50, y=32.00, z=-68.50], EntitySkeleton['Skeleton'/2285, l='MpServer', x=283.50, y=34.00, z=-44.50], EntitySpider['Spider'/1267, l='MpServer', x=233.41, y=32.00, z=-50.88], EntitySkeleton['Skeleton'/2046, l='MpServer', x=282.13, y=11.00, z=2.34]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:919)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 270549208 bytes (258 MB) / 948711424 bytes (904 MB) up to 4187619328 bytes (3993 MB)
JVM Flags: 13 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2560m -Xms256m -XX:PermSize=256m -Xmn1G -Xmx4G -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:MaxGCPauseMillis=80 -XX:+UseStringDeduplication -XX:+UseCompressedOops -XX:+UseCodeCacheFlushing -XX:ParallelGCThreads=2
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 34, tcache: 2, allocated: 1, tallocated: 16
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 76 mods loaded, 76 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAAAA Aroma1997Core{1.0.2.16} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.16.jar)
UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
UCHIJAAAA OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar)
UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA FastCraft{1.23} [FastCraft] (fastcraft-1.23.jar)
UCHIJAAAA deconstruction{2.2.7} [The Deconstruction Mod] ([MC1.7.10]deconstruction[2.2.7].jar)
UCHIJAAAA AncientWarfare{2.4.114-beta-MC1.7.10} [Ancient Warfare Core] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
UCHIJAAAA CoFHCore{1.7.10R3.1.2} [CoFH Core] (CoFHCore-[1.7.10]3.1.2-325.jar)
UCHIJAAAA AncientWarfareAutomation{2.4.114-beta-MC1.7.10} [Ancient Warfare Automation] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
UCHIJAAAA AncientWarfareNEIPlugin{2.4.114-beta-MC1.7.10} [Ancient Warfare NEI Plugin] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
UCHIJAAAA AncientWarfareNpc{2.4.114-beta-MC1.7.10} [Ancient Warfare NPCs] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
UCHIJAAAA AncientWarfareStructure{2.4.114-beta-MC1.7.10} [Ancient Warfare Structures] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
UCHIJAAAA AppleCore{1.3.2} [AppleCore] (AppleCore-mc1.7.10-1.3.2.jar)
UCHIJAAAA Aroma1997CoreHelper{1.0.2.16} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.16.jar)
UCHIJAAAA AromaBackup{0.1.0.0} [AromaBackup] (AromaBackup-1.7.10-0.1.0.0.jar)
UCHIJAAAA AromaBackupRecovery{1.0} [AromaBackup Recovery] (AromaBackup-1.7.10-0.1.0.0.jar)
UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAA Artifacts{1.1.3} [Artifacts] (Artifacts-1.1.3.jar)
UCHIJAAAA Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
UCHIJAAAA baublelicious{1.7.10-1.2.1} [Baublelicious] (baublelicious-1.7.10-1.2.1.jar)
UCHIJAAAA baublesstuff{2.1.2} [Baubles Stuff] (baublesstuff-2.1.2.jar)
UCHIJAAAA betterbuilderswands{0.6.1} [Better Builder's Wands] (BetterBuildersWands-0.6.1-1.7.10r80+358ee26.jar)
UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.2027-universal.jar)
UCHIJAAAA ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCHIJAAAA EE3{0.3.0.547} [Equivalent Exchange 3] (EquivalentExchange3-1.7.10-0.3.0.547.jar)
UCHIJAAAA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCHIJAAAA chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
UCHIJAAAA chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.1d.jar)
UCHIJAAAA climatecontrol{0.6.beta57} [Climate Control] (ClimateControl-0.6.beta59.jar)
UCHIJAAAA DisenchanterMod{1.2} [Disenchanter] (DisenchanterMod - [1.7.10]1.2.jar)
UCHIJAAAA eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UCHIJAAAA endercore{1.7.10-0.2.0.36_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.36_beta.jar)
UCHIJAAAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCHIJAAAA MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAA TConstruct{1.7.10-1.8.8.build991} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.build991.jar)
UCHIJAAAA Metallurgy{4.0.8} [Metallurgy 4] (Metallurgy-1.7.10-4.0.8.97.jar)
UCHIJAAAA ExtraTiC{1.4.6} [ExtraTiC] (ExtraTiC-1.7.10-1.4.6.jar)
UCHIJAAAA fastleafdecay{1.4} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.4.jar)
UCHIJAAAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCHIJAAAA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCHIJAAAA JABBA{1.2.2} [JABBA] (Jabba-1.2.2_1.7.10.jar)
UCHIJAAAA journeymap{5.1.4p1} [JourneyMap] (journeymap-1.7.10-5.1.4p1-unlimited.jar)
UCHIJAAAA lootbags{2.0.12} [Loot Bags] (LootBags-1.7.10-2.0.12.jar)
UCHIJAAAA malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-1.7.10-0.14.3.jar)
UCHIJAAAA malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.7.10-1.13.2.jar)
UCHIJAAAA metallurgychisel{1.0.0.11} [Metallurgy Chisel] (MetallurgyChisel-1.7.10-1.0.0.11.jar)
UCHIJAAAA NEIAddons{1.12.15.41} [NEI Addons] (neiaddons-1.12.15.41-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Developer{1.12.15.41} [NEI Addons: Developer Tools] (neiaddons-1.12.15.41-mc1.7.10.jar)
UCHIJAAAA NEIAddons|AppEng{1.12.15.41} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.15.41-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Botany{1.12.15.41} [NEI Addons: Botany] (neiaddons-1.12.15.41-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Forestry{1.12.15.41} [NEI Addons: Forestry] (neiaddons-1.12.15.41-mc1.7.10.jar)
UCHIJAAAA NEIAddons|CraftingTables{1.12.15.41} [NEI Addons: Crafting Tables] (neiaddons-1.12.15.41-mc1.7.10.jar)
UCHIJAAAA NEIAddons|ExNihilo{1.12.15.41} [NEI Addons: Ex Nihilo] (neiaddons-1.12.15.41-mc1.7.10.jar)
UCHIJAAAA neiintegration{1.1.2} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.2.jar)
UCHIJAAAA NetherOres{1.7.10R2.3.1} [Nether Ores] (NetherOres-[1.7.10]2.3.1-22.jar)
UCHIJAAAA neresources{0.1.0.ManuallyBuilt} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0-122.jar)
UCHIJAAAA OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1.jar)
UCHIJAAAA OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.7.10-1.5.1.jar)
UCHIJAAAA Roguelike{1.5.0} [Roguelike Dungeons] (roguelike-1.7.10-1.5.0b.jar)
UCHIJAAAA RottenFleshToLeather{1.7.10-2.0} [Rotten Flesh to Leather] (RottenFleshToLeather-2.1-1.7.10.jar)
UCHIJAAAA RTG{1.7.10-1.0.1} [Realistic Terrain Generation] (RTG-1.7.10-1.0.1.jar)
UCHIJAAAA AS_Ruins{15.4} [Ruins Spawning System] (Ruins-1.7.10.jar)
UCHIJAAAA runicdungeons{1.1.7b} [Runic Dungeons] (RunicDungeons-1.1.7b.jar)
UCHIJAAAA simplehp{1.2.0} [Simple HP] (SimpleHP-1.7.10-1.2.0.jar)
UCHIJAAAA AS_UpdateCheck{1.1.7} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.7.10.jar)
UCHIJAAAA WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
UCHIJAAAA wailaplugins{MC1.7.10-0.2.0-23} [WAILA Plugins] (WAILAPlugins-MC1.7.10-0.2.0-23.jar)
UCHIJAAAA wawla{1.3.1} [What Are We Looking At] (Wawla-1.0.5.120.jar)
UCHIJAAAA weaponcaseloot{1.2.12} [WeaponCaseLoot] (weaponcaseloot-1.2.12.jar)
UCHIJAAAA IguanaTweaksTConstruct{1.7.10-2.1.6.163} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.6.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 364.51' Renderer: 'GeForce GTX 460/PCIe/SSE2'
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: found misbehaving transformers: me.guichaguri.betterfps.transformers.MathTransformer([email protected]) returned non-null result: 0,me.guichaguri.betterfps.transformers.EventTransformer([email protected]) returned non-null result: 0
CoFHCore: -[1.7.10]3.1.2-325
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
NetherOres: -[1.7.10]2.3.1-22
Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
Launched Version: forge-10.13.4.1614
LWJGL: 2.9.1
OpenGL: GeForce GTX 460/PCIe/SSE2 GL version 4.5.0 NVIDIA 364.51, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [Artifacts 32x Icons.zip, F32-1.7.10.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
I hope someone has some insight, I'd really like to put MouseTweaks back in and get this pack playable.