Advertisement
Guest User

Untitled

a guest
Aug 5th, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.29 KB | None | 0 0
  1. // Would you like a cupcake?
  2.  
  3. Time: 05.08.16 11:39
  4. Description: Ticking memory connection
  5.  
  6. java.lang.NullPointerException: Ticking memory connection
  7. at net.minecraft.world.Teleporter.placeInExistingPortal(Teleporter.java:134)
  8. at net.minecraft.world.Teleporter.placeInPortal(Teleporter.java:38)
  9. at net.minecraft.server.management.PlayerList.transferEntityToWorld(PlayerList.java:734)
  10. at net.minecraft.server.management.PlayerList.transferPlayerToDimension(PlayerList.java:641)
  11. at net.minecraft.server.management.PlayerList.changePlayerDimension(PlayerList.java:628)
  12. at net.minecraft.entity.player.EntityPlayerMP.changeDimension(EntityPlayerMP.java:647)
  13. at mod.nethertweaks.world.WorldHandler.perfectJoin(WorldHandler.java:76)
  14. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_9_WorldHandler_perfectJoin_EntityJoinWorldEvent.invoke(.dynamic)
  15. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)
  16. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  17. at net.minecraft.world.World.spawnEntityInWorld(World.java:1212)
  18. at net.minecraft.world.WorldServer.spawnEntityInWorld(WorldServer.java:1121)
  19. at net.minecraft.server.management.PlayerList.playerLoggedIn(PlayerList.java:388)
  20. at net.minecraft.server.management.PlayerList.initializeConnectionToPlayer(PlayerList.java:171)
  21. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:243)
  22. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.access$100(NetworkDispatcher.java:53)
  23. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.update(NetworkDispatcher.java:192)
  24. at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:308)
  25. at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:195)
  26. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:804)
  27. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:685)
  28. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:155)
  29. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:534)
  30. at java.lang.Thread.run(Unknown Source)
  31.  
  32.  
  33. A detailed walkthrough of the error, its code path and all known details is as follows:
  34. ---------------------------------------------------------------------------------------
  35.  
  36. -- Head --
  37. Thread: Client thread
  38. Stacktrace:
  39. at net.minecraft.world.Teleporter.placeInExistingPortal(Teleporter.java:134)
  40. at net.minecraft.world.Teleporter.placeInPortal(Teleporter.java:38)
  41. at net.minecraft.server.management.PlayerList.transferEntityToWorld(PlayerList.java:734)
  42. at net.minecraft.server.management.PlayerList.transferPlayerToDimension(PlayerList.java:641)
  43. at net.minecraft.server.management.PlayerList.changePlayerDimension(PlayerList.java:628)
  44. at net.minecraft.entity.player.EntityPlayerMP.changeDimension(EntityPlayerMP.java:647)
  45. at mod.nethertweaks.world.WorldHandler.perfectJoin(WorldHandler.java:76)
  46. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_9_WorldHandler_perfectJoin_EntityJoinWorldEvent.invoke(.dynamic)
  47. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)
  48. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  49. at net.minecraft.world.World.spawnEntityInWorld(World.java:1212)
  50. at net.minecraft.world.WorldServer.spawnEntityInWorld(WorldServer.java:1121)
  51. at net.minecraft.server.management.PlayerList.playerLoggedIn(PlayerList.java:388)
  52. at net.minecraft.server.management.PlayerList.initializeConnectionToPlayer(PlayerList.java:171)
  53. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:243)
  54. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.access$100(NetworkDispatcher.java:53)
  55. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.update(NetworkDispatcher.java:192)
  56. at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:308)
  57.  
  58. -- Ticking connection --
  59. Details:
  60. Connection: net.minecraft.network.NetworkManager@10e5a069
  61. Stacktrace:
  62. at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:195)
  63. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:804)
  64. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:685)
  65. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:155)
  66. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:534)
  67. at java.lang.Thread.run(Unknown Source)
  68.  
  69. -- System Details --
  70. Details:
  71. Minecraft Version: 1.9.4
  72. Operating System: Windows 10 (amd64) version 10.0
  73. Java Version: 1.8.0_91, Oracle Corporation
  74. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  75. Memory: 353232616 bytes (336 MB) / 1614807040 bytes (1540 MB) up to 3786407936 bytes (3611 MB)
  76. JVM Flags: 0 total;
  77. IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 94
  78. FML: MCP 9.28 Powered by Forge 12.17.0.1976 7 mods loaded, 7 mods active
  79. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  80. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  81. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.9.4-12.17.0.1976.jar)
  82. UCHIJAAAA Forge{12.17.0.1976} [Minecraft Forge] (forgeSrc-1.9.4-12.17.0.1976.jar)
  83. UCHIJAAAA SFHCore{1.0.0} [SFHCore] (SFHCore-1.0.0.jar)
  84. UCHIJAAAA Chaust{0.0.3} [Chaust] (Chaust-0.0.3.jar)
  85. UCHIJAAAA NetherTweaksMod{1.5.0} [NetherTweaksMod] (bin)
  86. UCHIJAAAA NTMCompatibility{1.5.0} [NTMCompatibility] (bin)
  87. Loaded coremods (and transformers):
  88. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  89. Profiler Position: N/A (disabled)
  90. Player Count: 1 / 8; [EntityPlayerMP['Player108'/2084, l='New World', x=-22,00, y=68,00, z=21,00]]
  91. Type: Integrated Server (map_client.txt)
  92. Is Modded: Definitely; Client brand changed to 'fml,forge'
  93. [11:39:13] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:649]: #@!@# Game crashed! Crash report saved to: #@!@# .\crash-reports\crash-2016-08-05_11.39.13-server.txt
  94. [11:39:13] [Client thread/INFO] [FML]: Waiting for the server to terminate/save.
  95. [11:39:13] [Server thread/INFO]: Saving worlds
  96. [11:39:13] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  97. [11:39:13] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
  98. [11:39:14] [Server thread/INFO]: Saving chunks for level 'New World'/The End
  99. [11:39:15] [Server thread/INFO] [FML]: Unloading dimension 0
  100. [11:39:15] [Server thread/INFO] [FML]: Unloading dimension -1
  101. [11:39:15] [Server thread/INFO] [FML]: Unloading dimension 1
  102. [11:39:15] [Server thread/INFO] [FML]: Applying holder lookups
  103. [11:39:15] [Server thread/INFO] [FML]: Holder lookups applied
  104. [11:39:15] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
  105. [11:39:15] [Client thread/INFO] [FML]: Server terminated.
  106. [11:39:15] [Client Shutdown Thread/INFO]: Stopping server
  107. [11:39:15] [Client Shutdown Thread/INFO]: Saving players
  108. AL lib: (EE) alc_cleanup: 1 device not closed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement