Advertisement
Guest User

Untitled

a guest
Feb 11th, 2017
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Hi. I'm Minecraft, and I'm a crashaholic.
  3.  
  4. Time: 11/02/17 01:09
  5. Description: Exception ticking world entities
  6.  
  7. java.util.ConcurrentModificationException
  8. at java.util.HashMap$HashIterator.nextNode(HashMap.java:1437)
  9. at java.util.HashMap$KeyIterator.next(HashMap.java:1461)
  10. at net.minecraft.server.v1_7_R4.World.tickEntities(World.java:1504)
  11. at net.minecraft.server.v1_7_R4.WorldServer.tickEntities(WorldServer.java:516)
  12. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:706)
  13. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289)
  14. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584)
  15. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490)
  16. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628)
  17.  
  18.  
  19. A detailed walkthrough of the error, its code path and all known details is as follows:
  20. ---------------------------------------------------------------------------------------
  21.  
  22. -- Head --
  23. Stacktrace:
  24. at java.util.HashMap$HashIterator.nextNode(HashMap.java:1437)
  25. at java.util.HashMap$KeyIterator.next(HashMap.java:1461)
  26. at net.minecraft.server.v1_7_R4.World.tickEntities(World.java:1504)
  27. at net.minecraft.server.v1_7_R4.WorldServer.tickEntities(WorldServer.java:516)
  28.  
  29. -- Affected level --
  30. Details:
  31. Level name: world
  32. All players: 2 total; [EntityPlayer['rexysweet'/652059, l='world', x=124,94, y=86,00, z=219,11](rexysweet at 124.93681659173853,86.0,219.10552837590825), EntityPlayer['Ze_Logan'/668336, l='world', x=129,79, y=86,00, z=220,24](Ze_Logan at 129.78642576638393,86.0,220.2449462741717)]
  33. Chunk stats: ServerChunkCache: 184 Drop: 0
  34. Level seed: -1951092663367428243
  35. Level generator: ID 00 - default, ver 1. Features enabled: true
  36. Level generator options:
  37. Level spawn location: World: (132,86,218), Chunk: (at 4,5,10 in 8,13; contains blocks 128,0,208 to 143,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  38. Level time: 69887393 game time, 69986228 day time
  39. Level dimension: 0
  40. Level storage version: 0x04ABD - Anvil
  41. Level weather: Rain time: 53673 (now: false), thunder time: 28560 (now: false)
  42. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  43. Stacktrace:
  44. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:706)
  45. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289)
  46. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584)
  47. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490)
  48. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement