Advertisement
Guest User

Untitled

a guest
Oct 9th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.05 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. SpongeCoremod (spongeforge-1.10.2-2092-5.0.0-BETA-1753.jar)
  5. Contact their authors BEFORE contacting forge
  6.  
  7. // There are four lights!
  8.  
  9. Time: 10/9/16 7:26 AM
  10. Description: Exception ticking world
  11.  
  12. java.util.ConcurrentModificationException
  13. at java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:966)
  14. at java.util.LinkedList$ListItr.next(LinkedList.java:888)
  15. at net.minecraft.world.gen.structure.StructureStart.func_75068_a(StructureStart.java:45)
  16. at net.minecraft.world.gen.structure.MapGenStructure.func_175794_a(MapGenStructure.java:90)
  17. at net.minecraft.world.gen.structure.MapGenStructure.populate(MapGenStructure.java:64)
  18. at org.spongepowered.api.world.gen.Populator.populate(Populator.java:101)
  19. at org.spongepowered.mod.world.gen.SpongeChunkGeneratorForge.func_185931_b(SpongeChunkGeneratorForge.java:224)
  20. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1000)
  21. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:969)
  22. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:154)
  23. at net.minecraft.server.management.PlayerChunkMapEntry.redirect$onProvidePlayerChunk$0(PlayerChunkMapEntry.java:79)
  24. at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126)
  25. at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:147)
  26. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:222)
  27. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698)
  28. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
  29. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  30. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
  31. at java.lang.Thread.run(Thread.java:745)
  32.  
  33.  
  34. A detailed walkthrough of the error, its code path and all known details is as follows:
  35. ---------------------------------------------------------------------------------------
  36.  
  37. -- Head --
  38. Thread: Server thread
  39. Stacktrace:
  40. at java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:966)
  41. at java.util.LinkedList$ListItr.next(LinkedList.java:888)
  42. at net.minecraft.world.gen.structure.StructureStart.func_75068_a(StructureStart.java:45)
  43. at net.minecraft.world.gen.structure.MapGenStructure.func_175794_a(MapGenStructure.java:90)
  44. at net.minecraft.world.gen.structure.MapGenStructure.populate(MapGenStructure.java:64)
  45. at org.spongepowered.api.world.gen.Populator.populate(Populator.java:101)
  46. at org.spongepowered.mod.world.gen.SpongeChunkGeneratorForge.func_185931_b(SpongeChunkGeneratorForge.java:224)
  47. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1000)
  48. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:969)
  49. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:154)
  50. at net.minecraft.server.management.PlayerChunkMapEntry.redirect$onProvidePlayerChunk$0(PlayerChunkMapEntry.java:79)
  51. at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126)
  52. at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:147)
  53. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:222)
  54.  
  55. -- Affected level --
  56. Details:
  57. Level name: world
  58. All players: 5 total; [EntityPlayerMP['BluebwerryPlayz'/8393, l='world', x=1836.50, y=27.00, z=913.50], EntityPlayerMP['xXWaterFoxXx'/194, l='world', x=9201.05, y=124.00, z=20315.51], EntityPlayerMP['weealan07'/17500, l='world', x=8749.47, y=64.00, z=19738.25], EntityPlayerMP['Phaaraa'/12268, l='world', x=8760.08, y=63.00, z=19719.28], EntityPlayerMP['FeuchteNippel'/22742, l='world', x=8313.73, y=49.00, z=20535.53]]
  59. Chunk stats: ServerChunkCache: 2894 Drop: 0
  60. Level seed: 4287908907927290780
  61. Level generator: ID 00 - default, ver 1. Features enabled: true
  62. Level generator options:
  63. Level spawn location: World: (8315,49,20535), Chunk: (at 11,3,7 in 519,1283; contains blocks 8304,0,20528 to 8319,255,20543), Region: (16,40; contains chunks 512,1280 to 543,1311, blocks 8192,0,20480 to 8703,255,20991)
  64. Level time: 13705635 game time, 493067 day time
  65. Level dimension: 0
  66. Level storage version: 0x04ABD - Anvil
  67. Level weather: Rain time: 1 (now: false), thunder time: 1 (now: false)
  68. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  69. Stacktrace:
  70. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698)
  71. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
  72. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  73. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
  74. at java.lang.Thread.run(Thread.java:745)
  75.  
  76. -- System Details --
  77. Details:
  78. Minecraft Version: 1.10.2
  79. Operating System: Linux (amd64) version 3.14.9-nfo
  80. Java Version: 1.8.0_60, Oracle Corporation
  81. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  82. Memory: 1875310464 bytes (1788 MB) / 5724700672 bytes (5459 MB) up to 9544663040 bytes (9102 MB)
  83. JVM Flags: 2 total; -XX:MaxMetaspaceSize=128M -Xmx10240M
  84. IntCache: cache: 12, tcache: 94, allocated: 0, tallocated: 0
  85. FML: MCP 9.32 Powered by Forge 12.18.1.2094 23 mods loaded, 23 mods active
  86. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  87. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  88. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge_server.1.10.jar)
  89. UCHIJAAAA Forge{12.18.1.2094} [Minecraft Forge] (forge_server.1.10.jar)
  90. UCHIJAAAA spongeapi{5.0.0-SNAPSHOT-a01e398} [SpongeAPI] (minecraft.jar)
  91. UCHIJAAAA sponge{1.10.2-2092-5.0.0-BETA-1753} [SpongeForge] (spongeforge-1.10.2-2092-5.0.0-BETA-1753.jar)
  92. UCHIJAAAA adminshop{1.8.2} [AdminShop] (AdminShop-1.10.2-1.8.2-universal.jar)
  93. UCHIJAAAA autobroadcaster{0.2.0} [AutoBroadcaster] (AutoBroadcaster-0.2.0.jar)
  94. UCHIJAAAA buycraft{SET_BY_MAGIC} [Buycraft] (BuycraftX.jar)
  95. UCHIJAAAA io.github.hsyyid.essentialcmds{@project.informativeVersion@} [EssentialCmds] (EssentialCmds-1.10.2-8.1.14-universal.jar)
  96. UCHIJAAAA griefprevention{2.1.0} [GriefPrevention] (griefprevention-1.10.2-2.1.0.73.jar)
  97. UCHIJAAAA pixelmon{5.0.0-beta9} [Pixelmon] (Pixelmon-1.10.2-5.0.0-beta9-universal.jar)
  98. UCHIJAAAA feebasunleashed{1.1.0} [Gym Wars 2: Feebas Unleashed] (Gym_Wars_2-Feebas_Unleashed-1.10.2-1.1.0.jar)
  99. UCHIJAAAA hypermodbanner{3.2.1} [HyperModBanner] (HyperModBanner-1.10.2-3.2.1.jar)
  100. UCHIJAAAA io.github.hsyyid.kits{1.7.4} [Kits] (Kits-1.7.4.jar)
  101. UCHIJAAAA lootcrate{1.1} [lootcrate project] (LootCrate-3.3.jar)
  102. UCHIJAAAA nuvotifier{2.3.3} [NuVotifier] (nuvotifier-universal-2.3.3.jar)
  103. UCHIJAAAA permissionsex{2.0-SNAPSHOT-b142} [PermissionsEx] (PermissionsEx-Sponge.jar)
  104. UCHIJAAAA pixelauction{1.1.1} [Pixel Auction] (PixelAuction-1.10.2-1.1.1-universal.jar)
  105. UCHIJAAAA pixelextras{2.2.1} [Pixel Extras] (PixelExtras-1.10.2-2.2.1-universal.jar)
  106. UCHIJAAAA pixelmoneconomybridge{1.2.1} [PixelmonEconomyBridge] (PixelmonEconomyBridge-1.10.2-1.2.1.jar)
  107. UCHIJAAAA totaleconomy{1.5.0} [Total Economy] (TotalEconomy-v1.5.0.jar)
  108. UCHIJAAAA wondertrade{4.4.4} [Wondertrade] (WonderTrade-1.10.2-4.4.4-universal.jar)
  109. UCHIJAAAA worldedit{6.1.4} [WorldEdit] (worldedit-forge-mc1.10.2-6.1.4-dist.jar)
  110. Loaded coremods (and transformers):
  111. SpongeCoremod (spongeforge-1.10.2-2092-5.0.0-BETA-1753.jar)
  112. org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
  113. Profiler Position: N/A (disabled)
  114. Player Count: 5 / 200; [EntityPlayerMP['BluebwerryPlayz'/8393, l='world', x=1836.50, y=27.00, z=913.50], EntityPlayerMP['xXWaterFoxXx'/194, l='world', x=9201.05, y=124.00, z=20315.51], EntityPlayerMP['weealan07'/17500, l='world', x=8749.47, y=64.00, z=19738.25], EntityPlayerMP['Phaaraa'/12268, l='world', x=8760.08, y=63.00, z=19719.28], EntityPlayerMP['FeuchteNippel'/22742, l='world', x=8313.73, y=49.00, z=20535.53]]
  115. Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
  116. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement