Advertisement
Guest User

Untitled

a guest
Mar 17th, 2016
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. Time: 3/16/16 5:50 PM
  2. Description: Exception ticking world
  3.  
  4. java.util.ConcurrentModificationException
  5. at java.util.HashMap$HashIterator.nextNode(HashMap.java:1429)
  6. at java.util.HashMap$KeyIterator.next(HashMap.java:1453)
  7. at net.minecraft.server.v1_9_R1.PlayerChunkMap.flush(PlayerChunkMap.java:119)
  8. at net.minecraft.server.v1_9_R1.WorldServer.doTick(WorldServer.java:253)
  9. at net.minecraft.server.v1_9_R1.MinecraftServer.D(MinecraftServer.java:831)
  10. at net.minecraft.server.v1_9_R1.DedicatedServer.D(DedicatedServer.java:404)
  11. at net.minecraft.server.v1_9_R1.MinecraftServer.C(MinecraftServer.java:714)
  12. at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:613)
  13. at java.lang.Thread.run(Thread.java:745)
  14.  
  15.  
  16. A detailed walkthrough of the error, its code path and all known details is as follows:
  17. ---------------------------------------------------------------------------------------
  18.  
  19. -- Head --
  20. Stacktrace:
  21. at java.util.HashMap$HashIterator.nextNode(HashMap.java:1429)
  22. at java.util.HashMap$KeyIterator.next(HashMap.java:1453)
  23. at net.minecraft.server.v1_9_R1.PlayerChunkMap.flush(PlayerChunkMap.java:119)
  24. at net.minecraft.server.v1_9_R1.WorldServer.doTick(WorldServer.java:253)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement