Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. [17:26:52] [Server thread/ERROR]: Encountered an unexpected exception
  2. net.minecraft.server.v1_12_R1.ReportedException: Exception ticking world
  3. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:812) ~[spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
  4. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) ~[spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
  5. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) ~[spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
  6. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
  7. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_232]
  8. Caused by: java.util.ConcurrentModificationException
  9. at java.util.HashMap$HashIterator.nextNode(HashMap.java:1445) ~[?:1.8.0_232]
  10. at java.util.HashMap$KeyIterator.next(HashMap.java:1469) ~[?:1.8.0_232]
  11. at net.minecraft.server.v1_12_R1.PlayerChunkMap.flush(PlayerChunkMap.java:122) ~[spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
  12. at net.minecraft.server.v1_12_R1.WorldServer.doTick(WorldServer.java:320) ~[spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
  13. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:801) ~[spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
  14. ... 4 more
  15. [17:26:52] [Server thread/ERROR]: Cause of unexpected exception was
  16. java.util.ConcurrentModificationException: null
  17. at java.util.HashMap$HashIterator.nextNode(HashMap.java:1445) ~[?:1.8.0_232]
  18. at java.util.HashMap$KeyIterator.next(HashMap.java:1469) ~[?:1.8.0_232]
  19. at net.minecraft.server.v1_12_R1.PlayerChunkMap.flush(PlayerChunkMap.java:122) ~[spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
  20. at net.minecraft.server.v1_12_R1.WorldServer.doTick(WorldServer.java:320) ~[spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
  21. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:801) ~[spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
  22. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) ~[spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
  23. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) ~[spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
  24. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
  25. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_232]
  26. [17:26:52] [Server thread/ERROR]: This crash report has been saved to: /home/minecraft/multicraft/servers/server17/./crash-reports/crash-2020-01-18_17.26.52-server.txt
  27. [17:26:52] [Server thread/INFO]: Stopping server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement