Advertisement
SuperFurias

Untitled

Mar 20th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Shall we play a game?
  3.  
  4. Time: 20/03/19 19.03
  5. Description: Exception ticking world
  6.  
  7. java.util.ConcurrentModificationException
  8. at java.util.HashMap$HashIterator.nextNode(Unknown Source)
  9. at java.util.HashMap$KeyIterator.next(Unknown Source)
  10. at net.minecraft.server.v1_12_R1.PlayerChunkMap.flush(PlayerChunkMap.java:126)
  11. at net.minecraft.server.v1_12_R1.WorldServer.doTick(WorldServer.java:332)
  12. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:905)
  13. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:423)
  14. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:774)
  15. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:666)
  16. at java.lang.Thread.run(Unknown Source)
  17.  
  18.  
  19. A detailed walkthrough of the error, its code path and all known details is as follows:
  20. ---------------------------------------------------------------------------------------
  21.  
  22. -- Head --
  23. Thread: Server thread
  24. Stacktrace:
  25. at java.util.HashMap$HashIterator.nextNode(Unknown Source)
  26. at java.util.HashMap$KeyIterator.next(Unknown Source)
  27. at net.minecraft.server.v1_12_R1.PlayerChunkMap.flush(PlayerChunkMap.java:126)
  28. at net.minecraft.server.v1_12_R1.WorldServer.doTick(WorldServer.java:332)
  29.  
  30. -- Affected level --
  31. Details:
  32. Level name: world
  33. All players: 2 total; [EntityPlayer['Vaipah'/29739, uuid='2bd93e1a-af3f-4831-bafe-25c08f1bd127', l='world', x=-10629,47, y=75,18, z=-1380,65, cx=-665, cd=-87, tl=595976, v=true, d=false](Vaipah at -10629.472264843871,75.17675927506424,-1380.65434898287), EntityPlayer['Acerhh'/31617, uuid='c3934839-8f6b-4ff4-a726-ba846276852a', l='world', x=1189,60, y=122,00, z=-6109,37, cx=74, cd=-382, tl=652340, v=true, d=false](Acerhh at 1189.5981046342863,122.0,-6109.370794601557)]
  34. Chunk stats: ServerChunkCache: 1200 Drop: 0
  35. Level seed: -1069520044122375673
  36. Level generator: ID 00 - default, ver 1. Features enabled: true
  37. Level generator options:
  38. Level spawn location: World: (4,64,-24), Chunk: (at 4,4,8 in 0,-2; contains blocks 0,0,-32 to 15,255,-17), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
  39. Level time: 1602165 game time, 1709240 day time
  40. Level dimension: 0
  41. Level storage version: 0x04ABD - Anvil
  42. Level weather: Rain time: 50204 (now: false), thunder time: 82991 (now: false)
  43. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  44. Stacktrace:
  45. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:905)
  46. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:423)
  47. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:774)
  48. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:666)
  49. at java.lang.Thread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement