Posted June 29, 201411 yr I'm making a custom crafting table out of reeds, but everytime I attempt to open the gui in game, minecraft crashes. The error report says that there is a null pointer exception coming from the FMLNetworkHandler.openGui() method inside of the onBlockActivated() method inside my crafting table .java file. I've spent hours trying to figure out the issue, checking out multiple tutorials and looking similar issues, but every solution I've found has not worked for me. This is the first time I've tried to mod something in MC so feel free to point out my other newbie mistakes. Here is the Crafting table: https://github.com/rj22497/ReedCraft/blob/master/ReedCraftingTable.java Here is the Gui for the Crafting table: https://github.com/rj22497/ReedCraft/blob/master/Other/GuiReedCraftingTable.java Here is my Gui Handler: https://github.com/rj22497/ReedCraft/blob/master/Other/GuiHandler.java Here is my container class: https://github.com/rj22497/ReedCraft/blob/master/Other/ContainerReedCraftingTable.java Here is the main class: https://github.com/rj22497/ReedCraft/blob/master/RegistryFiles/ReedToolPackMain.java Here is my Registry class: https://github.com/rj22497/ReedCraft/blob/master/RegistryFiles/RegisterHelper.java and here is the crash report: ---- Minecraft Crash Report ---- // Don't be sad, have a hug! <3 Time: 6/28/14 10:25 PM Description: Unexpected error java.lang.NullPointerException: Unexpected error at cpw.mods.fml.common.network.NetworkRegistry.getLocalGuiContainer(NetworkRegistry.java:263) at cpw.mods.fml.common.network.internal.FMLNetworkHandler.openGui(FMLNetworkHandler.java:93) at com.rj.ReedToolPack.ReedCraftingTable.onBlockActivated(ReedCraftingTable.java:52) at net.minecraft.client.multiplayer.PlayerControllerMP.onPlayerRightClick(PlayerControllerMP.java:380) at net.minecraft.client.Minecraft.func_147121_ag(Minecraft.java:1499) at net.minecraft.client.Minecraft.runTick(Minecraft.java:2012) at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:997) at net.minecraft.client.Minecraft.run(Minecraft.java:912) at net.minecraft.client.main.Main.main(Main.java:112) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:134) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at cpw.mods.fml.common.network.NetworkRegistry.getLocalGuiContainer(NetworkRegistry.java:263) at cpw.mods.fml.common.network.internal.FMLNetworkHandler.openGui(FMLNetworkHandler.java:93) at com.rj.ReedToolPack.ReedCraftingTable.onBlockActivated(ReedCraftingTable.java:52) at net.minecraft.client.multiplayer.PlayerControllerMP.onPlayerRightClick(PlayerControllerMP.java:380) at net.minecraft.client.Minecraft.func_147121_ag(Minecraft.java:1499) -- Affected level -- Details: Level name: MpServer All players: 1 total; [EntityClientPlayerMP['ForgeDevName'/167, l='MpServer', x=-230.83, y=9.62, z=257.74]] Chunk stats: MultiplayerChunkCache: 220, 220 Level seed: 0 Level generator: ID 00 - default, ver 1. Features enabled: false Level generator options: Level spawn location: World: (-212,64,256), Chunk: (at 12,4,0 in -14,16; contains blocks -224,0,256 to -209,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511) Level time: 15004 game time, 15004 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: creative (ID 1). Hardcore: false. Cheats: false Forced entities: 29 total; [EntitySquid['Squid'/64, l='MpServer', x=-290.70, y=54.38, z=210.48], EntityBat['Bat'/65, l='MpServer', x=-279.36, y=16.47, z=334.40], EntityBat['Bat'/129, l='MpServer', x=-158.19, y=50.00, z=322.51], EntityPig['Pig'/77, l='MpServer', x=-272.84, y=66.00, z=237.03], EntityBat['Bat'/128, l='MpServer', x=-152.25, y=40.10, z=309.50], EntityPig['Pig'/78, l='MpServer', x=-279.94, y=64.00, z=231.88], EntityPig['Pig'/79, l='MpServer', x=-273.50, y=67.00, z=242.50], EntityPig['Pig'/80, l='MpServer', x=-283.69, y=68.00, z=250.47], EntityItem['item.item.redstone'/89, l='MpServer', x=-229.13, y=9.13, z=254.13], EntityItem['item.tile.Mithril Block'/90, l='MpServer', x=-231.59, y=9.13, z=261.53], EntityClientPlayerMP['ForgeDevName'/167, l='MpServer', x=-230.83, y=9.62, z=257.74], EntityBat['Bat'/108, l='MpServer', x=-163.28, y=46.10, z=299.28], EntityBat['Bat'/109, l='MpServer', x=-175.25, y=52.10, z=329.25], EntityPig['Pig'/46, l='MpServer', x=-310.50, y=68.00, z=211.05], EntityPig['Pig'/50, l='MpServer', x=-310.13, y=66.00, z=224.28], EntityPig['Pig'/49, l='MpServer', x=-310.40, y=68.77, z=237.53], EntityPig['Pig'/48, l='MpServer', x=-309.41, y=68.00, z=234.94], EntityBat['Bat'/113, l='MpServer', x=-160.22, y=46.00, z=236.07], EntityPig['Pig'/52, l='MpServer', x=-307.50, y=78.00, z=283.72], EntityCow['Cow'/126, l='MpServer', x=-152.53, y=66.00, z=291.19], EntityBat['Bat'/124, l='MpServer', x=-159.43, y=46.10, z=298.60], EntitySquid['Squid'/63, l='MpServer', x=-287.90, y=54.41, z=200.10], EntityBat['Bat'/123, l='MpServer', x=-158.47, y=45.58, z=301.98], EntitySquid['Squid'/62, l='MpServer', x=-289.20, y=54.99, z=193.47], EntityBat['Bat'/122, l='MpServer', x=-156.32, y=45.16, z=281.97], EntityBat['Bat'/121, l='MpServer', x=-153.04, y=42.67, z=268.87], EntitySquid['Squid'/61, l='MpServer', x=-290.69, y=53.42, z=194.60], EntitySquid['Squid'/60, l='MpServer', x=-288.72, y=54.77, z=194.88], EntityBat['Bat'/120, l='MpServer', x=-159.34, y=33.10, z=279.75]] Retry entities: 0 total; [] Server brand: fml,forge Server type: Integrated singleplayer server Stacktrace: at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:412) at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2524) at net.minecraft.client.Minecraft.run(Minecraft.java:941) at net.minecraft.client.main.Main.main(Main.java:112) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:134) -- System Details -- Details: Minecraft Version: 1.7.2 Operating System: Windows 7 (x86) version 6.1 Java Version: 1.7.0_55, Oracle Corporation Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation Memory: 767603008 bytes (732 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB) JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M AABB Pool Size: 9254 (518224 bytes; 0 MB) allocated, 2 (112 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95 FML: MCP v9.03 FML v7.2.211.1121 Minecraft Forge 10.12.2.1121 6 mods loaded, 6 mods active mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available FML{7.2.211.1121} [Forge Mod Loader] (forgeSrc-1.7.2-10.12.2.1121.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Forge{10.12.2.1121} [Minecraft Forge] (forgeSrc-1.7.2-10.12.2.1121.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available examplemod{1.0} [Example Mod] (1.7 Minecraft Forge) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available mithril{0.1} [mithril] (1.7 Minecraft Forge) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available reedtoolpack{0.1} [reedtoolpack] (1.7 Minecraft Forge) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Launched Version: 1.7 LWJGL: 2.9.0 OpenGL: GeForce GTX 760/PCIe/SSE2 GL version 4.4.0, NVIDIA Corporation 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: 2211 (123816 bytes; 0 MB) allocated, 19 (1064 bytes; 0 MB) used Anisotropic Filtering: Off (1) Thanks
July 1, 201411 yr Author You don't register your GuiHandler. Okay I did that but the game still crashed when i opened the GUI
July 1, 201411 yr Author Although that made a different error report show up that is completely different ---- Minecraft Crash Report ---- // Oops. Time: 7/1/14 12:44 AM Description: Unexpected error java.lang.ArrayIndexOutOfBoundsException: 9 at net.minecraft.inventory.InventoryCrafting.setInventorySlotContents(InventoryCrafting.java:133) at net.minecraft.inventory.Slot.putStack(Slot.java:104) at net.minecraft.inventory.Container.putStacksInSlots(Container.java:560) at net.minecraft.client.network.NetHandlerPlayClient.handleWindowItems(NetHandlerPlayClient.java:1192) at net.minecraft.network.play.server.S30PacketWindowItems.processPacket(S30PacketWindowItems.java:70) at net.minecraft.network.play.server.S30PacketWindowItems.processPacket(S30PacketWindowItems.java:78) at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:232) at net.minecraft.client.multiplayer.PlayerControllerMP.updateController(PlayerControllerMP.java:321) at net.minecraft.client.Minecraft.runTick(Minecraft.java:1650) at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:997) at net.minecraft.client.Minecraft.run(Minecraft.java:912) at net.minecraft.client.main.Main.main(Main.java:112) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:134) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at net.minecraft.inventory.InventoryCrafting.setInventorySlotContents(InventoryCrafting.java:133) at net.minecraft.inventory.Slot.putStack(Slot.java:104) at net.minecraft.inventory.Container.putStacksInSlots(Container.java:560) at net.minecraft.client.network.NetHandlerPlayClient.handleWindowItems(NetHandlerPlayClient.java:1192) at net.minecraft.network.play.server.S30PacketWindowItems.processPacket(S30PacketWindowItems.java:70) at net.minecraft.network.play.server.S30PacketWindowItems.processPacket(S30PacketWindowItems.java:78) at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:232) at net.minecraft.client.multiplayer.PlayerControllerMP.updateController(PlayerControllerMP.java:321) -- Affected level -- Details: Level name: MpServer All players: 1 total; [EntityClientPlayerMP['ForgeDevName'/124, l='MpServer', x=-230.85, y=10.62, z=255.29]] Chunk stats: MultiplayerChunkCache: 155, 155 Level seed: 0 Level generator: ID 00 - default, ver 1. Features enabled: false Level generator options: Level spawn location: World: (-212,64,256), Chunk: (at 12,4,0 in -14,16; contains blocks -224,0,256 to -209,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511) Level time: 17114 game time, 17114 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: 15 total; [EntityItem['item.tile.Mithril Block'/65, l='MpServer', x=-231.59, y=9.13, z=261.53], EntityPig['Pig'/43, l='MpServer', x=-309.41, y=68.00, z=234.94], EntityBat['Bat'/78, l='MpServer', x=-156.44, y=45.79, z=279.54], EntityPig['Pig'/41, l='MpServer', x=-310.53, y=68.00, z=209.94], EntityPig['Pig'/44, l='MpServer', x=-310.13, y=66.00, z=224.28], EntityBat['Bat'/75, l='MpServer', x=-175.25, y=52.10, z=329.25], EntityBat['Bat'/84, l='MpServer', x=-153.63, y=50.10, z=322.25], EntityPig['Pig'/48, l='MpServer', x=-307.50, y=78.00, z=283.72], EntityCow['Cow'/80, l='MpServer', x=-153.63, y=65.00, z=285.59], EntityBat['Bat'/83, l='MpServer', x=-152.25, y=41.10, z=307.75], EntityPig['Pig'/59, l='MpServer', x=-272.38, y=67.00, z=241.78], EntityPig['Pig'/58, l='MpServer', x=-283.69, y=68.00, z=250.47], EntityClientPlayerMP['ForgeDevName'/124, l='MpServer', x=-230.85, y=10.62, z=255.29], EntityPig['Pig'/57, l='MpServer', x=-273.69, y=67.00, z=242.69], EntityPig['Pig'/56, l='MpServer', x=-279.94, y=64.00, z=231.88]] Retry entities: 0 total; [] Server brand: fml,forge Server type: Integrated singleplayer server Stacktrace: at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:412) at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2524) at net.minecraft.client.Minecraft.run(Minecraft.java:941) at net.minecraft.client.main.Main.main(Main.java:112) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:134) -- System Details -- Details: Minecraft Version: 1.7.2 Operating System: Windows 7 (x86) version 6.1 Java Version: 1.7.0_55, Oracle Corporation Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation Memory: 770103816 bytes (734 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB) JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M AABB Pool Size: 9254 (518224 bytes; 0 MB) allocated, 2 (112 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95 FML: MCP v9.03 FML v7.2.211.1121 Minecraft Forge 10.12.2.1121 6 mods loaded, 6 mods active mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available FML{7.2.211.1121} [Forge Mod Loader] (forgeSrc-1.7.2-10.12.2.1121.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Forge{10.12.2.1121} [Minecraft Forge] (forgeSrc-1.7.2-10.12.2.1121.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available examplemod{1.0} [Example Mod] (1.7 Minecraft Forge) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available mithril{0.1} [mithril] (1.7 Minecraft Forge) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available reedtoolpack{0.1} [reedtoolpack] (1.7 Minecraft Forge) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Launched Version: 1.7 LWJGL: 2.9.0 OpenGL: GeForce GTX 760/PCIe/SSE2 GL version 4.4.0, NVIDIA Corporation 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: 1122 (62832 bytes; 0 MB) allocated, 21 (1176 bytes; 0 MB) used Anisotropic Filtering: Off (1)
July 1, 201411 yr Author In the first for loop in your Container you are creating the slots as if you had a 5x5 crafting, but you declare the InventoryCrafting as a 3x3. Fixed that error, now the crash report says: ---- Minecraft Crash Report ---- // Who set us up the TNT? Time: 7/1/14 3:36 PM Description: Unexpected error java.lang.ArrayIndexOutOfBoundsException: 10 at net.minecraft.inventory.InventoryCrafting.setInventorySlotContents(InventoryCrafting.java:133) at net.minecraft.inventory.Slot.putStack(Slot.java:104) at net.minecraft.inventory.Container.putStacksInSlots(Container.java:560) at net.minecraft.client.network.NetHandlerPlayClient.handleWindowItems(NetHandlerPlayClient.java:1192) at net.minecraft.network.play.server.S30PacketWindowItems.processPacket(S30PacketWindowItems.java:70) at net.minecraft.network.play.server.S30PacketWindowItems.processPacket(S30PacketWindowItems.java:78) at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:232) at net.minecraft.client.multiplayer.PlayerControllerMP.updateController(PlayerControllerMP.java:321) at net.minecraft.client.Minecraft.runTick(Minecraft.java:1650) at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:997) at net.minecraft.client.Minecraft.run(Minecraft.java:912) at net.minecraft.client.main.Main.main(Main.java:112) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:134) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at net.minecraft.inventory.InventoryCrafting.setInventorySlotContents(InventoryCrafting.java:133) at net.minecraft.inventory.Slot.putStack(Slot.java:104) at net.minecraft.inventory.Container.putStacksInSlots(Container.java:560) at net.minecraft.client.network.NetHandlerPlayClient.handleWindowItems(NetHandlerPlayClient.java:1192) at net.minecraft.network.play.server.S30PacketWindowItems.processPacket(S30PacketWindowItems.java:70) at net.minecraft.network.play.server.S30PacketWindowItems.processPacket(S30PacketWindowItems.java:78) at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:232) at net.minecraft.client.multiplayer.PlayerControllerMP.updateController(PlayerControllerMP.java:321) -- Affected level -- Details: Level name: MpServer All players: 1 total; [EntityClientPlayerMP['ForgeDevName'/124, l='MpServer', x=-230.85, y=10.62, z=255.29]] Chunk stats: MultiplayerChunkCache: 100, 100 Level seed: 0 Level generator: ID 00 - default, ver 1. Features enabled: false Level generator options: Level spawn location: World: (-212,64,256), Chunk: (at 12,4,0 in -14,16; contains blocks -224,0,256 to -209,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511) Level time: 17147 game time, 17147 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: 11 total; [EntityBat['Bat'/85, l='MpServer', x=-153.63, y=50.10, z=322.25], EntityItem['item.tile.Mithril Block'/65, l='MpServer', x=-231.59, y=9.13, z=261.53], EntityBat['Bat'/82, l='MpServer', x=-152.25, y=41.10, z=307.75], EntityPig['Pig'/59, l='MpServer', x=-272.38, y=67.00, z=241.78], EntityPig['Pig'/58, l='MpServer', x=-284.46, y=69.04, z=252.50], EntityBat['Bat'/78, l='MpServer', x=-158.27, y=45.97, z=281.26], EntityPig['Pig'/57, l='MpServer', x=-273.69, y=67.00, z=242.69], EntityClientPlayerMP['ForgeDevName'/124, l='MpServer', x=-230.85, y=10.62, z=255.29], EntityCow['Cow'/79, l='MpServer', x=-153.63, y=65.00, z=285.59], EntityPig['Pig'/56, l='MpServer', x=-279.94, y=64.00, z=231.88], EntityBat['Bat'/75, l='MpServer', x=-175.25, y=52.10, z=329.25]] Retry entities: 0 total; [] Server brand: fml,forge Server type: Integrated singleplayer server Stacktrace: at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:412) at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2524) at net.minecraft.client.Minecraft.run(Minecraft.java:941) at net.minecraft.client.main.Main.main(Main.java:112) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:134) -- System Details -- Details: Minecraft Version: 1.7.2 Operating System: Windows 7 (x86) version 6.1 Java Version: 1.7.0_55, Oracle Corporation Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation Memory: 790431912 bytes (753 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB) JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M AABB Pool Size: 9251 (518056 bytes; 0 MB) allocated, 2 (112 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95 FML: MCP v9.03 FML v7.2.211.1121 Minecraft Forge 10.12.2.1121 6 mods loaded, 6 mods active mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available FML{7.2.211.1121} [Forge Mod Loader] (forgeSrc-1.7.2-10.12.2.1121.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Forge{10.12.2.1121} [Minecraft Forge] (forgeSrc-1.7.2-10.12.2.1121.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available examplemod{1.0} [Example Mod] (1.7 Minecraft Forge) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available mithril{0.1} [mithril] (1.7 Minecraft Forge) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available reedtoolpack{0.1} [reedtoolpack] (1.7 Minecraft Forge) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Launched Version: 1.7 LWJGL: 2.9.0 OpenGL: GeForce GTX 760/PCIe/SSE2 GL version 4.4.0, NVIDIA Corporation 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: 203 (11368 bytes; 0 MB) allocated, 21 (1176 bytes; 0 MB) used Anisotropic Filtering: Off (1)
July 1, 201411 yr Did you update the code on GitHub? Because in that container you still do the things diesieben said in his post. Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.