Uploaded image for project: 'Spigot'
  1. Spigot
  2. SPIGOT-7061

Server crashes on Shipwreck Loot Generation (LootItemFunctionExplorationMap)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • None
    • CraftBukkit version 3521-Spigot-1dffefb-cc7edd6 (MC: 1.19) (Implementing API version 1.19-R0.1-SNAPSHOT)
    • Yes

      A player reported that the server crashed right when they opened a shipwreck chest. This shipwreck must have contained an explorer map given the logs below. This issue seems to be new to 1.19, since before upgrading, I had not encountered any fatal server crashes.

      Any help is appreciated. Thank you!

      [16:23:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [16:23:21] [Spigot Watchdog Thread/ERROR]: The server has stopped responding! This is (probably) not a Spigot bug.
      [16:23:21] [Spigot Watchdog Thread/ERROR]: If you see a plugin in the Server thread dump below, then please report it to that author
      [16:23:21] [Spigot Watchdog Thread/ERROR]: 	 *Especially* if it looks like HTTP or MySQL operations are occurring
      [16:23:21] [Spigot Watchdog Thread/ERROR]: If you see a world save or edit, then it means you did far more than your server can handle at once
      [16:23:21] [Spigot Watchdog Thread/ERROR]: 	 If this is the case, consider increasing timeout-time in spigot.yml but note that this will replace the crash with LARGE lag spikes
      [16:23:21] [Spigot Watchdog Thread/ERROR]: If you are unsure or still think this is a Spigot bug, please report to https://www.spigotmc.org/
      [16:23:21] [Spigot Watchdog Thread/ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports
      [16:23:21] [Spigot Watchdog Thread/ERROR]: Spigot version: 3521-Spigot-1dffefb-cc7edd6 (MC: 1.19)
      [16:23:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [16:23:21] [Spigot Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Spigot!):
      [16:23:34] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [16:23:34] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 	PID: 21 | Suspended: false | Native: false | State: WAITING
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1864)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1898)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2117)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.world.level.levelgen.structure.StructureCheck.a(SourceFile:120)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.world.level.levelgen.structure.StructureCheck.a(SourceFile:84)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.world.level.StructureManager.a(SourceFile:164)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.world.level.chunk.ChunkGenerator.a(ChunkGenerator.java:453)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.world.level.chunk.ChunkGenerator.a(ChunkGenerator.java:423)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.world.level.chunk.ChunkGenerator.a(ChunkGenerator.java:353)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.level.WorldServer.a(WorldServer.java:1448)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.world.level.storage.loot.functions.LootItemFunctionExplorationMap.a(SourceFile:76)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.world.level.storage.loot.functions.LootItemFunctionConditional.b(SourceFile:31)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.world.level.storage.loot.functions.LootItemFunctionConditional.apply(SourceFile:20)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.world.level.storage.loot.functions.LootItemFunctions.a(SourceFile:58)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.world.level.storage.loot.functions.LootItemFunctions$$Lambda$4159/0x0000000801409b70.apply(Unknown Source)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.world.level.storage.loot.functions.LootItemFunction.a(SourceFile:14)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.world.level.storage.loot.functions.LootItemFunction$$Lambda$7626/0x0000000801f60f40.accept(Unknown Source)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.world.level.storage.loot.entries.LootItem.a(SourceFile:33)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.world.level.storage.loot.entries.LootSelectorEntry$1.a(SourceFile:59)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.world.level.storage.loot.LootSelector.b(SourceFile:73)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.world.level.storage.loot.LootSelector.a(SourceFile:96)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.world.level.storage.loot.LootTable.a(LootTable.java:87)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.world.level.storage.loot.LootTable.b(LootTable.java:98)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.world.level.storage.loot.LootTable.a(LootTable.java:105)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.world.level.storage.loot.LootTable.fillInventory(LootTable.java:133)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.world.level.storage.loot.LootTable.a(LootTable.java:128)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.world.level.block.entity.TileEntityLootable.e(SourceFile:82)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.world.level.block.entity.TileEntityLootable.createMenu(SourceFile:160)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.level.EntityPlayer.a(EntityPlayer.java:1381)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.world.level.block.BlockChest.a(BlockChest.java:269)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.world.level.block.state.BlockBase$BlockData.a(BlockBase.java:948)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.level.PlayerInteractManager.a(PlayerInteractManager.java:531)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:1581)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.network.protocol.game.PacketPlayInUseItem.a(PacketPlayInUseItem.java:37)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.network.protocol.game.PacketPlayInUseItem.a(PacketPlayInUseItem.java:1)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.network.protocol.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:31)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.network.protocol.PlayerConnectionUtils$$Lambda$7284/0x0000000801ef2650.run(Unknown Source)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.TickTask.run(SourceFile:18)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:157)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1150)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:131)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1129)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1122)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.util.thread.IAsyncTaskHandler.bq(SourceFile:116)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1105)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1014)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:291)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer$$Lambda$4256/0x0000000801444a68.run(Unknown Source)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Thread.run(Thread.java:833)
      [16:23:34] [Spigot Watchdog Thread/ERROR]: ------------------------------ 

            Unassigned Unassigned
            TildeTildeTilde Eric
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: