Advertisement
Guest User

Minecraft_FML_1.8-8.0.9.1016 Crash Report

a guest
Nov 15th, 2014
729
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.62 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // There are four lights!
  3.  
  4. Time: 11/15/14 11:30 AM
  5. Description: Ticking entity
  6.  
  7. java.util.ConcurrentModificationException
  8. at java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:953)
  9. at java.util.LinkedList$ListItr.next(LinkedList.java:886)
  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(Thread.java:745)
  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(LinkedList.java:953)
  29. at java.util.LinkedList$ListItr.next(LinkedList.java:886)
  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: 125
  39. Entity Name: Player90
  40. Entity's Exact location: 38.50, 74.00, 261.50
  41. Entity's Block location: 38.00,74.00,261.00 - World: (38,74,261), Chunk: (at 6,4,5 in 2,16; contains blocks 32,0,256 to 47,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  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
  52. All players: 1 total; [EntityPlayerMP['Player90'/125, l='New', x=38.50, y=74.00, z=261.50]]
  53. Chunk stats: ServerChunkCache: 647 Drop: 0
  54. Level seed: 2325882697444235331
  55. Level generator: ID 00 - default, ver 1. Features enabled: true
  56. Level generator options:
  57. Level spawn location: 32.00,64.00,252.00 - World: (32,64,252), Chunk: (at 0,4,12 in 2,15; contains blocks 32,0,240 to 47,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  58. Level time: 13 game time, 13 day time
  59. Level dimension: 0
  60. Level storage version: 0x04ABD - Anvil
  61. Level weather: Rain time: 129967 (now: false), thunder time: 33302 (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(Thread.java:745)
  69.  
  70. -- System Details --
  71. Details:
  72. Minecraft Version: 1.8
  73. Operating System: Linux (amd64) version 3.13.0-24-generic
  74. Java Version: 1.7.0_71, Oracle Corporation
  75. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  76. Memory: 672510688 bytes (641 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
  77. JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  78. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  79. FML: MCP v9.10 FML v8.0.9.1016 2 mods loaded, 2 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.9.1016} [Forge Mod Loader] (fmlSrc-1.8-8.0.9.1016-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  82. Profiler Position: N/A (disabled)
  83. Player Count: 1 / 8; [EntityPlayerMP['Player90'/125, l='New', x=38.50, y=74.00, z=261.50]]
  84. Type: Integrated Server (map_client.txt)
  85. Is Modded: Definitely; Client brand changed to 'fml'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement