Advertisement
Guest User

Untitled

a guest
Oct 17th, 2016
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.37 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-1746.jar)
  5. SpongeConfigChangerCoreMod (SpongeConfigChanger.jar)
  6. Contact their authors BEFORE contacting forge
  7.  
  8. // Quite honestly, I wouldn't worry myself about that.
  9.  
  10. Time: 17.10.16 12:39
  11. Description: Exception ticking world
  12.  
  13. java.util.ConcurrentModificationException
  14. at java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:966)
  15. at java.util.LinkedList$ListItr.next(LinkedList.java:888)
  16. at net.minecraft.world.gen.structure.StructureStart.func_75068_a(StructureStart.java:45)
  17. at net.minecraft.world.gen.structure.MapGenStructure.func_175794_a(MapGenStructure.java:90)
  18. at net.minecraft.world.gen.structure.MapGenStructure.populate(MapGenStructure.java:64)
  19. at org.spongepowered.api.world.gen.Populator.populate(Populator.java:101)
  20. at org.spongepowered.mod.world.gen.SpongeChunkGeneratorForge.func_185931_b(SpongeChunkGeneratorForge.java:224)
  21. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1000)
  22. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:983)
  23. at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:105)
  24. at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94)
  25. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:115)
  26. at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:86)
  27. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:132)
  28. at net.minecraft.world.World.func_72964_e(World.java:303)
  29. at net.minecraft.world.World.func_175726_f(World.java:298)
  30. at net.minecraft.world.World.func_180495_p(World.java:78)
  31. at net.minecraft.world.World.func_175638_a(World.java:1100)
  32. at net.minecraft.world.World.func_180500_c(World.java:2924)
  33. at net.minecraft.world.World.func_175664_x(World.java:2779)
  34. at org.spongepowered.common.event.tracking.CauseTracker.setBlockState(CauseTracker.java:395)
  35. at net.minecraft.world.WorldServer.func_180501_a(WorldServer.java:1077)
  36. at net.minecraft.world.gen.structure.StructureComponent.func_175811_a(StructureComponent.java:240)
  37. at net.minecraft.world.gen.structure.StructureComponent.func_189914_a(StructureComponent.java:334)
  38. at net.minecraft.world.gen.structure.StructureMineshaftPieces$Corridor.func_74875_a(SourceFile:450)
  39. at net.minecraft.world.gen.structure.StructureStart.func_75068_a(StructureStart.java:47)
  40. at net.minecraft.world.gen.structure.MapGenStructure.func_175794_a(MapGenStructure.java:90)
  41. at net.minecraft.world.gen.structure.MapGenStructure.populate(MapGenStructure.java:64)
  42. at org.spongepowered.api.world.gen.Populator.populate(Populator.java:101)
  43. at org.spongepowered.mod.world.gen.SpongeChunkGeneratorForge.func_185931_b(SpongeChunkGeneratorForge.java:224)
  44. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1000)
  45. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:983)
  46. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:154)
  47. at net.minecraft.server.management.PlayerChunkMapEntry.redirect$onProvidePlayerChunk$0(PlayerChunkMapEntry.java:79)
  48. at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126)
  49. at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:147)
  50. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:222)
  51. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698)
  52. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
  53. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  54. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
  55. at java.lang.Thread.run(Thread.java:745)
  56.  
  57.  
  58. A detailed walkthrough of the error, its code path and all known details is as follows:
  59. ---------------------------------------------------------------------------------------
  60.  
  61. -- Head --
  62. Thread: Server thread
  63. Stacktrace:
  64. at java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:966)
  65. at java.util.LinkedList$ListItr.next(LinkedList.java:888)
  66. at net.minecraft.world.gen.structure.StructureStart.func_75068_a(StructureStart.java:45)
  67. at net.minecraft.world.gen.structure.MapGenStructure.func_175794_a(MapGenStructure.java:90)
  68. at net.minecraft.world.gen.structure.MapGenStructure.populate(MapGenStructure.java:64)
  69. at org.spongepowered.api.world.gen.Populator.populate(Populator.java:101)
  70. at org.spongepowered.mod.world.gen.SpongeChunkGeneratorForge.func_185931_b(SpongeChunkGeneratorForge.java:224)
  71. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1000)
  72. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:983)
  73. at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:105)
  74. at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94)
  75. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:115)
  76. at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:86)
  77. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:132)
  78. at net.minecraft.world.World.func_72964_e(World.java:303)
  79. at net.minecraft.world.World.func_175726_f(World.java:298)
  80. at net.minecraft.world.World.func_180495_p(World.java:78)
  81. at net.minecraft.world.World.func_175638_a(World.java:1100)
  82. at net.minecraft.world.World.func_180500_c(World.java:2924)
  83. at net.minecraft.world.World.func_175664_x(World.java:2779)
  84. at org.spongepowered.common.event.tracking.CauseTracker.setBlockState(CauseTracker.java:395)
  85. at net.minecraft.world.WorldServer.func_180501_a(WorldServer.java:1077)
  86. at net.minecraft.world.gen.structure.StructureComponent.func_175811_a(StructureComponent.java:240)
  87. at net.minecraft.world.gen.structure.StructureComponent.func_189914_a(StructureComponent.java:334)
  88. at net.minecraft.world.gen.structure.StructureMineshaftPieces$Corridor.func_74875_a(SourceFile:450)
  89. at net.minecraft.world.gen.structure.StructureStart.func_75068_a(StructureStart.java:47)
  90. at net.minecraft.world.gen.structure.MapGenStructure.func_175794_a(MapGenStructure.java:90)
  91. at net.minecraft.world.gen.structure.MapGenStructure.populate(MapGenStructure.java:64)
  92. at org.spongepowered.api.world.gen.Populator.populate(Populator.java:101)
  93. at org.spongepowered.mod.world.gen.SpongeChunkGeneratorForge.func_185931_b(SpongeChunkGeneratorForge.java:224)
  94. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1000)
  95. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:983)
  96. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:154)
  97. at net.minecraft.server.management.PlayerChunkMapEntry.redirect$onProvidePlayerChunk$0(PlayerChunkMapEntry.java:79)
  98. at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126)
  99. at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:147)
  100. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:222)
  101.  
  102. -- Affected level --
  103. Details:
  104. Level name: WMT209
  105. All players: 3 total; [EntityPlayerMP['EISEN_DIA_GOLD'/7002, l='WMT209', x=829,09, y=72,00, z=774,06], EntityPlayerMP['Pijj'/8852, l='WMT209', x=1121,13, y=73,43, z=2046,91], EntityPlayerMP['Niklas267'/5701, l='WMT209', x=812,04, y=66,00, z=2131,94]]
  106. Chunk stats: ServerChunkCache: 1040 Drop: 0
  107. Level seed: 20612457953825493
  108. Level generator: ID 09 - overworld, ver 0. Features enabled: true
  109. Level generator options:
  110. Level spawn location: World: (80,72,252), Chunk: (at 0,4,12 in 5,15; contains blocks 80,0,240 to 95,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  111. Level time: 449827 game time, 449827 day time
  112. Level dimension: 0
  113. Level storage version: 0x04ABD - Anvil
  114. Level weather: Rain time: 1 (now: false), thunder time: 1 (now: false)
  115. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
  116. Stacktrace:
  117. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698)
  118. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
  119. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  120. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
  121. at java.lang.Thread.run(Thread.java:745)
  122.  
  123. -- System Details --
  124. Details:
  125. Minecraft Version: 1.10.2
  126. Operating System: Linux (amd64) version 3.16.0-4-amd64
  127. Java Version: 1.8.0_72, Oracle Corporation
  128. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  129. Memory: 1943820688 bytes (1853 MB) / 4744568832 bytes (4524 MB) up to 8572502016 bytes (8175 MB)
  130. JVM Flags: 9 total; -Xms3G -Xmx8G -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:ParallelGCThreads=2 -XX:+AggressiveOpts -XX:+UnlockCommercialFeatures -XX:+FlightRecorder
  131. IntCache: cache: 12, tcache: 94, allocated: 0, tallocated: 0
  132. FML: MCP 9.32 Powered by Forge 12.18.1.2092 22 mods loaded, 22 mods active
  133. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  134. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  135. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (ftbserver.jar)
  136. UCHIJAAAA Forge{12.18.1.2092} [Minecraft Forge] (ftbserver.jar)
  137. UCHIJAAAA spongeapi{5.0.0-SNAPSHOT-b88f5eb} [SpongeAPI] (minecraft.jar)
  138. UCHIJAAAA sponge{1.10.2-2092-5.0.0-BETA-1746} [SpongeForge] (spongeforge-1.10.2-2092-5.0.0-BETA-1746.jar)
  139. UCHIJAAAA pixelmon{5.0.0-beta9} [Pixelmon] (Pixelmon-1.10.2-5.0.0-beta9-universal.jar)
  140. UCHIJAAAA feebasunleashed{1.1.0} [Gym Wars 2: Feebas Unleashed] (Gym_Wars_2-Feebas_Unleashed-1.10.2-1.1.0.jar)
  141. UCHIJAAAA pixelauction{1.1.1} [Pixel Auction] (PixelAuction-1.10.2-1.1.1-universal.jar)
  142. UCHIJAAAA pixelextras{2.2.1} [Pixel Extras] (PixelExtras-1.10.2-2.2.1-universal.jar)
  143. UCHIJAAAA trainercommands{2.1.3} [Pixelmon Trainer Commands] (TrainerCommands-1.10.2-2.1.3-universal.jar)
  144. UCHIJAAAA wondertrade{4.4.4} [Wondertrade] (WonderTrade-1.10.2-4.4.4-universal.jar)
  145. UCHIJAAAA worldedit{6.1.4} [WorldEdit] (worldedit-forge-mc1.10.2-6.1.4-dist.jar)
  146. UCHIJAAAA backuploader{3.0-SNAPSHOT} [BackupLoader] (BackupLoader.jar)
  147. UCHIJAAAA core{1.0-SNAPSHOT} [MyFTB Core] (Core.jar)
  148. UCHIJAAAA globalservices{2.0-SNAPSHOT} [GlobalServices] (GlobalServices.jar)
  149. UCHIJAAAA caligula{2.0-SNAPSHOT} [Caligula] (Caligula.jar)
  150. UCHIJAAAA foxcore{0.9.4-api5-157} [FoxCore] (FoxCore-0.9.4-api5-157-server.jar)
  151. UCHIJAAAA foxguard{0.19.3-dev-api5-319} [FoxGuard] (FoxGuard-0.19.3-dev-api5-319.jar)
  152. UCHIJAAAA keepinv{1.0-SNAPSHOT} [KeepInv] (KeepInv.jar)
  153. UCHIJAAAA minechat{3.0-SNAPSHOT} [MineChat] (Minechat.jar)
  154. UCHIJAAAA restartoncrash{2.0-SNAPSHOT} [RestartOnCrash] (RestartOnCrash.jar)
  155. UCHIJAAAA worldmanagement{1.0-SNAPSHOT} [WorldManagement] (WorldManagement.jar)
  156. Loaded coremods (and transformers):
  157. SpongeCoremod (spongeforge-1.10.2-2092-5.0.0-BETA-1746.jar)
  158. org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
  159. SpongeConfigChangerCoreMod (SpongeConfigChanger.jar)
  160. de.myftb.spongeconfigchanger.SpongeConfigChangerTransformer
  161. Profiler Position: N/A (disabled)
  162. Player Count: 14 / 100; [EntityPlayerMP['EISEN_DIA_GOLD'/7002, l='WMT209', x=829,09, y=72,00, z=774,06], EntityPlayerMP['Pijj'/8852, l='WMT209', x=1121,13, y=73,43, z=2046,91], EntityPlayerMP['KevinmitSkill'/8897, l='WMT150', x=590,68, y=63,00, z=-10990,02], EntityPlayerMP['Niklas267'/5701, l='WMT209', x=812,04, y=66,00, z=2131,94], EntityPlayerMP['Nebtun'/13904, l='WMT192', x=-537,42, y=29,00, z=-236,69], EntityPlayerMP['Justin_derKiller'/17864, l='WMT60', x=4261,30, y=41,00, z=-2280,47], EntityPlayerMP['Liptrez'/6531, l='WMT226', x=2069,31, y=67,00, z=1993,39], EntityPlayerMP['Kuchen87'/845, l='WMT35', x=-1280,94, y=69,94, z=325,20], EntityPlayerMP['VIPERxGAMING'/25134, l='WMT224', x=-121,50, y=70,00, z=531,50], EntityPlayerMP['eptixShanks'/24722, l='WMT226', x=2072,89, y=67,00, z=2000,17], EntityPlayerMP['V1sd2j'/14883, l='WMT33', x=8231,39, y=64,17, z=458,25], EntityPlayerMP['Offensiv'/239, l='WMT62', x=-878,73, y=90,00, z=496,69], EntityPlayerMP['The_Drolli'/27235, l='WMT60', x=4263,62, y=41,00, z=-2282,36], EntityPlayerMP['Morok666'/27779, l='WMT234', x=-144,53, y=76,00, z=197,76]]
  163. Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
  164. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement