Advertisement
Guest User

Untitled

a guest
Jan 18th, 2016
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.29 KB | None | 0 0
  1. [15:22:01] [Server thread/INFO]: Preparing start region for level 0
  2. [15:22:01] [Server thread/INFO]: Changing view distance to 12, from 10
  3. [15:22:02] [Server thread/ERROR]: Encountered an unexpected exception
  4. net.minecraft.util.ReportedException: Ticking memory connection
  5. at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:198) ~[NetworkSystem.class:?]
  6. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:726) ~[MinecraftServer.class:?]
  7. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614) ~[MinecraftServer.class:?]
  8. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118) ~[IntegratedServer.class:?]
  9. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
  10. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
  11. Caused by: java.lang.NullPointerException
  12. at com.github.QVBA.RainbowWoolRecipe.matches(RainbowWoolRecipe.java:17) ~[RainbowWoolRecipe.class:?]
  13. at net.minecraft.item.crafting.CraftingManager.findMatchingRecipe(CraftingManager.java:329) ~[CraftingManager.class:?]
  14. at net.minecraft.inventory.ContainerPlayer.onCraftMatrixChanged(ContainerPlayer.java:95) ~[ContainerPlayer.class:?]
  15. at net.minecraft.inventory.ContainerPlayer.<init>(ContainerPlayer.java:87) ~[ContainerPlayer.class:?]
  16. at net.minecraft.entity.player.EntityPlayer.<init>(EntityPlayer.java:168) ~[EntityPlayer.class:?]
  17. at net.minecraft.entity.player.EntityPlayerMP.<init>(EntityPlayerMP.java:158) ~[EntityPlayerMP.class:?]
  18. at net.minecraft.server.management.ServerConfigurationManager.createPlayerForUser(ServerConfigurationManager.java:443) ~[ServerConfigurationManager.class:?]
  19. at net.minecraft.server.network.NetHandlerLoginServer.func_147326_c(NetHandlerLoginServer.java:105) ~[NetHandlerLoginServer.class:?]
  20. at net.minecraft.server.network.NetHandlerLoginServer.onNetworkTick(NetHandlerLoginServer.java:64) ~[NetHandlerLoginServer.class:?]
  21. at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:244) ~[NetworkManager.class:?]
  22. at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182) ~[NetworkSystem.class:?]
  23. ... 5 more
  24. [15:22:02] [Server thread/ERROR]: This crash report has been saved to: /home/reece/Programming/Minecraft Modding/RainbowWool/eclipse/./crash-reports/crash-2016-01-18_15.22.02-server.txt
  25. [15:22:02] [Server thread/INFO]: Stopping server
  26. [15:22:02] [Server thread/INFO]: Saving players
  27. [15:22:02] [Server thread/INFO]: Saving worlds
  28. [15:22:02] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  29. [15:22:02] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:388]: ---- Minecraft Crash Report ----
  30. // Don't be sad, have a hug! <3
  31.  
  32. Time: 18/01/16 15:22
  33. Description: Ticking memory connection
  34.  
  35. java.lang.NullPointerException: Ticking memory connection
  36. at com.github.QVBA.RainbowWoolRecipe.matches(RainbowWoolRecipe.java:17)
  37. at net.minecraft.item.crafting.CraftingManager.findMatchingRecipe(CraftingManager.java:329)
  38. at net.minecraft.inventory.ContainerPlayer.onCraftMatrixChanged(ContainerPlayer.java:95)
  39. at net.minecraft.inventory.ContainerPlayer.<init>(ContainerPlayer.java:87)
  40. at net.minecraft.entity.player.EntityPlayer.<init>(EntityPlayer.java:168)
  41. at net.minecraft.entity.player.EntityPlayerMP.<init>(EntityPlayerMP.java:158)
  42. at net.minecraft.server.management.ServerConfigurationManager.createPlayerForUser(ServerConfigurationManager.java:443)
  43. at net.minecraft.server.network.NetHandlerLoginServer.func_147326_c(NetHandlerLoginServer.java:105)
  44. at net.minecraft.server.network.NetHandlerLoginServer.onNetworkTick(NetHandlerLoginServer.java:64)
  45. at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:244)
  46. at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182)
  47. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:726)
  48. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614)
  49. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118)
  50. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485)
  51. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752)
  52.  
  53.  
  54. A detailed walkthrough of the error, its code path and all known details is as follows:
  55. ---------------------------------------------------------------------------------------
  56.  
  57. -- Head --
  58. Stacktrace:
  59. at com.github.QVBA.RainbowWoolRecipe.matches(RainbowWoolRecipe.java:17)
  60. at net.minecraft.item.crafting.CraftingManager.findMatchingRecipe(CraftingManager.java:329)
  61. at net.minecraft.inventory.ContainerPlayer.onCraftMatrixChanged(ContainerPlayer.java:95)
  62. at net.minecraft.inventory.ContainerPlayer.<init>(ContainerPlayer.java:87)
  63. at net.minecraft.entity.player.EntityPlayer.<init>(EntityPlayer.java:168)
  64. at net.minecraft.entity.player.EntityPlayerMP.<init>(EntityPlayerMP.java:158)
  65. at net.minecraft.server.management.ServerConfigurationManager.createPlayerForUser(ServerConfigurationManager.java:443)
  66. at net.minecraft.server.network.NetHandlerLoginServer.func_147326_c(NetHandlerLoginServer.java:105)
  67. at net.minecraft.server.network.NetHandlerLoginServer.onNetworkTick(NetHandlerLoginServer.java:64)
  68. at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:244)
  69.  
  70. -- Ticking connection --
  71. Details:
  72. Connection: net.minecraft.network.NetworkManager@1bb90365
  73. Stacktrace:
  74. at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182)
  75. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:726)
  76. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614)
  77. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118)
  78. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485)
  79. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752)
  80.  
  81. -- System Details --
  82. Details:
  83. Minecraft Version: 1.7.10
  84. Operating System: Linux (amd64) version 3.16.0-38-generic
  85. Java Version: 1.8.0_65, Oracle Corporation
  86. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  87. Memory: 735836064 bytes (701 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
  88. JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  89. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  90. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  91. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1492 4 mods loaded, 4 mods active
  92. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  93. UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  94. UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.4.1492-1.7.10.jar)
  95. UCHIJAAAA Forge{10.13.4.1492} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1492-1.7.10.jar)
  96. UCHIJAAAA QVBARainbowWool{1.0} [RainbowWool] (bin)
  97. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  98. Profiler Position: N/A (disabled)
  99. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  100. Player Count: 0 / 8; []
  101. Type: Integrated Server (map_client.txt)
  102. Is Modded: Definitely; Client brand changed to 'fml,forge'
  103. [15:22:02] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:393]: #@!@# Game crashed! Crash report saved to: #@!@# ./crash-reports/crash-2016-01-18_15.22.02-server.txt
  104. [15:22:02] [Client thread/INFO] [FML]: Waiting for the server to terminate/save.
  105. [15:22:02] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
  106. [15:22:02] [Server thread/INFO]: Saving chunks for level 'New World'/The End
  107. [15:22:02] [Server thread/INFO] [FML]: Unloading dimension 0
  108. [15:22:02] [Server thread/INFO] [FML]: Unloading dimension -1
  109. [15:22:02] [Server thread/INFO] [FML]: Unloading dimension 1
  110. [15:22:02] [Server thread/INFO] [FML]: Applying holder lookups
  111. [15:22:02] [Server thread/INFO] [FML]: Holder lookups applied
  112. [15:22:02] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
  113. [15:22:02] [Client thread/INFO] [FML]: Server terminated.
  114. AL lib: (EE) alc_cleanup: 1 device not closed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement