Advertisement
Guest User

Untitled

a guest
Mar 24th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.51 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. SpongeCoremod (spongeforge-1.12.2-2611-7.1.0-BETA-2970.jar)
  5. Contact their authors BEFORE contacting forge
  6.  
  7. // Who set us up the TNT?
  8.  
  9. Time: 3/24/18 9:54 PM
  10. Description: Exception ticking world
  11.  
  12. java.util.concurrent.RejectedExecutionException: Task net.minecraft.world.chunk.Chunk$$Lambda$1323/1530090521@5980ba15 rejected from java.util.concurrent.ThreadPoolExecutor@292b2031[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 80909428]
  13. at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
  14. at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
  15. at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
  16. at net.minecraft.world.chunk.Chunk.handler$onRelightBlock$zok000(Chunk.java:4928)
  17. at net.minecraft.world.chunk.Chunk.func_76615_h(Chunk.java)
  18. at net.minecraft.world.chunk.Chunk.setBlockState(Chunk.java:2295)
  19. at net.minecraft.world.chunk.Chunk.func_177436_a(Chunk.java:2183)
  20. at org.spongepowered.common.event.tracking.PhaseTracker.setBlockState(PhaseTracker.java:585)
  21. at org.spongepowered.common.event.tracking.PhaseTracker.setBlockState(PhaseTracker.java:542)
  22. at net.minecraft.world.WorldServer.func_180501_a(WorldServer.java:2711)
  23. at net.minecraft.world.gen.feature.WorldGenerator.func_175903_a(WorldGenerator.java:37)
  24. at net.minecraft.world.gen.feature.WorldGenCanopyTree.func_181639_b(WorldGenCanopyTree.java:206)
  25. at net.minecraft.world.gen.feature.WorldGenCanopyTree.func_180709_b(WorldGenCanopyTree.java:75)
  26. at net.minecraft.world.gen.feature.WorldGenCanopyTree.placeObject(WorldGenCanopyTree.java:605)
  27. at org.spongepowered.common.world.gen.populators.RoofedForestPopulator.populate(RoofedForestPopulator.java:91)
  28. at org.spongepowered.api.world.gen.Populator.populate(Populator.java:97)
  29. at org.spongepowered.mod.world.gen.SpongeChunkGeneratorForge.func_185931_b(SpongeChunkGeneratorForge.java:216)
  30. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1015)
  31. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:982)
  32. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:157)
  33. at net.minecraft.server.management.PlayerChunkMapEntry.redirect$onProvidePlayerChunk$bba000(PlayerChunkMapEntry.java:1079)
  34. at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126)
  35. at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:147)
  36. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:227)
  37. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:754)
  38. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
  39. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
  40. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
  41. at java.lang.Thread.run(Thread.java:748)
  42.  
  43.  
  44. A detailed walkthrough of the error, its code path and all known details is as follows:
  45. ---------------------------------------------------------------------------------------
  46.  
  47. -- Head --
  48. Thread: Server thread
  49. Stacktrace:
  50. at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
  51. at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
  52. at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
  53. at net.minecraft.world.chunk.Chunk.handler$onRelightBlock$zok000(Chunk.java:4928)
  54. at net.minecraft.world.chunk.Chunk.func_76615_h(Chunk.java)
  55. at net.minecraft.world.chunk.Chunk.setBlockState(Chunk.java:2295)
  56. at net.minecraft.world.chunk.Chunk.func_177436_a(Chunk.java:2183)
  57. at org.spongepowered.common.event.tracking.PhaseTracker.setBlockState(PhaseTracker.java:585)
  58. at org.spongepowered.common.event.tracking.PhaseTracker.setBlockState(PhaseTracker.java:542)
  59. at net.minecraft.world.WorldServer.func_180501_a(WorldServer.java:2711)
  60. at net.minecraft.world.gen.feature.WorldGenerator.func_175903_a(WorldGenerator.java:37)
  61. at net.minecraft.world.gen.feature.WorldGenCanopyTree.func_181639_b(WorldGenCanopyTree.java:206)
  62. at net.minecraft.world.gen.feature.WorldGenCanopyTree.func_180709_b(WorldGenCanopyTree.java:75)
  63. at net.minecraft.world.gen.feature.WorldGenCanopyTree.placeObject(WorldGenCanopyTree.java:605)
  64. at org.spongepowered.common.world.gen.populators.RoofedForestPopulator.populate(RoofedForestPopulator.java:91)
  65. at org.spongepowered.api.world.gen.Populator.populate(Populator.java:97)
  66. at org.spongepowered.mod.world.gen.SpongeChunkGeneratorForge.func_185931_b(SpongeChunkGeneratorForge.java:216)
  67. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1015)
  68. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:982)
  69. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:157)
  70. at net.minecraft.server.management.PlayerChunkMapEntry.redirect$onProvidePlayerChunk$bba000(PlayerChunkMapEntry.java:1079)
  71. at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126)
  72. at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:147)
  73. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:227)
  74.  
  75. -- Affected level --
  76. Details:
  77. Level name: world
  78. All players: 20 total; [EntityPlayerMP['Darluk260'/1416283, l='world', x=2711.05, y=65.50, z=4943.70], EntityPlayerMP['Apemzi'/14601, l='world', x=-2495.95, y=36.00, z=195.49], EntityPlayerMP['Nearee'/18247, l='world', x=-2811.80, y=68.00, z=147.48], EntityPlayerMP['Xia'/3402244, l='world', x=4318.92, y=63.00, z=586.61], EntityPlayerMP['tiago5554'/3787137, l='world', x=2734.70, y=56.00, z=4921.43], EntityPlayerMP['Asvinx'/2282669, l='world', x=-2816.20, y=67.00, z=148.70], EntityPlayerMP['Darladios'/4186192, l='world', x=-283.23, y=63.00, z=1873.74], EntityPlayerMP['Sayl_HD'/26269, l='world', x=-2774.70, y=20.00, z=281.69], EntityPlayerMP['mister'/4828555, l='world', x=5893.84, y=69.00, z=2926.29], EntityPlayerMP['mrcoco74'/4895552, l='world', x=5927.52, y=51.00, z=2863.06], EntityPlayerMP['Milu_'/4925455, l='world', x=5568.74, y=70.25, z=9330.19], EntityPlayerMP['Rex_production'/1391190, l='world', x=-2817.58, y=67.00, z=147.56], EntityPlayerMP['Ispeack'/283448, l='world', x=8888.08, y=87.12, z=2962.87], EntityPlayerMP['Shykio'/111191, l='world', x=-5633.46, y=67.00, z=437.04], EntityPlayerMP['TwixYT'/4649840, l='world', x=6010.74, y=7.00, z=5546.41], EntityPlayerMP['Momolepro'/5711880, l='world', x=-2820.70, y=67.00, z=147.31], EntityPlayerMP['pokeFAN02'/987357, l='world', x=-317.05, y=66.00, z=1812.55], EntityPlayerMP['magicgege'/30000, l='world', x=1118.57, y=74.00, z=-710.37], EntityPlayerMP['FireSangoku'/3259977, l='world', x=-2797.45, y=62.18, z=476.66], EntityPlayerMP['Pepefab'/136168, l='world', x=1117.18, y=75.25, z=-711.68]]
  79. Chunk stats: ServerChunkCache: 5679 Drop: 0
  80. Level seed: 8225757436423557579
  81. Level generator: ID 00 - default, ver 1. Features enabled: true
  82. Level generator options:
  83. Level spawn location: World: (-2602,69,444), Chunk: (at 6,4,12 in -163,27; contains blocks -2608,0,432 to -2593,255,447), Region: (-6,0; contains chunks -192,0 to -161,31, blocks -3072,0,0 to -2561,255,511)
  84. Level time: 47015073 game time, 34724821 day time
  85. Level dimension: 0
  86. Level storage version: 0x04ABD - Anvil
  87. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  88. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  89.  
  90. -- Sponge PhaseTracker --
  91. Details:
  92. Cause Stack: /***********************************************************************************************/
  93. /* - Phase: GenerationPhase{}{TerrainGenerationState:TERRAIN_GENERATION} */
  94. /* Context: */
  95. /* - Owner: null */
  96. /* - Notifier: null */
  97. /* - Source: null */
  98. /* - CapturedBlocks: CapturedBlocksSupplier{Captured=0} */
  99. /* - BlockItemDrops: BlockItemDropsSupplier{Captured=0} */
  100. /* - BlockItemEntityDrops: BlockItemEntityDropsSupplier{Captured=0} */
  101. /* - CapturedItems: CapturedItemsSupplier{Captured=0} */
  102. /* - CapturedEntities: CapturedEntitiesSupplier{Captured=0} */
  103. /* - CapturedItemStack: CapturedItemStackSupplier{Captured=0} */
  104. /* - EntityItemDrops: null */
  105. /* - EntityItemEntityDrops: null */
  106. /* - BlockEntitySpawns: CapturedBlockEntitySpawnSupplier{Captured=0} */
  107. /* - CapturedBlockPosition: null */
  108. /* - World: WorldServer{LevelName=world, DimensionId=0, DimensionType=minecraft:overworld} */
  109. /* - Phase: GenerationPhase{}{TerrainGenerationState:TERRAIN_GENERATION} */
  110. /* Context: */
  111. /* - Owner: null */
  112. /* - Notifier: null */
  113. /* - Source: null */
  114. /* - CapturedBlocks: CapturedBlocksSupplier{Captured=0} */
  115. /* - BlockItemDrops: BlockItemDropsSupplier{Captured=0} */
  116. /* - BlockItemEntityDrops: BlockItemEntityDropsSupplier{Captured=0} */
  117. /* - CapturedItems: CapturedItemsSupplier{Captured=0} */
  118. /* - CapturedEntities: CapturedEntitiesSupplier{Captured=0} */
  119. /* - CapturedItemStack: CapturedItemStackSupplier{Captured=0} */
  120. /* - EntityItemDrops: null */
  121. /* - EntityItemEntityDrops: null */
  122. /* - BlockEntitySpawns: CapturedBlockEntitySpawnSupplier{Captured=0} */
  123. /* - CapturedBlockPosition: null */
  124. /* - World: WorldServer{LevelName=world, DimensionId=0, DimensionType=minecraft:overworld} */
  125. /***********************************************************************************************/
  126.  
  127. Stacktrace:
  128. at net.minecraft.server.MinecraftServer.handler$onCrashReport$zjf000(MinecraftServer.java:4013)
  129. at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:887)
  130. at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:370)
  131. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:552)
  132. at java.lang.Thread.run(Thread.java:748)
  133.  
  134. -- System Details --
  135. Details:
  136. Minecraft Version: 1.12.2
  137. Operating System: Linux (amd64) version 4.9.33-mod-std-ipv6-64
  138. Java Version: 1.8.0_131, Oracle Corporation
  139. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  140. Memory: 30043239440 bytes (28651 MB) / 43814223872 bytes (41784 MB) up to 43814223872 bytes (41784 MB)
  141. JVM Flags: 2 total; -Xmx42000M -Xms42000M
  142. IntCache: cache: 12, tcache: 94, allocated: 0, tallocated: 0
  143. FML: MCP 9.42 Powered by Forge 14.23.2.2611 32 mods loaded, 32 mods active
  144. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  145.  
  146. | State | ID | Version | Source | Signature |
  147. |:--------- |:--------------------- |:--------------------------- |:----------------------------------------------- |:---------------------------------------- |
  148. | UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
  149. | UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
  150. | UCHIJAAAA | FML | 8.0.99.99 | craftbukkit_beta.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  151. | UCHIJAAAA | forge | 14.23.2.2611 | craftbukkit_beta.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  152. | UCHIJAAAA | spongeapi | 7.1.0-SNAPSHOT-06016f2 | spongeforge-1.12.2-2611-7.1.0-BETA-2970.jar | None |
  153. | UCHIJAAAA | sponge | 1.12.2-2611-7.1.0-BETA-2970 | spongeforge-1.12.2-2611-7.1.0-BETA-2970.jar | None |
  154. | UCHIJAAAA | actionbroadcaster | 0.7.1 | ActionBroadcaster.jar | None |
  155. | UCHIJAAAA | autobroadcaster | 0.2.1 | AutoBroadcasterSponge-0.2.1.jar | None |
  156. | UCHIJAAAA | cfm | 4.1.5 | cfm-4.1.5-mc1.12.2.jar | None |
  157. | UCHIJAAAA | customnpcs | 1.12 | CustomNPCs_1.12.2(20jan18).jar | None |
  158. | UCHIJAAAA | eaglefactions | 0.9.9 | EagleFactions-1.12.2-v0.9.10.jar | None |
  159. | UCHIJAAAA | economylite | 2.13.0 | EconomyLite-7.0.0-2.13.0.jar | None |
  160. | UCHIJAAAA | flexiblelogin | 0.16.8 | flexiblelogin-0.16.8.jar | None |
  161. | UCHIJAAAA | foxcore | | foxcore-sponge-0.11.0-246-server.jar | None |
  162. | UCHIJAAAA | foxguard | | foxguard-sponge-0.21.0-405-server.jar | None |
  163. | UCHIJAAAA | pixelmon | 6.2.3 | Pixelmon-1.12.2-6.2.3-server.jar | None |
  164. | UCHIJAAAA | gameshark | 5.1.0 | Gameshark-1.12.2-5.1.0-universal.jar | None |
  165. | UCHIJAAAA | gts | 3.6.0-S7.1 | GTS-3.6.0-S7.1.jar | None |
  166. | UCHIJAAAA | luckperms | 4.1.6 | LuckPerms-Sponge-4.1.6.jar | None |
  167. | UCHIJAAAA | mmcrestrict | 1.4.1 | MMCRestrict-1.4.1-API-7.jar | None |
  168. | UCHIJAAAA | nofalldamage | 1.0.0 | NoFallDamage-1.0-SNAPSHOT.jar | None |
  169. | UCHIJAAAA | nucleus | 1.3.4-S7.0 | Nucleus-1.3.4-S7.0-MC1.12.2-plugin.jar | None |
  170. | UCHIJAAAA | pixelannouncer | 1.1.0 | PixelAnnouncer-1.12.2-1.1.0.jar | None |
  171. | UCHIJAAAA | pixelextras | 2.2.10 | PixelExtras-1.12.2-2.3.0-universal.jar | None |
  172. | UCHIJAAAA | pixelmoneconomybridge | 1.2.2 | PixelmonEconomyBridge-1.12.2-1.3.0.jar | None |
  173. | UCHIJAAAA | pjc | 0.2.1 | projectcore-7.0.0-0.2.1.jar | None |
  174. | UCHIJAAAA | pjp | 0.14.3 | projectportals-7.1.0-0.14.3.jar | None |
  175. | UCHIJAAAA | nuvotifier | 2.3.5 | serious-nuvotifier-universal-API7-2.3.5 (1).jar | None |
  176. | UCHIJAAAA | tabmanager | 1.0.4 | TabManager-1.0.4.jar | None |
  177. | UCHIJAAAA | trainercommands | 2.3.0 | TrainerCommands-1.12.2-2.2.0-universal.jar | None |
  178. | UCHIJAAAA | twentyticks | 1.1.0 | twentyticks.jar | None |
  179. | UCHIJAAAA | worldedit | 6.1.8 | worldedit-forge-mc1.12-6.1.8-dist.jar | None |
  180.  
  181. Loaded coremods (and transformers):
  182. SpongeCoremod (spongeforge-1.12.2-2611-7.1.0-BETA-2970.jar)
  183. org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
  184. Profiler Position: N/A (disabled)
  185. Player Count: 25 / 50; [EntityPlayerMP['Darluk260'/1416283, l='world', x=2711.05, y=65.50, z=4943.70], EntityPlayerMP['Apemzi'/14601, l='world', x=-2495.95, y=36.00, z=195.49], EntityPlayerMP['Nearee'/18247, l='world', x=-2811.80, y=68.00, z=147.48], EntityPlayerMP['Xia'/3402244, l='world', x=4318.92, y=63.00, z=586.61], EntityPlayerMP['tiago5554'/3787137, l='world', x=2734.70, y=56.00, z=4921.43], EntityPlayerMP['Asvinx'/2282669, l='world', x=-2816.20, y=67.00, z=148.70], EntityPlayerMP['Darladios'/4186192, l='world', x=-283.23, y=63.00, z=1873.74], EntityPlayerMP['Sayl_HD'/26269, l='world', x=-2774.70, y=20.00, z=281.69], EntityPlayerMP['leo55'/1834040, l='Pixelmon', x=-94.17, y=41.06, z=-9.21], EntityPlayerMP['mister'/4828555, l='world', x=5893.84, y=69.00, z=2926.29], EntityPlayerMP['mrcoco74'/4895552, l='world', x=5927.52, y=51.00, z=2863.06], EntityPlayerMP['Milu_'/4925455, l='world', x=5568.74, y=70.25, z=9330.19], EntityPlayerMP['Rex_production'/1391190, l='world', x=-2817.58, y=67.00, z=147.56], EntityPlayerMP['TheFredBear'/25647, l='Pixelmon', x=-94.09, y=41.00, z=-6.64], EntityPlayerMP['Ispeack'/283448, l='world', x=8888.08, y=87.12, z=2962.87], EntityPlayerMP['Shykio'/111191, l='world', x=-5633.46, y=67.00, z=437.04], EntityPlayerMP['TwixYT'/4649840, l='world', x=6010.74, y=7.00, z=5546.41], EntityPlayerMP['Nation_Everex'/5602385, l='Pixelmon', x=-82.76, y=49.17, z=50.28], EntityPlayerMP['Momolepro'/5711880, l='world', x=-2820.70, y=67.00, z=147.31], EntityPlayerMP['pokeFAN02'/987357, l='world', x=-317.05, y=66.00, z=1812.55], EntityPlayerMP['magicgege'/30000, l='world', x=1118.57, y=74.00, z=-710.37], EntityPlayerMP['FireSangoku'/3259977, l='world', x=-2797.45, y=62.18, z=476.66], EntityPlayerMP['Pepefab'/136168, l='world', x=1117.18, y=75.25, z=-711.68], EntityPlayerMP['jsuis_pas_cho'/33052, l='VIP', x=-15.98, y=134.00, z=435.24], EntityPlayerMP['enzo69007'/5120201, l='Pixelmon', x=-33.50, y=42.00, z=-8.50]]
  186. Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
  187. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement