Guest User

Untitled

a guest
Oct 13th, 2014
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.80 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // This doesn't make any sense!
  3.  
  4. Time: 2014.10.13. 22:58
  5. Description: Ticking entity
  6.  
  7. java.util.ConcurrentModificationException
  8. at java.util.LinkedList$ListItr.checkForComodification(Unknown Source)
  9. at java.util.LinkedList$ListItr.next(Unknown Source)
  10. at net.minecraft.entity.player.EntityPlayerMP.onUpdate(EntityPlayerMP.java:261)
  11. at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:1733)
  12. at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:708)
  13. at net.minecraft.world.World.updateEntity(World.java:1706)
  14. at net.minecraft.world.World.updateEntities(World.java:1558)
  15. at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:550)
  16. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:719)
  17. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:617)
  18. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:186)
  19. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
  20. at java.lang.Thread.run(Unknown Source)
  21.  
  22.  
  23. A detailed walkthrough of the error, its code path and all known details is as follows:
  24. ---------------------------------------------------------------------------------------
  25.  
  26. -- Head --
  27. Stacktrace:
  28. at java.util.LinkedList$ListItr.checkForComodification(Unknown Source)
  29. at java.util.LinkedList$ListItr.next(Unknown Source)
  30. at net.minecraft.entity.player.EntityPlayerMP.onUpdate(EntityPlayerMP.java:261)
  31. at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:1733)
  32. at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:708)
  33. at net.minecraft.world.World.updateEntity(World.java:1706)
  34.  
  35. -- Entity being ticked --
  36. Details:
  37. Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
  38. Entity ID: 84
  39. Entity Name: Player693
  40. Entity's Exact location: 335,50, 63,00, -146,50
  41. Entity's Block location: 335,00,63,00,-147,00 - World: (335,63,-147), Chunk: (at 15,3,13 in 20,-10; contains blocks 320,0,-160 to 335,255,-145), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
  42. Entity's Momentum: 0,00, 0,00, 0,00
  43. Entity's Rider: ~~ERROR~~ NullPointerException: null
  44. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  45. Stacktrace:
  46. at net.minecraft.world.World.updateEntities(World.java:1558)
  47. at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:550)
  48.  
  49. -- Affected level --
  50. Details:
  51. Level name: New World
  52. All players: 1 total; [EntityPlayerMP['Player693'/84, l='New World', x=335,50, y=63,00, z=-146,50]]
  53. Chunk stats: ServerChunkCache: 625 Drop: 0
  54. Level seed: 3152516767918740337
  55. Level generator: ID 00 - default, ver 1. Features enabled: true
  56. Level generator options:
  57. Level spawn location: 327,00,64,00,-152,00 - World: (327,64,-152), Chunk: (at 7,4,8 in 20,-10; contains blocks 320,0,-160 to 335,255,-145), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
  58. Level time: 11 game time, 11 day time
  59. Level dimension: 0
  60. Level storage version: 0x04ABD - Anvil
  61. Level weather: Rain time: 152322 (now: false), thunder time: 60844 (now: false)
  62. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
  63. Stacktrace:
  64. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:719)
  65. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:617)
  66. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:186)
  67. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
  68. at java.lang.Thread.run(Unknown Source)
  69.  
  70. -- System Details --
  71. Details:
  72. Minecraft Version: 1.8
  73. Operating System: Windows 7 (amd64) version 6.1
  74. Java Version: 1.7.0_67, Oracle Corporation
  75. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  76. Memory: 838575704 bytes (799 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
  77. JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  78. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  79. FML: MCP v9.10 FML v8.0.2.1009 3 mods loaded, 3 mods active
  80. mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  81. FML{8.0.2.1009} [Forge Mod Loader] (fmlSrc-1.8-8.0.2.1009-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  82. tcm{1.0} [TeamCraft Mod 1.8] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  83. Profiler Position: N/A (disabled)
  84. Player Count: 1 / 8; [EntityPlayerMP['Player693'/84, l='New World', x=335,50, y=63,00, z=-146,50]]
  85. Type: Integrated Server (map_client.txt)
  86. Is Modded: Definitely; Client brand changed to 'fml'
Advertisement
Add Comment
Please, Sign In to add comment