SuitedSlime

GUI Error

Feb 3rd, 2013
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.42 KB | None | 0 0
  1. 2013-02-03 16:56:22 [INFO] [ForgeModLoader] Forge Mod Loader version 4.7.4.520 for Minecraft 1.4.7 loading
  2. 2013-02-03 16:56:25 [INFO] [STDOUT] 27 achievements
  3. 2013-02-03 16:56:25 [INFO] [STDOUT] 210 recipes
  4. 2013-02-03 16:56:25 [INFO] [STDOUT] Setting user: Player196, -
  5. 2013-02-03 16:56:25 [INFO] [STDERR] Client asked for parameter: server
  6. 2013-02-03 16:56:25 [INFO] [STDOUT] LWJGL Version: 2.4.2
  7. 2013-02-03 16:56:26 [INFO] [ForgeModLoader] Attempting early MinecraftForge initialization
  8. 2013-02-03 16:56:26 [INFO] [STDOUT] MinecraftForge v6.6.0.497 Initialized
  9. 2013-02-03 16:56:26 [INFO] [ForgeModLoader] MinecraftForge v6.6.0.497 Initialized
  10. 2013-02-03 16:56:26 [INFO] [STDOUT] Replaced 84 ore recipies
  11. 2013-02-03 16:56:26 [INFO] [ForgeModLoader] Completed early MinecraftForge initialization
  12. 2013-02-03 16:56:27 [INFO] [ForgeModLoader] Searching C:\Users\Rob\Desktop\Mods\Mechergy\jars\mods for mods
  13. 2013-02-03 16:56:30 [INFO] [ForgeModLoader] Forge Mod Loader has identified 4 mods to load
  14. 2013-02-03 16:56:30 [INFO] [ForgeModLoader] Configured a dormant chunk cache size of 0
  15. 2013-02-03 16:56:30 [INFO] [Mechergy] Initializing remote version check against remote version authority, located at https://raw.github.com/pahimar/Equivalent-Exchange-3/master/version.xml
  16. 2013-02-03 16:56:30 [INFO] [Mechergy] Remote version check disabled, skipping
  17. 2013-02-03 16:56:31 [INFO] [STDOUT] Starting up SoundSystem...
  18. 2013-02-03 16:56:31 [INFO] [STDOUT] Initializing LWJGL OpenAL
  19. 2013-02-03 16:56:31 [INFO] [STDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  20. 2013-02-03 16:56:31 [INFO] [STDOUT] OpenAL initialized.
  21. 2013-02-03 16:56:32 [INFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 4 mods
  22. 2013-02-03 16:56:41 [INFO] [ForgeModLoader] Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@144b457)
  23. 2013-02-03 16:56:41 [INFO] [ForgeModLoader] Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@144b457)
  24. 2013-02-03 16:56:41 [INFO] [ForgeModLoader] Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@144b457)
  25. 2013-02-03 16:57:12 [INFO] [STDERR] net.minecraft.util.ReportedException: Ticking memory connection
  26. 2013-02-03 16:57:12 [INFO] [STDERR] at net.minecraft.network.NetworkListenThread.networkTick(NetworkListenThread.java:64)
  27. 2013-02-03 16:57:12 [INFO] [STDERR] at net.minecraft.server.integrated.IntegratedServerListenThread.networkTick(IntegratedServerListenThread.java:108)
  28. 2013-02-03 16:57:12 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:703)
  29. 2013-02-03 16:57:12 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:599)
  30. 2013-02-03 16:57:12 [INFO] [STDERR] at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:123)
  31. 2013-02-03 16:57:12 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
  32. 2013-02-03 16:57:12 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  33. 2013-02-03 16:57:12 [INFO] [STDERR] Caused by: java.lang.NullPointerException
  34. 2013-02-03 16:57:12 [INFO] [STDERR] at net.minecraft.inventory.ContainerWorkbench.onCraftGuiClosed(ContainerWorkbench.java:69)
  35. 2013-02-03 16:57:12 [INFO] [STDERR] at suitedslime.mechergy.inventory.ContainerPortableCrafting.onCraftGuiClosed(ContainerPortableCrafting.java:27)
  36. 2013-02-03 16:57:12 [INFO] [STDERR] at net.minecraft.entity.player.EntityPlayerMP.closeInventory(EntityPlayerMP.java:712)
  37. 2013-02-03 16:57:12 [INFO] [STDERR] at net.minecraft.network.NetServerHandler.handleCloseWindow(NetServerHandler.java:901)
  38. 2013-02-03 16:57:12 [INFO] [STDERR] at net.minecraft.network.packet.Packet101CloseWindow.processPacket(Packet101CloseWindow.java:23)
  39. 2013-02-03 16:57:12 [INFO] [STDERR] at net.minecraft.network.MemoryConnection.processReadPackets(MemoryConnection.java:80)
  40. 2013-02-03 16:57:12 [INFO] [STDERR] at net.minecraft.network.NetServerHandler.networkTick(NetServerHandler.java:136)
  41. 2013-02-03 16:57:12 [INFO] [STDERR] at net.minecraft.network.NetworkListenThread.networkTick(NetworkListenThread.java:57)
  42. 2013-02-03 16:57:12 [INFO] [STDERR] ... 6 more
  43. 2013-02-03 16:57:12 [INFO] [STDERR] java.lang.NullPointerException
  44. 2013-02-03 16:57:12 [INFO] [STDERR] at net.minecraft.inventory.ContainerWorkbench.onCraftGuiClosed(ContainerWorkbench.java:69)
  45. 2013-02-03 16:57:12 [INFO] [STDERR] at suitedslime.mechergy.inventory.ContainerPortableCrafting.onCraftGuiClosed(ContainerPortableCrafting.java:27)
  46. 2013-02-03 16:57:12 [INFO] [STDERR] at net.minecraft.entity.player.EntityPlayer.setDead(EntityPlayer.java:1415)
  47. 2013-02-03 16:57:12 [INFO] [STDERR] at net.minecraft.world.World.setEntityDead(World.java:1582)
  48. 2013-02-03 16:57:12 [INFO] [STDERR] at net.minecraft.server.management.ServerConfigurationManager.playerLoggedOut(ServerConfigurationManager.java:231)
  49. 2013-02-03 16:57:12 [INFO] [STDERR] at net.minecraft.network.NetServerHandler.kickPlayerFromServer(NetServerHandler.java:169)
  50. 2013-02-03 16:57:12 [INFO] [STDERR] at net.minecraft.server.management.ServerConfigurationManager.removeAllPlayers(ServerConfigurationManager.java:910)
  51. 2013-02-03 16:57:12 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.stopServer(MinecraftServer.java:402)
  52. 2013-02-03 16:57:12 [INFO] [STDERR] at net.minecraft.server.integrated.IntegratedServer.stopServer(IntegratedServer.java:231)
  53. 2013-02-03 16:57:12 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:550)
  54. 2013-02-03 16:57:12 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  55. 2013-02-03 16:57:12 [SEVERE] [ForgeModLoader] Fatal errors were detected during the transition from SERVER_STARTED to SERVER_STOPPED. Loading cannot continue
  56. 2013-02-03 16:57:12 [SEVERE] [ForgeModLoader]
  57. mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  58. FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  59. Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  60. Mechergy [Mechergy] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  61. 2013-02-03 16:57:12 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
  62. 2013-02-03 16:57:12 [INFO] [STDERR] Exception in thread "Server thread" cpw.mods.fml.common.LoaderException
  63. 2013-02-03 16:57:12 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.transition(LoadController.java:117)
  64. 2013-02-03 16:57:12 [INFO] [STDERR] at cpw.mods.fml.common.Loader.serverStopped(Loader.java:752)
  65. 2013-02-03 16:57:12 [INFO] [STDERR] at cpw.mods.fml.common.FMLCommonHandler.handleServerStopped(FMLCommonHandler.java:459)
  66. 2013-02-03 16:57:12 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:559)
  67. 2013-02-03 16:57:12 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  68. 2013-02-03 16:57:22 [INFO] [STDOUT] Stopping!
  69. 2013-02-03 16:57:22 [INFO] [STDOUT] SoundSystem shutting down...
  70. 2013-02-03 16:57:23 [INFO] [STDOUT] Author: Paul Lamb, www.paulscode.com
  71. 2013-02-03 16:57:28 [INFO] [STDERR] Someone is closing me!
Advertisement
Add Comment
Please, Sign In to add comment