Advertisement
t2wave

lighting crash report

Apr 1st, 2017
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.04 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. SpongeCoremod (spongeforge-1.11.2-2227-6.0.0-BETA-2260.jar)
  5. Contact their authors BEFORE contacting forge
  6.  
  7. // Daisy, daisy...
  8.  
  9. Time: 4/1/17 3:33 PM
  10. Description: Exception while ticking a block
  11.  
  12. java.util.concurrent.RejectedExecutionException: Task net.minecraft.world.WorldServer$$Lambda$892/2113538480@4a96588a rejected from java.util.concurrent.ThreadPoolExecutor@55393ea2[Shutting down, pool size = 1, active threads = 1, queued tasks = 7044241, completed tasks = 37734281]
  13. at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(Unknown Source)
  14. at java.util.concurrent.ThreadPoolExecutor.reject(Unknown Source)
  15. at java.util.concurrent.ThreadPoolExecutor.execute(Unknown Source)
  16. at java.util.concurrent.Executors$DelegatedExecutorService.execute(Unknown Source)
  17. at net.minecraft.world.WorldServer.updateLightAsync(WorldServer.java:3901)
  18. at net.minecraft.world.WorldServer.func_180500_c(WorldServer.java:3726)
  19. at net.minecraft.world.World.func_175664_x(World.java:2733)
  20. at org.spongepowered.common.event.tracking.CauseTracker.setBlockState(CauseTracker.java:481)
  21. at net.minecraft.world.WorldServer.func_180501_a(WorldServer.java:2676)
  22. at net.minecraft.block.BlockDynamicLiquid.func_176375_a(BlockDynamicLiquid.java:174)
  23. at net.minecraft.block.BlockDynamicLiquid.func_180650_b(BlockDynamicLiquid.java:128)
  24. at org.spongepowered.common.event.tracking.TrackingUtil.updateTickBlock(TrackingUtil.java:263)
  25. at net.minecraft.world.WorldServer.redirect$onUpdateTick$zkc000(WorldServer.java:2184)
  26. at net.minecraft.world.WorldServer.func_72955_a(WorldServer.java:745)
  27. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:217)
  28. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
  29. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:384)
  30. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
  31. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
  32. at java.lang.Thread.run(Unknown Source)
  33.  
  34.  
  35. A detailed walkthrough of the error, its code path and all known details is as follows:
  36. ---------------------------------------------------------------------------------------
  37.  
  38. -- Head --
  39. Thread: Server thread
  40. Stacktrace:
  41. at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(Unknown Source)
  42. at java.util.concurrent.ThreadPoolExecutor.reject(Unknown Source)
  43. at java.util.concurrent.ThreadPoolExecutor.execute(Unknown Source)
  44. at java.util.concurrent.Executors$DelegatedExecutorService.execute(Unknown Source)
  45. at net.minecraft.world.WorldServer.updateLightAsync(WorldServer.java:3901)
  46. at net.minecraft.world.WorldServer.func_180500_c(WorldServer.java:3726)
  47. at net.minecraft.world.World.func_175664_x(World.java:2733)
  48. at org.spongepowered.common.event.tracking.CauseTracker.setBlockState(CauseTracker.java:481)
  49. at net.minecraft.world.WorldServer.func_180501_a(WorldServer.java:2676)
  50. at net.minecraft.block.BlockDynamicLiquid.func_176375_a(BlockDynamicLiquid.java:174)
  51. at net.minecraft.block.BlockDynamicLiquid.func_180650_b(BlockDynamicLiquid.java:128)
  52. at org.spongepowered.common.event.tracking.TrackingUtil.updateTickBlock(TrackingUtil.java:263)
  53. at net.minecraft.world.WorldServer.redirect$onUpdateTick$zkc000(WorldServer.java:2184)
  54.  
  55. -- Block being ticked --
  56. Details:
  57. Block: minecraft:flowing_water[level=9]
  58. Block location: World: (-798,119,3060), Chunk: (at 2,7,4 in -50,191; contains blocks -800,0,3056 to -785,255,3071), Region: (-2,5; contains chunks -64,160 to -33,191, blocks -1024,0,2560 to -513,255,3071)
  59. Stacktrace:
  60. at net.minecraft.world.WorldServer.func_72955_a(WorldServer.java:745)
  61. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:217)
  62.  
  63. -- Affected level --
  64. Details:
  65. Level name: world
  66. All players: 3 total; [EntityPlayerMP['t2wave'/706, l='world', x=-756.01, y=83.35, z=3045.87], EntityPlayerMP['KittyCake2'/1206, l='world', x=-2087.35, y=184.00, z=1816.30], EntityPlayerMP['JuniorBullets'/4478, l='world', x=-1024.92, y=76.46, z=3133.21]]
  67. Chunk stats: ServerChunkCache: 1977 Drop: 0
  68. Level seed: -705400793315129357
  69. Level generator: ID 00 - default, ver 1. Features enabled: true
  70. Level generator options:
  71. Level spawn location: World: (-226,63,-781), Chunk: (at 14,3,3 in -15,-49; contains blocks -240,0,-784 to -225,255,-769), Region: (-1,-2; contains chunks -32,-64 to -1,-33, blocks -512,0,-1024 to -1,255,-513)
  72. Level time: 128693399 game time, 57794 day time
  73. Level dimension: 0
  74. Level storage version: 0x04ABD - Anvil
  75. Level weather: Rain time: 13387 (now: false), thunder time: 12707 (now: true)
  76. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  77. Stacktrace:
  78. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
  79. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:384)
  80. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
  81. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
  82. at java.lang.Thread.run(Unknown Source)
  83.  
  84. -- System Details --
  85. Details:
  86. Minecraft Version: 1.11.2
  87. Operating System: Linux (amd64) version 2.6.32-279.22.1.el6.centos.plus.x86_64
  88. Java Version: 1.8.0_111, Oracle Corporation
  89. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  90. Memory: 155251456 bytes (148 MB) / 2130051072 bytes (2031 MB) up to 2130051072 bytes (2031 MB)
  91. JVM Flags: 7 total; -Xmx2048M -Xincgc -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:ParallelGCThreads=2 -XX:+AggressiveOpts
  92. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  93. FML: MCP 9.38 Powered by Forge 13.20.0.2227 21 mods loaded, 21 mods active
  94. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  95. UCHIJAAAA minecraft{1.11.2} [Minecraft] (minecraft.jar)
  96. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  97. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.0.2227-universal.jar)
  98. UCHIJAAAA forge{13.20.0.2227} [Minecraft Forge] (forge-1.11.2-13.20.0.2227-universal.jar)
  99. UCHIJAAAA spongeapi{6.0.0-SNAPSHOT-403a0d8} [SpongeAPI] (spongeforge-1.11.2-2227-6.0.0-BETA-2260.jar)
  100. UCHIJAAAA sponge{1.11.2-2227-6.0.0-BETA-2260} [SpongeForge] (spongeforge-1.11.2-2227-6.0.0-BETA-2260.jar)
  101. UCHIJAAAA enjin-minecraft-plugin{3.0.16-sponge} [Enjin Minecraft Plugin] (EMPSponge.jar)
  102. UCHIJAAAA graveyards{2.2.0} [Graveyards] (Graveyards-v2.2.0.jar)
  103. UCHIJAAAA griefprevention{3.1.1} [GriefPrevention] (griefprevention-1.11.2-3.1.1.279.jar)
  104. UCHIJAAAA luckperms{3.0.68} [LuckPerms] (LuckPerms-Sponge-3.0.68.jar)
  105. UCHIJAAAA mightyloot{2.1} [MightyLoot] (MightyLoot-2.1.jar)
  106. UCHIJAAAA prism{3.0.0} [Prism] (Prism-3.0.0-beta2-38-gb1a1a63.jar)
  107. UCHIJAAAA pjw{0.11.4} [ProjectWorlds] (projectworlds-5.1.0-0.11.4.jar)
  108. UCHIJAAAA signeditor{1.0.3} [SignEditor] (SignEditor-1.0.3-b4.jar)
  109. UCHIJAAAA tattle{1.1.1} [Tattle] (Tattle-1.1.1.jar)
  110. UCHIJAAAA tim{4.0.3-for-5.0} [Tim the Enchanter] (TimTheEnchanter.jar)
  111. UCHIJAAAA ultimatecore{3.0.9} [UltimateCore] (UltimateCore.jar)
  112. UCHIJAAAA statusprotocol{} [StatusProtocol] (UltimateCore.jar)
  113. UCHIJAAAA virtualchest{0.3.0} [VirtualChest] (VirtualChest-0.3.0.jar)
  114. UCHIJAAAA voxelsniper{8.0.0} [VoxelSniper] (VoxelSniper-8.2.0-SNAPSHOT.jar)
  115. UCHIJAAAA worldedit{6.1.7-SNAPSHOT} [WorldEdit] (worldedit-sponge-6.1.7-SNAPSHOT-dist.jar)
  116. Loaded coremods (and transformers):
  117. SpongeCoremod (spongeforge-1.11.2-2227-6.0.0-BETA-2260.jar)
  118. org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
  119. Profiler Position: N/A (disabled)
  120. Player Count: 3 / 100; [EntityPlayerMP['t2wave'/706, l='world', x=-756.01, y=83.35, z=3045.87], EntityPlayerMP['KittyCake2'/1206, l='world', x=-2087.35, y=184.00, z=1816.30], EntityPlayerMP['JuniorBullets'/4478, l='world', x=-1024.92, y=76.46, z=3133.21]]
  121. Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
  122. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement