Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. A detailed walkthrough of the error, its code path and all known details is as follows:
  2. ---------------------------------------------------------------------------------------
  3.  
  4. -- Head --
  5. Thread: Server thread
  6. Stacktrace:
  7. at java.util.HashMap$HashIterator.nextNode(HashMap.java:1445)
  8. at java.util.HashMap$KeyIterator.next(HashMap.java:1469)
  9. at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:114)
  10. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:227)
  11.  
  12. -- Affected level --
  13. Details:
  14. Level name: world
  15. All players: 2 total; [EntityPlayerMP['Machiko98'/1980235, l='world', x=-626.89, y=66.00, z=202.28], EntityPlayerMP['Forgrim11'/1980866, l='world', x=-626.87, y=66.00, z=200.00]]
  16. Chunk stats: ServerChunkCache: 697 Drop: 0
  17. Level seed: -4644884349389603545
  18. Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: true
  19. Level generator options:
  20. Level spawn location: World: (-140,64,256), Chunk: (at 4,4,0 in -9,16; contains blocks -144,0,256 to -129,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  21. Level time: 7205068 game time, 7508232 day time
  22. Level dimension: 0
  23. Level storage version: 0x04ABD - Anvil
  24. Level weather: Rain time: 72055 (now: false), thunder time: 52228 (now: false)
  25. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  26. Stacktrace:
  27. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756)
  28. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
  29. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  30. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  31. at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement