This is a mod pack I'm using on my server. I added Chisel. It's now crashing in a single player world. Not sure if it's Chisel or not as I've never really attempted to play a single player to test stuff before.
Put your spoiler h
---- Minecraft Crash Report -------- Minecraft Crash Report ----// But it works on my machine.
Time: 10/24/17 10:33 AMDescription: 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(Unknown Source) 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:607) 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 com.gildedgames.util.tab.client.TabClientEvents.tickStart(TabClientEvents.java:153) at cpw.mods.fml.common.eventhandler.ASMEventHandler_23_TabClientEvents_tickStart_ClientTickEvent.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.onPreClientTick(FMLCommonHandler.java:325) at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1587) 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)
Trying to learn to detect this stuff on my own. I'm seeing something with CodeChicken and NEI GUI hook. Am I on the right track there? If so, how would I know how to fix it even?
I see it's something with GUIContainer? Maybe? Am I far off here? lol. If it is how would I know what steps to take to fix it?
#2- Added Chisel back, removed NEI, crash still occurs. (so I guess I wasn't right, it's not an NEI issue...)
#3 added back NEI, removed Gilded as it's a core for Aether 2 which I no longer get. Original crash log (I think) back. I see the affected screen says GUIInventory, but not sure what causes that.
Time: 10/24/17 11:49 AM
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:222)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(Unknown Source)
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:607)
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:222)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(Unknown Source)
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:607)
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)
Ok. I'll do that. Since you mentioned that. I would like to note that I had edited, veinminer (added mod tools and blocks), NEI (restricted creative mode) and OreSpawn (disabled termites) configs... so I'll give it a go.
Still crashes.
Safe to note that the server isn't crashing though some people have had crafting issues before. Known issues on the server are 1 can't access backpack nor animalbikes mod and that other issue with the girl disconnecting that you're helping me with.
14:26:55
STDOUT
[net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----
// This doesn't make any sense!
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:222)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(Unknown Source)
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:607)
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:222)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(Unknown Source)
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:607)
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)
This is a mod pack I'm using on my server. I added Chisel. It's now crashing in a single player world. Not sure if it's Chisel or not as I've never really attempted to play a single player to test stuff before.
Put your spoiler h
---- Minecraft Crash Report -------- Minecraft Crash Report ----// But it works on my machine.
Time: 10/24/17 10:33 AMDescription: 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(Unknown Source) 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:607) 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 com.gildedgames.util.tab.client.TabClientEvents.tickStart(TabClientEvents.java:153) at cpw.mods.fml.common.eventhandler.ASMEventHandler_23_TabClientEvents_tickStart_ClientTickEvent.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.onPreClientTick(FMLCommonHandler.java:325) at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1587) 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:222) at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(Unknown Source) 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:607) 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 com.gildedgames.util.tab.client.TabClientEvents.tickStart(TabClientEvents.java:153) at cpw.mods.fml.common.eventhandler.ASMEventHandler_23_TabClientEvents_tickStart_ClientTickEvent.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.onPreClientTick(FMLCommonHandler.java:325)
-- Affected level --Details: Level name: MpServer All players: 1 total; [EntityClientPlayerMP['NoobcrafterYT'/343, l='MpServer', x=219.34, y=71.62, z=211.60]] Chunk stats: MultiplayerChunkCache: 1254, 1263 Level seed: 0 Level generator: ID 00 - default, ver 1. Features enabled: false Level generator options: Level spawn location: World: (164,64,256), Chunk: (at 4,4,0 in 10,16; contains blocks 160,0,256 to 175,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 3103 game time, 3103 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: 73 total; [MoCEntityDragonfly['DragonFly'/257, l='MpServer', x=221.13, y=71.00, z=131.47], MoCEntityGoat['Goat'/258, l='MpServer', x=223.25, y=76.00, z=180.40], EntityItem['item.tile.sapling.oak'/259, l='MpServer', x=213.09, y=72.13, z=206.06], EntityItem['item.tile.sapling.oak'/260, l='MpServer', x=217.13, y=70.13, z=208.81], MoCEntityMaggot['Maggot'/264, l='MpServer', x=233.72, y=71.00, z=133.41], MoCEntityGoat['Goat'/265, l='MpServer', x=243.28, y=78.00, z=189.28], MoCEntityBird['Bird'/266, l='MpServer', x=235.75, y=68.00, z=265.34], MoCEntityBird['Bird'/267, l='MpServer', x=236.38, y=67.00, z=265.59], MoCEntityBee['Bee'/139, l='MpServer', x=109.50, y=71.00, z=299.50], EntityTrail['unknown'/652, l='MpServer', x=219.34, y=71.62, z=211.60], MoCEntityButterfly['ButterFly'/268, l='MpServer', x=237.53, y=68.00, z=259.44], MoCEntityBird['Bird'/140, l='MpServer', x=109.50, y=71.00, z=334.50], EntityHat['unknown'/653, l='MpServer', x=219.34, y=71.62, z=211.60], MoCEntityBird['Bird'/143, l='MpServer', x=118.50, y=67.00, z=204.50], MoCEntityBird['Bird'/144, l='MpServer', x=117.50, y=67.00, z=205.50], EntityClientPlayerMP['NoobcrafterYT'/343, l='MpServer', x=219.34, y=71.62, z=211.60], MoCEntityGoat['Goat'/274, l='MpServer', x=253.03, y=75.00, z=175.72], MoCEntityGoat['Goat'/275, l='MpServer', x=253.50, y=70.00, z=168.50], EntityItem['item.item.seeds'/276, l='MpServer', x=253.28, y=65.13, z=247.97], MoCEntityGoat['Goat'/278, l='MpServer', x=258.50, y=70.00, z=170.03], MoCEntityGoat['Goat'/279, l='MpServer', x=267.78, y=63.18, z=206.09], MoCEntityButterfly['ButterFly'/281, l='MpServer', x=266.91, y=71.00, z=276.53], MoCEntityFly['Fly'/282, l='MpServer', x=265.81, y=71.00, z=275.41], MoCEntityFly['Fly'/283, l='MpServer', x=266.50, y=71.00, z=274.59], MoCEntityFly['Fly'/284, l='MpServer', x=267.88, y=71.00, z=274.50], MoCEntityBird['Bird'/157, l='MpServer', x=119.50, y=70.00, z=287.50], MoCEntityBird['Bird'/285, l='MpServer', x=260.34, y=67.00, z=321.59], MoCEntityDuck['Duck'/158, l='MpServer', x=116.50, y=70.00, z=284.50], MoCEntityBird['Bird'/286, l='MpServer', x=257.38, y=69.00, z=323.38], MoCEntityDuck['Duck'/159, l='MpServer', x=115.75, y=70.00, z=285.53], MoCEntityBird['Bird'/160, l='MpServer', x=118.50, y=70.00, z=290.50], MoCEntityBird['Bird'/161, l='MpServer', x=120.50, y=70.00, z=291.50], MoCEntityBee['Bee'/162, l='MpServer', x=112.06, y=71.00, z=303.63], EntityItem['item.item.seeds'/290, l='MpServer', x=283.47, y=69.13, z=264.34], MoCEntityBee['Bee'/163, l='MpServer', x=112.50, y=71.00, z=301.50], MoCEntityBee['Bee'/164, l='MpServer', x=112.53, y=71.00, z=298.63], MoCEntityBird['Bird'/292, l='MpServer', x=272.84, y=67.00, z=321.34], MoCEntityBird['Bird'/293, l='MpServer', x=278.47, y=66.00, z=321.78], MoCEntityBird['Bird'/165, l='MpServer', x=112.72, y=71.00, z=334.94], MoCEntityBird['Bird'/294, l='MpServer', x=286.50, y=72.00, z=328.50], MoCEntityGoat['Goat'/170, l='MpServer', x=138.81, y=71.00, z=105.41], MoCEntityGoat['Goat'/171, l='MpServer', x=139.72, y=71.00, z=110.63], MoCEntityGoat['Goat'/172, l='MpServer', x=141.09, y=71.00, z=112.94], MoCEntityBird['Bird'/303, l='MpServer', x=294.50, y=72.00, z=328.50], MoCEntityBird['Bird'/304, l='MpServer', x=291.03, y=71.00, z=330.31], MoCEntityBird['Bird'/307, l='MpServer', x=329.50, y=69.00, z=300.50], MoCEntityBird['Bird'/308, l='MpServer', x=331.00, y=69.00, z=297.50], MoCEntityBird['Bird'/187, l='MpServer', x=133.50, y=69.00, z=208.50], MoCEntityBird['Bird'/188, l='MpServer', x=134.50, y=69.00, z=209.50], MoCEntityBird['Bird'/189, l='MpServer', x=133.56, y=68.00, z=212.91], MoCEntityBird['Bird'/190, l='MpServer', x=142.50, y=71.00, z=286.50], MoCEntityBird['Bird'/191, l='MpServer', x=141.50, y=71.00, z=286.50], MoCEntityBird['Bird'/192, l='MpServer', x=143.38, y=71.00, z=288.66], EntityItem['item.tile.sapling.birch'/2119, l='MpServer', x=222.31, y=69.13, z=210.84], MoCEntityBird['Bird'/209, l='MpServer', x=152.09, y=70.00, z=157.88], MoCEntityBird['Bird'/210, l='MpServer', x=146.13, y=73.78, z=154.13], MoCEntityBird['Bird'/211, l='MpServer', x=145.44, y=70.00, z=154.50], MoCEntityCricket['Cricket'/212, l='MpServer', x=152.50, y=71.00, z=213.50], MoCEntityCricket['Cricket'/213, l='MpServer', x=152.50, y=71.00, z=210.50], EntityLivestockMerchant['Livestock Merchant'/215, l='MpServer', x=157.03, y=72.00, z=301.06], MoCEntityBird['Bird'/95, l='MpServer', x=95.22, y=68.00, z=261.94], EntityLivestockMerchant['Livestock Merchant'/97, l='MpServer', x=93.00, y=70.00, z=301.00], MoCEntityBird['Bird'/101, l='MpServer', x=96.50, y=68.00, z=260.50], MoCEntityBird['Bird'/102, l='MpServer', x=97.50, y=68.00, z=262.50], MoCEntityDragonfly['DragonFly'/103, l='MpServer', x=102.50, y=70.00, z=282.50], MoCEntityDragonfly['DragonFly'/104, l='MpServer', x=106.19, y=70.00, z=285.50], MoCEntityDragonfly['DragonFly'/105, l='MpServer', x=109.09, y=70.00, z=285.59], MoCEntityBird['Bird'/236, l='MpServer', x=169.50, y=69.00, z=178.50], MoCEntityBird['Bird'/237, l='MpServer', x=169.97, y=69.00, z=182.50], MoCEntityBird['Bird'/238, l='MpServer', x=170.63, y=69.00, z=182.50], MoCEntityElephant['Elephant'/239, l='MpServer', x=170.31, y=73.00, z=332.06], EntitySkeleton['Skeleton'/1526, l='MpServer', x=17.30, y=-569.96, z=46.28], EntityLivestockMerchant['Livestock Merchant'/255, l='MpServer', x=221.00, y=69.00, z=109.00]] Retry entities: 0 total; [] Server brand: fml,forge Server type: Integrated singleplayer serverStacktrace: at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:425) 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 10 (amd64) version 10.0 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1729061784 bytes (1648 MB) / 3510108160 bytes (3347 MB) up to 9544663040 bytes (9102 MB) JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx10G AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 96 FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1566 Optifine OptiFine_1.7.10_HD_U_D6 54 mods loaded, 54 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.1566-1.7.10.jar) UCHIJAAAA Forge{10.13.4.1566} [Minecraft Forge] (forge-1.7.10-10.13.4.1566-1.7.10.jar) UCHIJAAAA appliedenergistics2-core{rv3-beta-6} [Applied Energistics 2 Core] (minecraft.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 PlayerAPI{1.2} [Player API] (minecraft.jar) UCHIJAAAA bcmod{2.6.4} [BCMod (Brad16840 Core Mod)] (zz-bcmod 1.7.10 - 2.6.4.jar) UCHIJAAAA mod_ThreadedLighting{1.7.10-1.0} [Threaded Lighting] (minecraft.jar) UCHIJAAAA mcdiscord{2.0.0} [MC Discord] (minecraft.jar) UCHIJAAAA gilded-games-util{1.7.10-1.2} [Gilded Games Utility] (gilded-games-util-1.7.10-1.9.jar) UCHIJAAAA worldedit{6.1.1-SNAPSHOT} [WorldEdit] (worldedit-forge-mc1.7.10-6.1.1-SNAPSHOT-dist.jar) UCHIJAAAA battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar) UCHIJAAAA divinerpg{1.4.1.3} [DivineRPG] ([1.7.10][SMP]DivineRPG-1.4.1.3.jar) UCHIJAAAA bspkrsCore{6.16.sincommand} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.sincommand.jar) UCHIJAAAA ArmorStatusHUD{1.28} [ArmorStatusHUD] ([1.7.10]ArmorStatusHUD-client-1.28.jar) UCHIJAAAA deconstruction{2.2.7} [The Deconstruction Mod] ([MC1.7.10]deconstruction[2.2.7].jar) UCHIJAAAA animalbikes{1.7.10} [Animal Bikes] (AnimalBikes_1.7.10.jar) UCHIJAAAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10.jar) UCHIJAAAA appliedenergistics2{rv3-beta-6} [Applied Energistics 2] (appliedenergistics2-rv3-beta-6.jar) UCHIJAAAA backpacks16840{2.6.1} [Backpacks!] (backpacks 1.7.10 - 2.6.1.jar) UCHIJAAAA FLabsBF{4.3} [Better Furnaces] (Better-Furnaces-Mod-1.7.10.jar) UCHIJAAAA BiblioCraft{1.11.7} [BiblioCraft] (BiblioCraft[v1.11.7][MC1.7.10].jar) UCHIJAAAA BuildCraft|Core{7.1.22} [BuildCraft] (buildcraft-7.1.22.jar) UCHIJAAAA BuildCraft|Transport{7.1.22} [BC Transport] (buildcraft-7.1.22.jar) UCHIJAAAA BuildCraft|Factory{7.1.22} [BC Factory] (buildcraft-7.1.22.jar) UCHIJAAAA BuildCraft|Silicon{7.1.22} [BC Silicon] (buildcraft-7.1.22.jar) UCHIJAAAA BuildCraft|Robotics{7.1.22} [BC Robotics] (buildcraft-7.1.22.jar) UCHIJAAAA BuildCraft|Energy{7.1.22} [BC Energy] (buildcraft-7.1.22.jar) UCHIJAAAA BuildCraft|Builders{7.1.22} [BC Builders] (buildcraft-7.1.22.jar) UCHIJAAAA chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar) UCHIJAAAA CarpentersBlocks{3.3.8.1} [Carpenter's Blocks] (Carpenters-Blocks-Mod-1.7.10.jar) UCHIJAAAA cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (cfm-3.4.8-mc1.7.10.jar) UCHIJAAAA DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar) UCHIJAAAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.4.2_1.7.10.jar) UCHIJAAAA props{2.4.2} [Decocraft] (Decocraft-2.4.2_1.7.10.jar) UCHIJAAAA MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.zip) UCHIJAAAA eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar) UCHIJAAAA EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar) UCHIJAAAA grim3212core{V0.2 - 1.7.10} [Grim3212 Core] (Grim3212-Core-1.7.10.jar) UCHIJAAAA fireplaces{V0.1 - 1.7.10} [Fireplaces] (Fireplace-Mod-1.7.10.jar) UCHIJAAAA HardcoreDarkness{1.7} [Hardcore Darkness] (HardcoreDarkness-MC1.7.10-1.7.jar) UCHIJAAAA iChunUtil{4.2.3} [iChunUtil] (iChunUtil-4.2.3.jar) UCHIJAAAA Hats{4.0.1} [Hats] (Hats-4.0.1.jar) UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar) UCHIJAAAA mobends{0.20.1} [Mo' Bends] (Mo-Bends-Mod-1.7.10.jar) UCHIJAAAA Morph{0.9.3} [Morph] (Morphing-Mod-1.7.10.jar) UCHIJAAAA OreSpawn{1.7.10.20.3} [OreSpawn] (orespawn-1.7.10-20.3.zip) UCHIJAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar) UCHIJAAAA ProjectE{1.7.10-PE1.10.1} [ProjectE] (ProjectE-1.7.10-PE1.10.1.jar) UCHIJAAAA SlimevoidLib{2.0.4.7} [Slimevoid Library] (SlimevoidLibrary-2.0.4.7.jar) UCHIJAAAA VeinMiner{0.36.0_1.7.10-28a7f13} [Vein Miner] (VeinMiner-1.7.10-0.36.0.496+28a7f13.jar) UCHIJAAAA VeinMinerModSupport{0.36.0_1.7.10-28a7f13} [Mod Support] (VeinMiner-1.7.10-0.36.0.496+28a7f13.jar) UCHIJAAAA XaeroMinimap{1.13.9} [Xaero's Minimap] (Xaeros_Minimap_1.13.9_Forge_1.7.10.jar) GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 385.69' Renderer: 'GeForce GTX 650/PCIe/SSE2' AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448 Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine 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. AE2 Integration: IC2:OFF, RotaryCraft:OFF, RC:OFF, BuildCraftCore:ON, BuildCraftTransport:ON, BuildCraftBuilder:ON, RF:ON, RFItem:ON, MFR:OFF, DSU:ON, FZ:OFF, FMP:OFF, RB:OFF, CLApi:OFF, Waila:OFF, InvTweaks:OFF, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF, OpenComputers:OFF, PneumaticCraft:OFF Launched Version: 1.7.10 LWJGL: 2.9.1 OpenGL: GeForce GTX 650/PCIe/SSE2 GL version 4.5.0 NVIDIA 385.69, 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: [] 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) OptiFine Version: OptiFine_1.7.10_HD_U_D6 Render Distance Chunks: 18 Mipmaps: 0 Anisotropic Filtering: 1 Antialiasing: 0 Multitexture: false OpenGlVersion: 4.5.0 NVIDIA 385.69 OpenGlRenderer: GeForce GTX 650/PCIe/SSE2 OpenGlVendor: NVIDIA Corporation CpuCount: 4
ere.
Trying to learn to detect this stuff on my own. I'm seeing something with CodeChicken and NEI GUI hook. Am I on the right track there? If so, how would I know how to fix it even?
I see it's something with GUIContainer? Maybe? Am I far off here? lol. If it is how would I know what steps to take to fix it?
"Divinely Disturbed" on Technic Launcher
Update log:
#1- Removed Chisel, crash still occurs.
#2- Added Chisel back, removed NEI, crash still occurs. (so I guess I wasn't right, it's not an NEI issue...)
#3 added back NEI, removed Gilded as it's a core for Aether 2 which I no longer get. Original crash log (I think) back. I see the affected screen says GUIInventory, but not sure what causes that.
11:49:37
STDOUT
Client thread
info
[net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----
// I'm sorry, Dave.
Time: 10/24/17 11:49 AM
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:222)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(Unknown Source)
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:607)
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:222)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(Unknown Source)
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:607)
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)
-- Affected screen --
Details:
Screen name: net.minecraft.client.gui.inventory.GuiInventory
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['NoobcrafterYT'/410, l='MpServer', x=221.48, y=71.62, z=198.48]]
Chunk stats: MultiplayerChunkCache: 1250, 1259
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (164,64,256), Chunk: (at 4,4,0 in 10,16; contains blocks 160,0,256 to 175,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 5333 game time, 5333 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: 69 total; [EntityLivestockMerchant['Livestock Merchant'/256, l='MpServer', x=157.31, y=72.00, z=301.34], EntityTrail['unknown'/1549, l='MpServer', x=221.48, y=71.62, z=198.48], MoCEntityBee['Bee'/142, l='MpServer', x=109.63, y=71.00, z=299.25], MoCEntityGoat['Goat'/274, l='MpServer', x=172.00, y=68.00, z=74.63], MoCEntityBird['Bird'/147, l='MpServer', x=118.50, y=67.00, z=204.97], MoCEntityGoat['Goat'/275, l='MpServer', x=171.19, y=68.00, z=71.97], MoCEntityBird['Bird'/148, l='MpServer', x=118.28, y=67.00, z=205.75], MoCEntityGoat['Goat'/276, l='MpServer', x=173.16, y=68.00, z=71.13], MoCEntityBird['Bird'/277, l='MpServer', x=169.50, y=69.00, z=178.50], MoCEntityBird['Bird'/278, l='MpServer', x=169.41, y=69.00, z=180.66], MoCEntityBird['Bird'/279, l='MpServer', x=170.91, y=69.00, z=183.09], EntityLivestockMerchant['Livestock Merchant'/300, l='MpServer', x=221.00, y=69.00, z=109.00], MoCEntityDragonfly['DragonFly'/302, l='MpServer', x=221.66, y=73.63, z=133.06], MoCEntityBird['Bird'/174, l='MpServer', x=119.53, y=70.00, z=289.13], MoCEntityGoat['Goat'/303, l='MpServer', x=223.28, y=70.16, z=170.72], MoCEntityDuck['Duck'/175, l='MpServer', x=116.81, y=70.00, z=284.78], EntityItem['item.tile.sapling.oak'/304, l='MpServer', x=213.09, y=72.13, z=206.06], MoCEntityDuck['Duck'/176, l='MpServer', x=115.28, y=70.00, z=287.84], EntityItem['item.tile.sapling.birch'/305, l='MpServer', x=222.34, y=69.13, z=210.88], MoCEntityBird['Bird'/177, l='MpServer', x=118.53, y=70.00, z=288.13], EntityItem['item.tile.sapling.birch'/306, l='MpServer', x=218.88, y=70.13, z=209.19], MoCEntityBird['Bird'/178, l='MpServer', x=119.50, y=70.00, z=291.47], MoCEntityBee['Bee'/179, l='MpServer', x=112.59, y=71.00, z=301.63], MoCEntityMaggot['Maggot'/308, l='MpServer', x=233.47, y=71.00, z=133.47], MoCEntityBee['Bee'/180, l='MpServer', x=112.53, y=71.00, z=299.06], MoCEntityBee['Bee'/181, l='MpServer', x=112.34, y=71.00, z=304.38], MoCEntityGoat['Goat'/310, l='MpServer', x=238.28, y=76.00, z=192.47], MoCEntityBird['Bird'/311, l='MpServer', x=236.13, y=68.00, z=264.28], MoCEntityBird['Bird'/312, l='MpServer', x=235.38, y=68.00, z=264.22], MoCEntityButterfly['ButterFly'/313, l='MpServer', x=237.31, y=68.00, z=259.75], MoCEntityGoat['Goat'/187, l='MpServer', x=136.88, y=71.00, z=103.09], MoCEntityGoat['Goat'/188, l='MpServer', x=139.00, y=71.00, z=112.50], EntityClientPlayerMP['NoobcrafterYT'/410, l='MpServer', x=221.48, y=71.62, z=198.48], MoCEntityGoat['Goat'/189, l='MpServer', x=140.28, y=71.00, z=114.19], EntityHat['unknown'/576, l='MpServer', x=221.48, y=71.62, z=198.48], MoCEntityGoat['Goat'/320, l='MpServer', x=258.50, y=70.00, z=168.00], MoCEntityGoat['Goat'/321, l='MpServer', x=244.06, y=76.00, z=177.72], EntityItem['item.item.seeds'/322, l='MpServer', x=253.28, y=65.13, z=247.97], MoCEntityGoat['Goat'/324, l='MpServer', x=260.16, y=70.00, z=168.16], MoCEntityGoat['Goat'/325, l='MpServer', x=265.06, y=63.40, z=206.88], MoCEntityButterfly['ButterFly'/327, l='MpServer', x=266.91, y=71.00, z=276.63], MoCEntityFly['Fly'/328, l='MpServer', x=266.19, y=71.00, z=275.44], MoCEntityFly['Fly'/329, l='MpServer', x=266.63, y=71.00, z=275.69], MoCEntityFly['Fly'/330, l='MpServer', x=267.94, y=71.00, z=274.50], MoCEntityBird['Bird'/331, l='MpServer', x=261.47, y=68.00, z=323.16], MoCEntityBird['Bird'/332, l='MpServer', x=257.22, y=69.00, z=323.22], EntityItem['item.item.seeds'/337, l='MpServer', x=285.66, y=69.13, z=260.53], MoCEntityBird['Bird'/338, l='MpServer', x=272.84, y=67.00, z=321.34], MoCEntityBird['Bird'/211, l='MpServer', x=141.59, y=70.00, z=149.53], MoCEntityBird['Bird'/339, l='MpServer', x=278.63, y=66.00, z=319.50], MoCEntityBird['Bird'/94, l='MpServer', x=94.56, y=68.00, z=261.31], MoCEntityBird['Bird'/229, l='MpServer', x=133.56, y=69.00, z=210.28], MoCEntityBird['Bird'/230, l='MpServer', x=131.84, y=68.00, z=212.06], MoCEntityBird['Bird'/358, l='MpServer', x=330.63, y=69.00, z=300.78], MoCEntityBird['Bird'/231, l='MpServer', x=127.38, y=70.65, z=219.50], MoCEntityBird['Bird'/359, l='MpServer', x=329.94, y=69.00, z=296.44], MoCEntityBird['Bird'/232, l='MpServer', x=141.66, y=71.00, z=286.38], MoCEntityBird['Bird'/104, l='MpServer', x=96.50, y=68.00, z=260.50], MoCEntityBird['Bird'/233, l='MpServer', x=143.16, y=71.00, z=287.13], MoCEntityBird['Bird'/105, l='MpServer', x=98.78, y=68.00, z=262.53], MoCEntityBird['Bird'/234, l='MpServer', x=140.94, y=71.00, z=289.47], MoCEntityDragonfly['DragonFly'/106, l='MpServer', x=102.53, y=70.00, z=282.75], MoCEntityDragonfly['DragonFly'/107, l='MpServer', x=106.59, y=70.00, z=284.97], MoCEntityDragonfly['DragonFly'/108, l='MpServer', x=109.09, y=70.00, z=285.59], EntityLivestockMerchant['Livestock Merchant'/371, l='MpServer', x=349.00, y=66.00, z=205.00], MoCEntityBird['Bird'/251, l='MpServer', x=150.22, y=69.00, z=157.56], MoCEntityBird['Bird'/252, l='MpServer', x=144.53, y=70.00, z=154.34], MoCEntityCricket['Cricket'/253, l='MpServer', x=152.50, y=71.00, z=213.50], MoCEntityCricket['Cricket'/254, l='MpServer', x=157.63, y=70.00, z=210.53]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:425)
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 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2582331944 bytes (2462 MB) / 4044881920 bytes (3857 MB) up to 9544663040 bytes (9102 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx10G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 95
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1566 Optifine OptiFine_1.7.10_HD_U_D6 52 mods loaded, 52 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.1566-1.7.10.jar)
UCHIJAAAA Forge{10.13.4.1566} [Minecraft Forge] (forge-1.7.10-10.13.4.1566-1.7.10.jar)
UCHIJAAAA appliedenergistics2-core{rv3-beta-6} [Applied Energistics 2 Core] (minecraft.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 PlayerAPI{1.2} [Player API] (minecraft.jar)
UCHIJAAAA bcmod{2.6.4} [BCMod (Brad16840 Core Mod)] (zz-bcmod 1.7.10 - 2.6.4.jar)
UCHIJAAAA mcdiscord{2.0.0} [MC Discord] (minecraft.jar)
UCHIJAAAA worldedit{6.1.1-SNAPSHOT} [WorldEdit] (worldedit-forge-mc1.7.10-6.1.1-SNAPSHOT-dist.jar)
UCHIJAAAA battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar)
UCHIJAAAA divinerpg{1.4.1.3} [DivineRPG] ([1.7.10][SMP]DivineRPG-1.4.1.3.jar)
UCHIJAAAA bspkrsCore{6.16.sincommand} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.sincommand.jar)
UCHIJAAAA ArmorStatusHUD{1.28} [ArmorStatusHUD] ([1.7.10]ArmorStatusHUD-client-1.28.jar)
UCHIJAAAA deconstruction{2.2.7} [The Deconstruction Mod] ([MC1.7.10]deconstruction[2.2.7].jar)
UCHIJAAAA animalbikes{1.7.10} [Animal Bikes] (AnimalBikes_1.7.10.jar)
UCHIJAAAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10.jar)
UCHIJAAAA appliedenergistics2{rv3-beta-6} [Applied Energistics 2] (appliedenergistics2-rv3-beta-6.jar)
UCHIJAAAA backpacks16840{2.6.1} [Backpacks!] (backpacks 1.7.10 - 2.6.1.jar)
UCHIJAAAA FLabsBF{4.3} [Better Furnaces] (Better-Furnaces-Mod-1.7.10.jar)
UCHIJAAAA BiblioCraft{1.11.7} [BiblioCraft] (BiblioCraft[v1.11.7][MC1.7.10].jar)
UCHIJAAAA BuildCraft|Core{7.1.22} [BuildCraft] (buildcraft-7.1.22.jar)
UCHIJAAAA BuildCraft|Transport{7.1.22} [BC Transport] (buildcraft-7.1.22.jar)
UCHIJAAAA BuildCraft|Factory{7.1.22} [BC Factory] (buildcraft-7.1.22.jar)
UCHIJAAAA BuildCraft|Silicon{7.1.22} [BC Silicon] (buildcraft-7.1.22.jar)
UCHIJAAAA BuildCraft|Robotics{7.1.22} [BC Robotics] (buildcraft-7.1.22.jar)
UCHIJAAAA BuildCraft|Energy{7.1.22} [BC Energy] (buildcraft-7.1.22.jar)
UCHIJAAAA BuildCraft|Builders{7.1.22} [BC Builders] (buildcraft-7.1.22.jar)
UCHIJAAAA chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
UCHIJAAAA CarpentersBlocks{3.3.8.1} [Carpenter's Blocks] (Carpenters-Blocks-Mod-1.7.10.jar)
UCHIJAAAA cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (cfm-3.4.8-mc1.7.10.jar)
UCHIJAAAA DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar)
UCHIJAAAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.4.2_1.7.10.jar)
UCHIJAAAA props{2.4.2} [Decocraft] (Decocraft-2.4.2_1.7.10.jar)
UCHIJAAAA MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.zip)
UCHIJAAAA eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UCHIJAAAA EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
UCHIJAAAA grim3212core{V0.2 - 1.7.10} [Grim3212 Core] (Grim3212-Core-1.7.10.jar)
UCHIJAAAA fireplaces{V0.1 - 1.7.10} [Fireplaces] (Fireplace-Mod-1.7.10.jar)
UCHIJAAAA HardcoreDarkness{1.7} [Hardcore Darkness] (HardcoreDarkness-MC1.7.10-1.7.jar)
UCHIJAAAA iChunUtil{4.2.3} [iChunUtil] (iChunUtil-4.2.3.jar)
UCHIJAAAA Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJAAAA mobends{0.20.1} [Mo' Bends] (Mo-Bends-Mod-1.7.10.jar)
UCHIJAAAA Morph{0.9.3} [Morph] (Morphing-Mod-1.7.10.jar)
UCHIJAAAA OreSpawn{1.7.10.20.3} [OreSpawn] (orespawn-1.7.10-20.3.zip)
UCHIJAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
UCHIJAAAA ProjectE{1.7.10-PE1.10.1} [ProjectE] (ProjectE-1.7.10-PE1.10.1.jar)
UCHIJAAAA SlimevoidLib{2.0.4.7} [Slimevoid Library] (SlimevoidLibrary-2.0.4.7.jar)
UCHIJAAAA VeinMiner{0.36.0_1.7.10-28a7f13} [Vein Miner] (VeinMiner-1.7.10-0.36.0.496+28a7f13.jar)
UCHIJAAAA VeinMinerModSupport{0.36.0_1.7.10-28a7f13} [Mod Support] (VeinMiner-1.7.10-0.36.0.496+28a7f13.jar)
UCHIJAAAA XaeroMinimap{1.13.9} [Xaero's Minimap] (Xaeros_Minimap_1.13.9_Forge_1.7.10.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 385.69' Renderer: 'GeForce GTX 650/PCIe/SSE2'
AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
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.
AE2 Integration: IC2:OFF, RotaryCraft:OFF, RC:OFF, BuildCraftCore:ON, BuildCraftTransport:ON, BuildCraftBuilder:ON, RF:ON, RFItem:ON, MFR:OFF, DSU:ON, FZ:OFF, FMP:OFF, RB:OFF, CLApi:OFF, Waila:OFF, InvTweaks:OFF, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF, OpenComputers:OFF, PneumaticCraft:OFF
Launched Version: 1.7.10
LWJGL: 2.9.1
OpenGL: GeForce GTX 650/PCIe/SSE2 GL version 4.5.0 NVIDIA 385.69, 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: []
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)
OptiFine Version: OptiFine_1.7.10_HD_U_D6
Render Distance Chunks: 18
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
OpenGlVersion: 4.5.0 NVIDIA 385.69
OpenGlRenderer: GeForce GTX 650/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 4
11:49:37
STDOUT
Client thread
info
[net.minecraft.client.Minecraft:func_71377_b:359]: #@[email protected]# Game crashed! Crash report saved to: #@[email protected]# C:\Users\for\AppData\Roaming\.minecraft\crash-reports\crash-2017-10-24_11.49.36-client.txt
Update 4 - Removed optifine, crash still occurs.
"Divinely Disturbed" on Technic Launcher
try lowering your render distance
I do live support at:
https://minecraftirc.net/minecrafthelp/landing/
https://discordapp.com/invite/minecraft
My discord: Greymagic27#4493
I saw you post that in someone else's report, already tried xD.
"Divinely Disturbed" on Technic Launcher
Ok. I'll do that. Since you mentioned that. I would like to note that I had edited, veinminer (added mod tools and blocks), NEI (restricted creative mode) and OreSpawn (disabled termites) configs... so I'll give it a go.
Still crashes.
Safe to note that the server isn't crashing though some people have had crafting issues before. Known issues on the server are 1 can't access backpack nor animalbikes mod and that other issue with the girl disconnecting that you're helping me with.
14:26:55
STDOUT
[net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----
// This doesn't make any sense!
Time: 10/24/17 2:26 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:222)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(Unknown Source)
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:607)
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:222)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(Unknown Source)
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:607)
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)
-- Affected screen --
Details:
Screen name: net.minecraft.client.gui.inventory.GuiInventory
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['NoobcrafterYT'/290, l='MpServer', x=186.42, y=65.62, z=251.11]]
Chunk stats: MultiplayerChunkCache: 225, 234
Level seed: 0
Level generator: ID 02 - largeBiomes, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (180,64,256), Chunk: (at 4,4,0 in 11,16; contains blocks 176,0,256 to 191,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 506 game time, 506 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: 168 total; [EntitySpider['Spider'/1043, l='MpServer', x=210.50, y=43.00, z=237.50], EntityCaveclops['Caveclops'/1045, l='MpServer', x=261.50, y=18.00, z=314.50], Cockateil['Bird'/1049, l='MpServer', x=201.91, y=67.01, z=236.16], Cockateil['Bird'/1050, l='MpServer', x=165.75, y=65.09, z=240.75], EntitySkeleton['Skeleton'/1051, l='MpServer', x=222.50, y=17.00, z=248.84], MoCEntityRat['Rat'/1064, l='MpServer', x=221.50, y=31.00, z=196.50], EntityJungleDramcryx['Jungle Dramcryx'/1065, l='MpServer', x=222.50, y=31.00, z=201.50], EntityJungleDramcryx['Jungle Dramcryx'/1066, l='MpServer', x=264.50, y=24.00, z=285.50], EntityZombie['Zombie'/1075, l='MpServer', x=213.50, y=9.00, z=291.50], EntityRotatick['Rotatick'/1076, l='MpServer', x=211.50, y=14.00, z=205.50], MoCEntityDragonfly['DragonFly'/1081, l='MpServer', x=114.50, y=71.00, z=183.50], EntityCaveCrawler['Cave Crawler'/1087, l='MpServer', x=222.50, y=24.00, z=335.50], Cockateil['Bird'/1088, l='MpServer', x=200.75, y=65.00, z=259.75], MoCEntityAnt['Ant'/1089, l='MpServer', x=207.69, y=64.00, z=268.53], MoCEntityAnt['Ant'/1090, l='MpServer', x=196.44, y=67.00, z=273.56], MoCEntityAnt['Ant'/1091, l='MpServer', x=204.53, y=65.00, z=268.53], EntityBat['Bat'/1099, l='MpServer', x=196.22, y=52.79, z=279.03], EntityBat['Bat'/1100, l='MpServer', x=197.13, y=53.82, z=277.56], MoCEntityMaggot['Maggot'/1101, l='MpServer', x=220.50, y=63.00, z=282.50], MoCEntityMaggot['Maggot'/1102, l='MpServer', x=220.53, y=63.00, z=280.41], EntitySpider['Spider'/1130, l='MpServer', x=262.50, y=27.00, z=275.50], EntitySpider['Spider'/1132, l='MpServer', x=218.97, y=19.00, z=257.16], EntityJungleBat['Jungle Bat'/1148, l='MpServer', x=259.34, y=20.09, z=315.31], EntityCreeper['Creeper'/1149, l='MpServer', x=264.50, y=24.00, z=287.50], EntityJungleDramcryx['Jungle Dramcryx'/1151, l='MpServer', x=243.50, y=52.00, z=192.50], EntityCreeper['Creeper'/1152, l='MpServer', x=256.50, y=22.00, z=314.50], EntitySkeleton['Skeleton'/1154, l='MpServer', x=220.50, y=45.00, z=232.50], EntityJungleDramcryx['Jungle Dramcryx'/1155, l='MpServer', x=231.50, y=54.00, z=196.09], EntityJungleDramcryx['Jungle Dramcryx'/1157, l='MpServer', x=91.50, y=53.00, z=265.50], EntityJungleDramcryx['Jungle Dramcryx'/1158, l='MpServer', x=222.50, y=13.00, z=270.50], MoCEntityTurtle['Turtle'/135, l='MpServer', x=73.34, y=64.00, z=204.69], MoCEntityTurtle['Turtle'/136, l='MpServer', x=76.50, y=63.00, z=253.50], MoCEntityTurtle['Turtle'/137, l='MpServer', x=73.50, y=82.00, z=323.50], MoCEntityOgre['Ogre'/1161, l='MpServer', x=283.50, y=60.00, z=262.50], MoCEntityTurtle['Turtle'/138, l='MpServer', x=72.72, y=82.00, z=321.69], MoCEntityTurtle['Turtle'/139, l='MpServer', x=91.50, y=63.00, z=340.50], MoCEntityTurtle['Turtle'/140, l='MpServer', x=88.50, y=63.00, z=340.50], EntityJungleBat['Jungle Bat'/1164, l='MpServer', x=166.50, y=63.00, z=138.47], MoCEntityTurtle['Turtle'/141, l='MpServer', x=111.00, y=65.00, z=188.50], MoCEntityRat['Rat'/1165, l='MpServer', x=171.03, y=63.00, z=143.41], MoCEntityTurtle['Turtle'/142, l='MpServer', x=115.13, y=71.00, z=184.50], MoCEntityTurtle['Turtle'/143, l='MpServer', x=108.50, y=63.00, z=230.50], MoCEntityTurtle['Turtle'/146, l='MpServer', x=122.28, y=66.00, z=186.34], MoCEntityTurtle['Turtle'/147, l='MpServer', x=124.50, y=65.00, z=184.50], MoCEntityTurtle['Turtle'/148, l='MpServer', x=126.50, y=66.00, z=319.50], MoCEntityTurtle['Turtle'/149, l='MpServer', x=123.69, y=64.00, z=317.88], MoCEntityBird['Bird'/150, l='MpServer', x=125.50, y=64.00, z=324.50], MoCEntityBird['Bird'/151, l='MpServer', x=126.50, y=65.00, z=324.50], MoCEntityBird['Bird'/152, l='MpServer', x=126.16, y=66.00, z=321.75], MoCEntityBird['Bird'/153, l='MpServer', x=127.50, y=66.00, z=314.50], MoCEntityBird['Bird'/154, l='MpServer', x=125.00, y=64.00, z=313.72], MoCEntityBird['Bird'/155, l='MpServer', x=129.50, y=66.00, z=312.50], EntityZombie['Zombie'/1182, l='MpServer', x=247.50, y=42.00, z=248.50], MoCEntityTurtle['Turtle'/160, l='MpServer', x=141.53, y=82.00, z=152.25], MoCEntityTurtle['Turtle'/161, l='MpServer', x=143.50, y=82.00, z=149.50], MoCEntityTurtle['Turtle'/162, l='MpServer', x=136.50, y=64.00, z=223.50], MoCEntityTurtle['Turtle'/163, l='MpServer', x=136.50, y=64.00, z=221.50], EntitySkeleton['Skeleton'/1187, l='MpServer', x=186.50, y=53.00, z=293.50], MoCEntityTurtle['Turtle'/164, l='MpServer', x=153.16, y=65.00, z=268.50], EntityJungleSpider['Jungle Spider'/1188, l='MpServer', x=105.00, y=34.00, z=304.28], MoCEntityTurtle['Turtle'/165, l='MpServer', x=175.50, y=76.00, z=132.50], MoCEntityTurtle['Turtle'/166, l='MpServer', x=175.50, y=76.00, z=132.50], MoCEntityTurtle['Turtle'/167, l='MpServer', x=183.50, y=76.00, z=139.50], MoCEntityTurtle['Turtle'/168, l='MpServer', x=182.50, y=104.00, z=142.50], EntityMinecartChest['entity.MinecartChest.name'/169, l='MpServer', x=174.50, y=21.50, z=182.50], EntityMinecartChest['entity.MinecartChest.name'/170, l='MpServer', x=175.50, y=21.50, z=178.50], EntityItem['item.tile.torch'/171, l='MpServer', x=177.44, y=22.13, z=194.34], EntityItem['item.tile.rail'/173, l='MpServer', x=181.59, y=26.13, z=211.81], EntityItem['item.tile.rail'/174, l='MpServer', x=181.34, y=26.13, z=206.81], EntityItem['item.tile.rail'/175, l='MpServer', x=182.78, y=26.13, z=206.13], EntityJungleDramcryx['Jungle Dramcryx'/1200, l='MpServer', x=102.50, y=52.00, z=288.50], MoCEntityTurtle['Turtle'/181, l='MpServer', x=171.50, y=66.00, z=365.50], MoCEntityTurtle['Turtle'/182, l='MpServer', x=171.50, y=65.00, z=363.50], EntityMinecartChest['entity.MinecartChest.name'/184, l='MpServer', x=197.50, y=30.34, z=184.50], EntityItem['item.item.string'/185, l='MpServer', x=186.56, y=17.13, z=192.16], EntityJungleSpider['Jungle Spider'/1210, l='MpServer', x=266.50, y=50.00, z=201.50], EntityJungleDramcryx['Jungle Dramcryx'/1212, l='MpServer', x=271.50, y=21.00, z=315.50], EntityCreeper['Creeper'/1213, l='MpServer', x=261.50, y=37.00, z=328.50], EntityItem['item.item.string'/192, l='MpServer', x=187.81, y=17.13, z=198.81], EntityItem['item.item.string'/196, l='MpServer', x=185.13, y=17.13, z=197.16], EntityItem['item.item.string'/197, l='MpServer', x=187.88, y=17.13, z=197.31], EntityItem['item.item.string'/198, l='MpServer', x=186.06, y=17.13, z=195.84], EntityItem['item.item.string'/199, l='MpServer', x=186.56, y=17.13, z=209.16], EntitySkeleton['Skeleton'/1224, l='MpServer', x=189.50, y=53.00, z=294.50], EntitySkeleton['Skeleton'/1225, l='MpServer', x=195.50, y=53.00, z=291.50], MoCEntityRat['Rat'/1226, l='MpServer', x=167.50, y=64.00, z=138.50], EntityItem['item.item.string'/203, l='MpServer', x=187.88, y=17.13, z=208.19], EntityZombie['Zombie'/1227, l='MpServer', x=158.91, y=16.00, z=178.31], EntityItem['item.item.string'/204, l='MpServer', x=185.13, y=17.13, z=208.19], EntityZombie['Zombie'/1228, l='MpServer', x=186.50, y=54.00, z=292.50], EntityItem['item.tile.rail'/206, l='MpServer', x=183.88, y=26.13, z=219.19], EntityZombie['Zombie'/1230, l='MpServer', x=255.50, y=20.00, z=307.50], EntityItem['item.tile.rail'/207, l='MpServer', x=181.13, y=26.13, z=219.19], EntityCreeper['Creeper'/1231, l='MpServer', x=253.50, y=58.00, z=309.50], EntityItem['item.tile.rail'/208, l='MpServer', x=182.19, y=26.13, z=220.31], EntityCreeper['Creeper'/1232, l='MpServer', x=256.50, y=58.00, z=307.50], EntityMinecartChest['entity.MinecartChest.name'/209, l='MpServer', x=187.50, y=27.50, z=229.50], EntityCreeper['Creeper'/1233, l='MpServer', x=254.50, y=58.00, z=309.50], EntityMinecartChest['entity.MinecartChest.name'/210, l='MpServer', x=189.50, y=17.34, z=279.50], EntityJungleBat['Jungle Bat'/1234, l='MpServer', x=274.44, y=21.00, z=317.25], EntityItem['item.tile.rail'/211, l='MpServer', x=189.88, y=17.13, z=277.81], MoCEntityTurtle['Turtle'/212, l='MpServer', x=190.50, y=68.00, z=308.50], MoCEntityGoat['Goat'/213, l='MpServer', x=194.50, y=63.00, z=350.50], MoCEntityMiniGolem['MiniGolem'/1242, l='MpServer', x=232.56, y=53.00, z=193.84], EntityCreeper['Creeper'/1243, l='MpServer', x=261.50, y=52.00, z=193.50], EntityJungleBat['Jungle Bat'/1245, l='MpServer', x=276.59, y=21.00, z=314.72], EntityJungleBat['Jungle Bat'/1246, l='MpServer', x=204.25, y=28.10, z=214.78], EntitySquid['Squid'/1248, l='MpServer', x=126.50, y=61.00, z=245.53], EntityMinecartChest['entity.MinecartChest.name'/227, l='MpServer', x=204.50, y=22.50, z=189.50], EntitySquid['Squid'/1251, l='MpServer', x=122.41, y=62.34, z=250.28], MoCEntityTurtle['Turtle'/228, l='MpServer', x=202.50, y=66.00, z=213.00], EntityJungleDramcryx['Jungle Dramcryx'/1254, l='MpServer', x=102.50, y=24.00, z=321.50], MoCEntityTurtle['Turtle'/231, l='MpServer', x=226.50, y=65.00, z=257.69], EntityJungleDramcryx['Jungle Dramcryx'/1255, l='MpServer', x=280.50, y=41.00, z=188.50], MoCEntityTurtle['Turtle'/232, l='MpServer', x=222.94, y=63.00, z=298.50], MoCEntityTurtle['Turtle'/233, l='MpServer', x=222.50, y=63.00, z=297.50], MoCEntityTurtle['Turtle'/234, l='MpServer', x=227.50, y=63.00, z=366.50], EntityZombie['Zombie'/1259, l='MpServer', x=232.50, y=48.00, z=244.50], EntityZombie['Zombie'/1260, l='MpServer', x=232.50, y=48.00, z=237.50], MoCEntityTurtle['Turtle'/236, l='MpServer', x=244.50, y=70.00, z=135.50], EntityZombie['Zombie'/1261, l='MpServer', x=236.50, y=48.00, z=238.50], MoCEntityTurtle['Turtle'/237, l='MpServer', x=246.50, y=70.00, z=135.50], MoCEntityTurtle['Turtle'/238, l='MpServer', x=232.50, y=66.00, z=153.50], EntityZombie['Zombie'/1262, l='MpServer', x=234.50, y=42.00, z=216.50], MoCEntityBird['Bird'/239, l='MpServer', x=238.50, y=67.00, z=152.50], MoCEntityBird['Bird'/240, l='MpServer', x=238.16, y=68.00, z=153.34], MoCEntityBird['Bird'/241, l='MpServer', x=236.50, y=66.00, z=154.50], MoCEntityTurtle['Turtle'/242, l='MpServer', x=243.50, y=71.00, z=269.50], MoCEntityTurtle['Turtle'/243, l='MpServer', x=234.50, y=64.00, z=280.50], EntityJungleBat['Jungle Bat'/1267, l='MpServer', x=204.50, y=27.10, z=218.13], MoCEntityTurtle['Turtle'/247, l='MpServer', x=260.50,
y=69.00, z=171.50], EntityJungleDramcryx['Jungle Dramcryx'/1271, l='MpServer', x=280.50, y=41.00, z=186.50], MoCEntityTurtle['Turtle'/248, l='MpServer', x=250.69, y=63.00, z=303.31], MoCEntityTurtle['Turtle'/249, l='MpServer', x=250.31, y=63.00, z=304.31], MoCEntityTurtle['Turtle'/251, l='MpServer', x=276.50, y=64.00, z=296.50], EntitySkeleton['Skeleton'/1275, l='MpServer', x=199.50, y=43.00, z=237.50], MoCEntityTurtle['Turtle'/252, l='MpServer', x=272.50, y=64.00, z=300.50], EntitySkeleton['Skeleton'/1276, l='MpServer', x=201.50, y=39.00, z=244.69], EntitySkeleton['Skeleton'/1277, l='MpServer', x=188.88, y=44.00, z=242.44], EntitySkeleton['Skeleton'/1278, l='MpServer', x=196.50, y=43.00, z=239.00], MoCEntityRat['Rat'/1279, l='MpServer', x=221.50, y=19.00, z=317.50], EntitySkeleton['Skeleton'/1282, l='MpServer', x=182.69, y=17.00, z=188.50], EntitySkeleton['Skeleton'/1283, l='MpServer', x=171.50, y=17.00, z=194.50], EntityJungleDramcryx['Jungle Dramcryx'/1290, l='MpServer', x=259.38, y=50.00, z=205.06], EntityClientPlayerMP['NoobcrafterYT'/290, l='MpServer', x=186.42, y=65.62, z=251.11], MoCEntityCricket['Cricket'/296, l='MpServer', x=210.56, y=67.00, z=200.34], EntityJungleDramcryx['Jungle Dramcryx'/1320, l='MpServer', x=258.50, y=50.00, z=200.50], EntityCreeper['Creeper'/1332, l='MpServer', x=115.50, y=40.00, z=319.50], EntityJungleDramcryx['Jungle Dramcryx'/1333, l='MpServer', x=117.50, y=40.00, z=320.50], EntityCreeper['Creeper'/1345, l='MpServer', x=232.50, y=49.00, z=197.50], EntityCreeper['Creeper'/1348, l='MpServer', x=233.50, y=42.00, z=214.50], EntityCreeper['Creeper'/1353, l='MpServer', x=235.50, y=42.00, z=214.50], EntityItem['item.tile.gravel'/1365, l='MpServer', x=126.22, y=28.13, z=292.75], EntityTrail['unknown'/2657, l='MpServer', x=186.42, y=65.62, z=251.11], EntityItem['item.tile.gravel'/1675, l='MpServer', x=205.19, y=25.13, z=228.16], EntityItem['item.tile.gravel'/1677, l='MpServer', x=205.91, y=25.13, z=223.84], EntityItem['item.tile.gravel'/3772, l='MpServer', x=208.84, y=48.13, z=254.19], EntityItem['item.tile.gravel'/3776, l='MpServer', x=205.28, y=25.13, z=227.50], EntityItem['item.tile.gravel'/3779, l='MpServer', x=205.56, y=25.13, z=222.66], EntityItem['item.tile.gravel'/3789, l='MpServer', x=205.88, y=25.13, z=225.81], EntityItem['item.tile.gravel'/3790, l='MpServer', x=205.22, y=25.13, z=225.13], EntityHat['unknown'/3812, l='MpServer', x=210.50, y=43.00, z=237.50], EntityHat['unknown'/3813, l='MpServer', x=220.50, y=45.00, z=232.50], EntityHat['unknown'/3814, l='MpServer', x=256.50, y=22.00, z=314.50], EntityHat['unknown'/3815, l='MpServer', x=254.50, y=58.00, z=309.50], EntityHat['unknown'/3816, l='MpServer', x=232.50, y=48.00, z=244.50], EntityHat['unknown'/3817, l='MpServer', x=232.50, y=48.00, z=237.50], EntityHat['unknown'/2029, l='MpServer', x=186.42, y=65.62, z=251.11]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:425)
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 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 323780728 bytes (308 MB) / 1685585920 bytes (1607 MB) up to 1908932608 bytes (1820 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 103
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_D6 52 mods loaded, 52 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 appliedenergistics2-core{rv3-beta-6} [Applied Energistics 2 Core] (minecraft.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 PlayerAPI{1.2} [Player API] (minecraft.jar)
UCHIJAAAA bcmod{2.6.4} [BCMod (Brad16840 Core Mod)] (zz-bcmod 1.7.10 - 2.6.4.jar)
UCHIJAAAA mcdiscord{2.0.0} [MC Discord] (minecraft.jar)
UCHIJAAAA worldedit{6.1.1-SNAPSHOT} [WorldEdit] (worldedit-forge-mc1.7.10-6.1.1-SNAPSHOT-dist.jar)
UCHIJAAAA battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar)
UCHIJAAAA divinerpg{1.4.1.3} [DivineRPG] ([1.7.10][SMP]DivineRPG-1.4.1.3.jar)
UCHIJAAAA bspkrsCore{6.16.sincommand} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.sincommand.jar)
UCHIJAAAA ArmorStatusHUD{1.28} [ArmorStatusHUD] ([1.7.10]ArmorStatusHUD-client-1.28.jar)
UCHIJAAAA deconstruction{2.2.7} [The Deconstruction Mod] ([MC1.7.10]deconstruction[2.2.7].jar)
UCHIJAAAA animalbikes{1.7.10} [Animal Bikes] (AnimalBikes_1.7.10.jar)
UCHIJAAAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10.jar)
UCHIJAAAA appliedenergistics2{rv3-beta-6} [Applied Energistics 2] (appliedenergistics2-rv3-beta-6.jar)
UCHIJAAAA backpacks16840{2.6.1} [Backpacks!] (backpacks 1.7.10 - 2.6.1.jar)
UCHIJAAAA FLabsBF{4.3} [Better Furnaces] (Better-Furnaces-Mod-1.7.10.jar)
UCHIJAAAA BiblioCraft{1.11.7} [BiblioCraft] (BiblioCraft[v1.11.7][MC1.7.10].jar)
UCHIJAAAA BuildCraft|Core{7.1.22} [BuildCraft] (buildcraft-7.1.22.jar)
UCHIJAAAA BuildCraft|Transport{7.1.22} [BC Transport] (buildcraft-7.1.22.jar)
UCHIJAAAA BuildCraft|Factory{7.1.22} [BC Factory] (buildcraft-7.1.22.jar)
UCHIJAAAA BuildCraft|Silicon{7.1.22} [BC Silicon] (buildcraft-7.1.22.jar)
UCHIJAAAA BuildCraft|Robotics{7.1.22} [BC Robotics] (buildcraft-7.1.22.jar)
UCHIJAAAA BuildCraft|Energy{7.1.22} [BC Energy] (buildcraft-7.1.22.jar)
UCHIJAAAA BuildCraft|Builders{7.1.22} [BC Builders] (buildcraft-7.1.22.jar)
UCHIJAAAA chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
UCHIJAAAA CarpentersBlocks{3.3.8.1} [Carpenter's Blocks] (Carpenters-Blocks-Mod-1.7.10.jar)
UCHIJAAAA cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (cfm-3.4.8-mc1.7.10.jar)
UCHIJAAAA DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar)
UCHIJAAAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.4.2_1.7.10.jar)
UCHIJAAAA props{2.4.2} [Decocraft] (Decocraft-2.4.2_1.7.10.jar)
UCHIJAAAA MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.zip)
UCHIJAAAA eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UCHIJAAAA EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
UCHIJAAAA grim3212core{V0.2 - 1.7.10} [Grim3212 Core] (Grim3212-Core-1.7.10.jar)
UCHIJAAAA fireplaces{V0.1 - 1.7.10} [Fireplaces] (Fireplace-Mod-1.7.10.jar)
UCHIJAAAA HardcoreDarkness{1.7} [Hardcore Darkness] (HardcoreDarkness-MC1.7.10-1.7.jar)
UCHIJAAAA iChunUtil{4.2.3} [iChunUtil] (iChunUtil-4.2.3.jar)
UCHIJAAAA Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJAAAA mobends{0.20.1} [Mo' Bends] (Mo-Bends-Mod-1.7.10.jar)
UCHIJAAAA Morph{0.9.3} [Morph] (Morphing-Mod-1.7.10.jar)
UCHIJAAAA OreSpawn{1.7.10.20.3} [OreSpawn] (orespawn-1.7.10-20.3.zip)
UCHIJAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
UCHIJAAAA ProjectE{1.7.10-PE1.10.1} [ProjectE] (ProjectE-1.7.10-PE1.10.1.jar)
UCHIJAAAA SlimevoidLib{2.0.4.7} [Slimevoid Library] (SlimevoidLibrary-2.0.4.7.jar)
UCHIJAAAA VeinMiner{0.36.0_1.7.10-28a7f13} [Vein Miner] (VeinMiner-1.7.10-0.36.0.496+28a7f13.jar)
UCHIJAAAA VeinMinerModSupport{0.36.0_1.7.10-28a7f13} [Mod Support] (VeinMiner-1.7.10-0.36.0.496+28a7f13.jar)
UCHIJAAAA XaeroMinimap{1.13.9} [Xaero's Minimap] (Xaeros_Minimap_1.13.9_Forge_1.7.10.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 385.69' Renderer: 'GeForce GTX 650/PCIe/SSE2'
AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
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.
AE2 Integration: IC2:OFF, RotaryCraft:OFF, RC:OFF, BuildCraftCore:ON, BuildCraftTransport:ON, BuildCraftBuilder:ON, RF:ON, RFItem:ON, MFR:OFF, DSU:ON, FZ:OFF, FMP:OFF, RB:OFF, CLApi:OFF, Waila:OFF, InvTweaks:OFF, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF, OpenComputers:OFF, PneumaticCraft:OFF
Launched Version: 1.7.10
LWJGL: 2.9.1
OpenGL: GeForce GTX 650/PCIe/SSE2 GL version 4.5.0 NVIDIA 385.69, 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: []
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)
OptiFine Version: OptiFine_1.7.10_HD_U_D6
Render Distance Chunks: 7
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
OpenGlVersion: 4.5.0 NVIDIA 385.69
OpenGlRenderer: GeForce GTX 650/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 4
14:26:55
STDOUT
[net.minecraft.client.Minecraft:func_71377_b:359]: #@[email protected]# Game crashed! Crash report saved to: #@[email protected]# C:\Users\for\AppData\Roaming\.minecraft\crash-reports\crash-2017-10-24_14.26.54-client.txt
"Divinely Disturbed" on Technic Launcher
[redacted]
"Divinely Disturbed" on Technic Launcher