Minecraft server can't keep up #83

Closed
opened 2023-07-14 10:52:49 +00:00 by jacklull · 1 comment
jacklull commented 2023-07-14 10:52:49 +00:00 (Migrated from git.badhouseplants.net)

Removing CPU limits for minecraft server didn't help

Player got teleported to spawn when server terminated

Had an error:

[10:34:47 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - git-Paper-68 (MC: 1.20.1) ---
[10:34:47 ERROR]: The server has not responded for 10 seconds! Creating thread dump
[10:34:47 ERROR]: ------------------------------
[10:34:47 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[10:34:47 ERROR]: Ticking entity: minecraft:player, entity class: net.minecraft.server.level.EntityPlayer
[10:34:47 ERROR]: Entity status: removed: false, valid: true, alive: true, is passenger: false
[10:34:47 ERROR]: Entity UUID: a6429f9e-147a-3c49-bd9c-645ce3497f7d
[10:34:47 ERROR]: Position: world: 'world' at location (5972.508589618655, 86.25220334025373, -1601.699999988079)
[10:34:47 ERROR]: Velocity: (0.0, -0.07544406518948656, 0.0) (in blocks per tick)
[10:34:47 ERROR]: Entity AABB: AABB[5972.208589606734, 86.25220334025373, -1602.0] -> [5972.808589630576, 88.05220329257001, -1601.3999999761581]
[10:34:47 ERROR]: Total packets processed on the main thread for all players: 139029
[10:34:47 ERROR]: ------------------------------
[10:34:47 ERROR]: Current Thread: Server thread
[10:34:47 ERROR]: 	PID: 26 | Suspended: false | Native: true | State: RUNNABLE
[10:34:47 ERROR]: 	Stack:
[10:34:47 ERROR]: 		java.base@17.0.7/sun.nio.ch.FileDispatcherImpl.pread0(Native Method)
[10:34:47 ERROR]: 		java.base@17.0.7/sun.nio.ch.FileDispatcherImpl.pread(FileDispatcherImpl.java:54)
[10:34:47 ERROR]: 		java.base@17.0.7/sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:328)
[10:34:47 ERROR]: 		java.base@17.0.7/sun.nio.ch.IOUtil.read(IOUtil.java:296)
[10:34:47 ERROR]: 		java.base@17.0.7/sun.nio.ch.IOUtil.read(IOUtil.java:273)
[10:34:47 ERROR]: 		java.base@17.0.7/sun.nio.ch.FileChannelImpl.readInternal(FileChannelImpl.java:839)
[10:34:47 ERROR]: 		java.base@17.0.7/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:824)
[10:34:47 ERROR]: 		net.minecraft.world.level.chunk.storage.RegionFile.getChunkDataInputStream(RegionFile.java:604)
[10:34:47 ERROR]: 		net.minecraft.world.level.chunk.storage.RegionFileStorage.scanChunk(RegionFileStorage.java:306)
[10:34:47 ERROR]: 		net.minecraft.world.level.chunk.storage.ChunkStorage.lambda$chunkScanner$1(ChunkStorage.java:211)
[10:34:47 ERROR]: 		net.minecraft.world.level.chunk.storage.IChunkLoader$$Lambda$5055/0x0000000801bfd1b8.a(Unknown Source)
[10:34:47 ERROR]: 		net.minecraft.world.level.levelgen.structure.StructureCheck.tryLoadFromStorage(StructureCheck.java:193)
[10:34:47 ERROR]: 		net.minecraft.world.level.levelgen.structure.StructureCheck.checkStart(StructureCheck.java:170)
[10:34:47 ERROR]: 		net.minecraft.world.level.StructureManager.checkStructurePresence(StructureManager.java:167)
[10:34:47 ERROR]: 		net.minecraft.world.level.chunk.ChunkGenerator.getStructureGeneratingAt(ChunkGenerator.java:302)
[10:34:47 ERROR]: 		net.minecraft.world.level.chunk.ChunkGenerator.getNearestGeneratedStructure(ChunkGenerator.java:272)
[10:34:47 ERROR]: 		net.minecraft.world.level.chunk.ChunkGenerator.findNearestMapStructure(ChunkGenerator.java:201)
[10:34:47 ERROR]: 		net.minecraft.server.level.ServerLevel.findNearestMapStructure(ServerLevel.java:2040)
[10:34:47 ERROR]: 		net.minecraft.world.level.storage.loot.functions.ExplorationMapFunction.run(ExplorationMapFunction.java:80)
[10:34:47 ERROR]: 		net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction.apply(LootItemConditionalFunction.java:30)
[10:34:47 ERROR]: 		net.minecraft.world.level.storage.loot.functions.ExplorationMapFunction.apply(ExplorationMapFunction.java:30)
[10:34:47 ERROR]: 		net.minecraft.world.level.storage.loot.functions.LootItemFunctions.lambda$compose$1(LootItemFunctions.java:60)
[10:34:47 ERROR]: 		net.minecraft.world.level.storage.loot.functions.LootItemFunctions$$Lambda$4477/0x00000008019aaa48.apply(Unknown Source)
[10:34:47 ERROR]: 		net.minecraft.world.level.storage.loot.functions.LootItemFunction.decorate(LootItemFunction.java:13)
[10:34:47 ERROR]: 		net.minecraft.world.level.storage.loot.functions.LootItemFunction$$Lambda$6507/0x00000008021572a0.accept(Unknown Source)
[10:34:47 ERROR]: 		net.minecraft.world.level.storage.loot.entries.LootItem.createItemStack(LootItem.java:32)
[10:34:47 ERROR]: 		net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer$1.createItemStack(LootPoolSingletonContainer.java:31)
[10:34:47 ERROR]: 		net.minecraft.world.level.storage.loot.LootPool.addRandomItem(LootPool.java:71)
[10:34:47 ERROR]: 		net.minecraft.world.level.storage.loot.LootPool.addRandomItems(LootPool.java:93)
[10:34:47 ERROR]: 		net.minecraft.world.level.storage.loot.LootTable.getRandomItemsRaw(LootTable.java:100)
[10:34:47 ERROR]: 		net.minecraft.world.level.storage.loot.LootTable.getRandomItems(LootTable.java:119)
[10:34:47 ERROR]: 		net.minecraft.world.level.storage.loot.LootTable.getRandomItems(LootTable.java:134)
[10:34:47 ERROR]: 		net.minecraft.world.level.storage.loot.LootTable.fillInventory(LootTable.java:163)
[10:34:47 ERROR]: 		net.minecraft.world.level.storage.loot.LootTable.fill(LootTable.java:157)
[10:34:47 ERROR]: 		net.minecraft.world.level.block.entity.RandomizableContainerBlockEntity.unpackLootTable(RandomizableContainerBlockEntity.java:85)
[10:34:47 ERROR]: 		net.minecraft.world.level.block.entity.RandomizableContainerBlockEntity.createMenu(RandomizableContainerBlockEntity.java:165)
[10:34:47 ERROR]: 		net.minecraft.server.level.ServerPlayer.openMenu(ServerPlayer.java:1559)
[10:34:47 ERROR]: 		net.minecraft.world.level.block.ChestBlock.use(ChestBlock.java:269)
[10:34:47 ERROR]: 		net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.use(BlockBehaviour.java:1177)
[10:34:47 ERROR]: 		net.minecraft.server.level.ServerPlayerGameMode.useItemOn(ServerPlayerGameMode.java:581)
[10:34:47 ERROR]: 		net.minecraft.server.network.ServerGamePacketListenerImpl.handleUseItemOn(ServerGamePacketListenerImpl.java:1960)
[10:34:47 ERROR]: 		net.minecraft.network.protocol.game.ServerboundUseItemOnPacket.handle(ServerboundUseItemOnPacket.java:37)
[10:34:47 ERROR]: 		net.minecraft.network.protocol.game.ServerboundUseItemOnPacket.a(ServerboundUseItemOnPacket.java:9)
[10:34:47 ERROR]: 		net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$0(PacketUtils.java:51)
[10:34:47 ERROR]: 		net.minecraft.network.protocol.PlayerConnectionUtils$$Lambda$6404/0x00000008021173a0.run(Unknown Source)
[10:34:47 ERROR]: 		net.minecraft.server.TickTask.run(TickTask.java:18)
[10:34:47 ERROR]: 		net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153)
[10:34:47 ERROR]: 		net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24)
[10:34:47 ERROR]: 		net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1339)
[10:34:47 ERROR]: 		net.minecraft.server.MinecraftServer.d(MinecraftServer.java:197)
[10:34:47 ERROR]: 		net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126)
[10:34:47 ERROR]: 		net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1316)
[10:34:47 ERROR]: 		net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1309)
[10:34:47 ERROR]: 		net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136)
[10:34:47 ERROR]: 		net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1287)
[10:34:47 ERROR]: 		net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1175)
[10:34:47 ERROR]: 		net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318)
[10:34:47 ERROR]: 		net.minecraft.server.MinecraftServer$$Lambda$4623/0x0000000801a25898.run(Unknown Source)
[10:34:47 ERROR]: 		java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
[10:34:47 ERROR]: ------------------------------
[10:34:47 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[10:34:47 ERROR]: ------------------------------
[10:34:52 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - git-Paper-68 (MC: 1.20.1) ---
[10:34:52 ERROR]: The server has not responded for 15 seconds! Creating thread dump
[10:34:52 ERROR]: ------------------------------
[10:34:52 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[10:34:52 ERROR]: Ticking entity: minecraft:player, entity class: net.minecraft.server.level.EntityPlayer
[10:34:52 ERROR]: Entity status: removed: false, valid: true, alive: true, is passenger: false
[10:34:52 ERROR]: Entity UUID: a6429f9e-147a-3c49-bd9c-645ce3497f7d
[10:34:52 ERROR]: Position: world: 'world' at location (5972.508589618655, 86.25220334025373, -1601.699999988079)
[10:34:52 ERROR]: Velocity: (0.0, -0.07544406518948656, 0.0) (in blocks per tick)
[10:34:52 ERROR]: Entity AABB: AABB[5972.208589606734, 86.25220334025373, -1602.0] -> [5972.808589630576, 88.05220329257001, -1601.3999999761581]
[10:34:52 ERROR]: Total packets processed on the main thread for all players: 139029
[10:34:52 ERROR]: ------------------------------
[10:34:52 ERROR]: Current Thread: Server thread
[10:34:52 ERROR]: 	PID: 26 | Suspended: false | Native: false | State: RUNNABLE
[10:34:52 ERROR]: 	Stack:
[10:34:52 ERROR]: 		net.minecraft.world.level.levelgen.DensityFunctions$PureTransformer.compute(DensityFunctions.java:842)
[10:34:52 ERROR]: 		net.minecraft.world.level.levelgen.DensityFunctions$Spline$Coordinate.apply(DensityFunctions.java:1093)
[10:34:52 ERROR]: 		net.minecraft.world.level.levelgen.DensityFunctions$Spline$Coordinate.a(DensityFunctions.java:1063)
[10:34:52 ERROR]: 		net.minecraft.util.CubicSpline$Multipoint.apply(CubicSpline.java:242)
[10:34:52 ERROR]: 		net.minecraft.util.CubicSpline$Multipoint.apply(CubicSpline.java:258)
[10:34:52 ERROR]: 		net.minecraft.util.CubicSpline$Multipoint.apply(CubicSpline.java:258)
[10:34:52 ERROR]: 		net.minecraft.world.level.levelgen.DensityFunctions$Spline.compute(DensityFunctions.java:1033)
[10:34:52 ERROR]: 		net.minecraft.world.level.levelgen.DensityFunctions$PureTransformer.compute(DensityFunctions.java:842)
[10:34:52 ERROR]: 		net.minecraft.world.level.levelgen.DensityFunctions$Ap2.compute(DensityFunctions.java:248)
[10:34:52 ERROR]: 		net.minecraft.world.level.levelgen.DensityFunctions$Ap2.compute(DensityFunctions.java:252)
[10:34:52 ERROR]: 		net.minecraft.world.level.levelgen.DensityFunctions$Ap2.compute(DensityFunctions.java:252)
[10:34:52 ERROR]: 		net.minecraft.world.level.biome.Climate$Sampler.sample(Climate.java:422)
[10:34:52 ERROR]: 		net.minecraft.world.level.biome.MultiNoiseBiomeSource.getNoiseBiome(MultiNoiseBiomeSource.java:64)
[10:34:52 ERROR]: 		net.minecraft.server.level.ServerLevel.getUncachedNoiseBiome(ServerLevel.java:761)
[10:34:52 ERROR]: 		net.minecraft.world.item.MapItem.renderBiomePreviewMap(MapItem.java:259)
[10:34:52 ERROR]: 		net.minecraft.world.level.storage.loot.functions.ExplorationMapFunction.run(ExplorationMapFunction.java:83)
[10:34:52 ERROR]: 		net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction.apply(LootItemConditionalFunction.java:30)
[10:34:52 ERROR]: 		net.minecraft.world.level.storage.loot.functions.ExplorationMapFunction.apply(ExplorationMapFunction.java:30)
[10:34:52 ERROR]: 		net.minecraft.world.level.storage.loot.functions.LootItemFunctions.lambda$compose$1(LootItemFunctions.java:60)
[10:34:52 ERROR]: 		net.minecraft.world.level.storage.loot.functions.LootItemFunctions$$Lambda$4477/0x00000008019aaa48.apply(Unknown Source)
[10:34:52 ERROR]: 		net.minecraft.world.level.storage.loot.functions.LootItemFunction.decorate(LootItemFunction.java:13)
[10:34:52 ERROR]: 		net.minecraft.world.level.storage.loot.functions.LootItemFunction$$Lambda$6507/0x00000008021572a0.accept(Unknown Source)
[10:34:52 ERROR]: 		net.minecraft.world.level.storage.loot.entries.LootItem.createItemStack(LootItem.java:32)
[10:34:52 ERROR]: 		net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer$1.createItemStack(LootPoolSingletonContainer.java:31)
[10:34:52 ERROR]: 		net.minecraft.world.level.storage.loot.LootPool.addRandomItem(LootPool.java:71)
[10:34:52 ERROR]: 		net.minecraft.world.level.storage.loot.LootPool.addRandomItems(LootPool.java:93)
[10:34:52 ERROR]: 		net.minecraft.world.level.storage.loot.LootTable.getRandomItemsRaw(LootTable.java:100)
[10:34:52 ERROR]: 		net.minecraft.world.level.storage.loot.LootTable.getRandomItems(LootTable.java:119)
[10:34:52 ERROR]: 		net.minecraft.world.level.storage.loot.LootTable.getRandomItems(LootTable.java:134)
[10:34:52 ERROR]: 		net.minecraft.world.level.storage.loot.LootTable.fillInventory(LootTable.java:163)
[10:34:52 ERROR]: 		net.minecraft.world.level.storage.loot.LootTable.fill(LootTable.java:157)
[10:34:52 ERROR]: 		net.minecraft.world.level.block.entity.RandomizableContainerBlockEntity.unpackLootTable(RandomizableContainerBlockEntity.java:85)
[10:34:52 ERROR]: 		net.minecraft.world.level.block.entity.RandomizableContainerBlockEntity.createMenu(RandomizableContainerBlockEntity.java:165)
[10:34:52 ERROR]: 		net.minecraft.server.level.ServerPlayer.openMenu(ServerPlayer.java:1559)
[10:34:52 ERROR]: 		net.minecraft.world.level.block.ChestBlock.use(ChestBlock.java:269)
[10:34:52 ERROR]: 		net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.use(BlockBehaviour.java:1177)
[10:34:52 ERROR]: 		net.minecraft.server.level.ServerPlayerGameMode.useItemOn(ServerPlayerGameMode.java:581)
[10:34:52 ERROR]: 		net.minecraft.server.network.ServerGamePacketListenerImpl.handleUseItemOn(ServerGamePacketListenerImpl.java:1960)
[10:34:52 ERROR]: 		net.minecraft.network.protocol.game.ServerboundUseItemOnPacket.handle(ServerboundUseItemOnPacket.java:37)
[10:34:52 ERROR]: 		net.minecraft.network.protocol.game.ServerboundUseItemOnPacket.a(ServerboundUseItemOnPacket.java:9)
[10:34:52 ERROR]: 		net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$0(PacketUtils.java:51)
[10:34:52 ERROR]: 		net.minecraft.network.protocol.PlayerConnectionUtils$$Lambda$6404/0x00000008021173a0.run(Unknown Source)
[10:34:52 ERROR]: 		net.minecraft.server.TickTask.run(TickTask.java:18)
[10:34:52 ERROR]: 		net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153)
[10:34:52 ERROR]: 		net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24)
[10:34:52 ERROR]: 		net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1339)
[10:34:52 ERROR]: 		net.minecraft.server.MinecraftServer.d(MinecraftServer.java:197)
[10:34:52 ERROR]: 		net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126)
[10:34:52 ERROR]: 		net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1316)
[10:34:52 ERROR]: 		net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1309)
[10:34:52 ERROR]: 		net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136)
[10:34:52 ERROR]: 		net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1287)
[10:34:52 ERROR]: 		net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1175)
[10:34:52 ERROR]: 		net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318)
[10:34:52 ERROR]: 		net.minecraft.server.MinecraftServer$$Lambda$4623/0x0000000801a25898.run(Unknown Source)
[10:34:52 ERROR]: 		java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
[10:34:52 ERROR]: ------------------------------
[10:34:52 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[10:34:52 ERROR]: ------------------------------
Removing CPU limits for minecraft server didn't help Player got teleported to spawn when server terminated Had an error: ``` [10:34:47 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH - git-Paper-68 (MC: 1.20.1) --- [10:34:47 ERROR]: The server has not responded for 10 seconds! Creating thread dump [10:34:47 ERROR]: ------------------------------ [10:34:47 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!): [10:34:47 ERROR]: Ticking entity: minecraft:player, entity class: net.minecraft.server.level.EntityPlayer [10:34:47 ERROR]: Entity status: removed: false, valid: true, alive: true, is passenger: false [10:34:47 ERROR]: Entity UUID: a6429f9e-147a-3c49-bd9c-645ce3497f7d [10:34:47 ERROR]: Position: world: 'world' at location (5972.508589618655, 86.25220334025373, -1601.699999988079) [10:34:47 ERROR]: Velocity: (0.0, -0.07544406518948656, 0.0) (in blocks per tick) [10:34:47 ERROR]: Entity AABB: AABB[5972.208589606734, 86.25220334025373, -1602.0] -> [5972.808589630576, 88.05220329257001, -1601.3999999761581] [10:34:47 ERROR]: Total packets processed on the main thread for all players: 139029 [10:34:47 ERROR]: ------------------------------ [10:34:47 ERROR]: Current Thread: Server thread [10:34:47 ERROR]: PID: 26 | Suspended: false | Native: true | State: RUNNABLE [10:34:47 ERROR]: Stack: [10:34:47 ERROR]: java.base@17.0.7/sun.nio.ch.FileDispatcherImpl.pread0(Native Method) [10:34:47 ERROR]: java.base@17.0.7/sun.nio.ch.FileDispatcherImpl.pread(FileDispatcherImpl.java:54) [10:34:47 ERROR]: java.base@17.0.7/sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:328) [10:34:47 ERROR]: java.base@17.0.7/sun.nio.ch.IOUtil.read(IOUtil.java:296) [10:34:47 ERROR]: java.base@17.0.7/sun.nio.ch.IOUtil.read(IOUtil.java:273) [10:34:47 ERROR]: java.base@17.0.7/sun.nio.ch.FileChannelImpl.readInternal(FileChannelImpl.java:839) [10:34:47 ERROR]: java.base@17.0.7/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:824) [10:34:47 ERROR]: net.minecraft.world.level.chunk.storage.RegionFile.getChunkDataInputStream(RegionFile.java:604) [10:34:47 ERROR]: net.minecraft.world.level.chunk.storage.RegionFileStorage.scanChunk(RegionFileStorage.java:306) [10:34:47 ERROR]: net.minecraft.world.level.chunk.storage.ChunkStorage.lambda$chunkScanner$1(ChunkStorage.java:211) [10:34:47 ERROR]: net.minecraft.world.level.chunk.storage.IChunkLoader$$Lambda$5055/0x0000000801bfd1b8.a(Unknown Source) [10:34:47 ERROR]: net.minecraft.world.level.levelgen.structure.StructureCheck.tryLoadFromStorage(StructureCheck.java:193) [10:34:47 ERROR]: net.minecraft.world.level.levelgen.structure.StructureCheck.checkStart(StructureCheck.java:170) [10:34:47 ERROR]: net.minecraft.world.level.StructureManager.checkStructurePresence(StructureManager.java:167) [10:34:47 ERROR]: net.minecraft.world.level.chunk.ChunkGenerator.getStructureGeneratingAt(ChunkGenerator.java:302) [10:34:47 ERROR]: net.minecraft.world.level.chunk.ChunkGenerator.getNearestGeneratedStructure(ChunkGenerator.java:272) [10:34:47 ERROR]: net.minecraft.world.level.chunk.ChunkGenerator.findNearestMapStructure(ChunkGenerator.java:201) [10:34:47 ERROR]: net.minecraft.server.level.ServerLevel.findNearestMapStructure(ServerLevel.java:2040) [10:34:47 ERROR]: net.minecraft.world.level.storage.loot.functions.ExplorationMapFunction.run(ExplorationMapFunction.java:80) [10:34:47 ERROR]: net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction.apply(LootItemConditionalFunction.java:30) [10:34:47 ERROR]: net.minecraft.world.level.storage.loot.functions.ExplorationMapFunction.apply(ExplorationMapFunction.java:30) [10:34:47 ERROR]: net.minecraft.world.level.storage.loot.functions.LootItemFunctions.lambda$compose$1(LootItemFunctions.java:60) [10:34:47 ERROR]: net.minecraft.world.level.storage.loot.functions.LootItemFunctions$$Lambda$4477/0x00000008019aaa48.apply(Unknown Source) [10:34:47 ERROR]: net.minecraft.world.level.storage.loot.functions.LootItemFunction.decorate(LootItemFunction.java:13) [10:34:47 ERROR]: net.minecraft.world.level.storage.loot.functions.LootItemFunction$$Lambda$6507/0x00000008021572a0.accept(Unknown Source) [10:34:47 ERROR]: net.minecraft.world.level.storage.loot.entries.LootItem.createItemStack(LootItem.java:32) [10:34:47 ERROR]: net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer$1.createItemStack(LootPoolSingletonContainer.java:31) [10:34:47 ERROR]: net.minecraft.world.level.storage.loot.LootPool.addRandomItem(LootPool.java:71) [10:34:47 ERROR]: net.minecraft.world.level.storage.loot.LootPool.addRandomItems(LootPool.java:93) [10:34:47 ERROR]: net.minecraft.world.level.storage.loot.LootTable.getRandomItemsRaw(LootTable.java:100) [10:34:47 ERROR]: net.minecraft.world.level.storage.loot.LootTable.getRandomItems(LootTable.java:119) [10:34:47 ERROR]: net.minecraft.world.level.storage.loot.LootTable.getRandomItems(LootTable.java:134) [10:34:47 ERROR]: net.minecraft.world.level.storage.loot.LootTable.fillInventory(LootTable.java:163) [10:34:47 ERROR]: net.minecraft.world.level.storage.loot.LootTable.fill(LootTable.java:157) [10:34:47 ERROR]: net.minecraft.world.level.block.entity.RandomizableContainerBlockEntity.unpackLootTable(RandomizableContainerBlockEntity.java:85) [10:34:47 ERROR]: net.minecraft.world.level.block.entity.RandomizableContainerBlockEntity.createMenu(RandomizableContainerBlockEntity.java:165) [10:34:47 ERROR]: net.minecraft.server.level.ServerPlayer.openMenu(ServerPlayer.java:1559) [10:34:47 ERROR]: net.minecraft.world.level.block.ChestBlock.use(ChestBlock.java:269) [10:34:47 ERROR]: net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.use(BlockBehaviour.java:1177) [10:34:47 ERROR]: net.minecraft.server.level.ServerPlayerGameMode.useItemOn(ServerPlayerGameMode.java:581) [10:34:47 ERROR]: net.minecraft.server.network.ServerGamePacketListenerImpl.handleUseItemOn(ServerGamePacketListenerImpl.java:1960) [10:34:47 ERROR]: net.minecraft.network.protocol.game.ServerboundUseItemOnPacket.handle(ServerboundUseItemOnPacket.java:37) [10:34:47 ERROR]: net.minecraft.network.protocol.game.ServerboundUseItemOnPacket.a(ServerboundUseItemOnPacket.java:9) [10:34:47 ERROR]: net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$0(PacketUtils.java:51) [10:34:47 ERROR]: net.minecraft.network.protocol.PlayerConnectionUtils$$Lambda$6404/0x00000008021173a0.run(Unknown Source) [10:34:47 ERROR]: net.minecraft.server.TickTask.run(TickTask.java:18) [10:34:47 ERROR]: net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) [10:34:47 ERROR]: net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) [10:34:47 ERROR]: net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1339) [10:34:47 ERROR]: net.minecraft.server.MinecraftServer.d(MinecraftServer.java:197) [10:34:47 ERROR]: net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) [10:34:47 ERROR]: net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1316) [10:34:47 ERROR]: net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1309) [10:34:47 ERROR]: net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136) [10:34:47 ERROR]: net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1287) [10:34:47 ERROR]: net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1175) [10:34:47 ERROR]: net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318) [10:34:47 ERROR]: net.minecraft.server.MinecraftServer$$Lambda$4623/0x0000000801a25898.run(Unknown Source) [10:34:47 ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833) [10:34:47 ERROR]: ------------------------------ [10:34:47 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH --- [10:34:47 ERROR]: ------------------------------ [10:34:52 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH - git-Paper-68 (MC: 1.20.1) --- [10:34:52 ERROR]: The server has not responded for 15 seconds! Creating thread dump [10:34:52 ERROR]: ------------------------------ [10:34:52 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!): [10:34:52 ERROR]: Ticking entity: minecraft:player, entity class: net.minecraft.server.level.EntityPlayer [10:34:52 ERROR]: Entity status: removed: false, valid: true, alive: true, is passenger: false [10:34:52 ERROR]: Entity UUID: a6429f9e-147a-3c49-bd9c-645ce3497f7d [10:34:52 ERROR]: Position: world: 'world' at location (5972.508589618655, 86.25220334025373, -1601.699999988079) [10:34:52 ERROR]: Velocity: (0.0, -0.07544406518948656, 0.0) (in blocks per tick) [10:34:52 ERROR]: Entity AABB: AABB[5972.208589606734, 86.25220334025373, -1602.0] -> [5972.808589630576, 88.05220329257001, -1601.3999999761581] [10:34:52 ERROR]: Total packets processed on the main thread for all players: 139029 [10:34:52 ERROR]: ------------------------------ [10:34:52 ERROR]: Current Thread: Server thread [10:34:52 ERROR]: PID: 26 | Suspended: false | Native: false | State: RUNNABLE [10:34:52 ERROR]: Stack: [10:34:52 ERROR]: net.minecraft.world.level.levelgen.DensityFunctions$PureTransformer.compute(DensityFunctions.java:842) [10:34:52 ERROR]: net.minecraft.world.level.levelgen.DensityFunctions$Spline$Coordinate.apply(DensityFunctions.java:1093) [10:34:52 ERROR]: net.minecraft.world.level.levelgen.DensityFunctions$Spline$Coordinate.a(DensityFunctions.java:1063) [10:34:52 ERROR]: net.minecraft.util.CubicSpline$Multipoint.apply(CubicSpline.java:242) [10:34:52 ERROR]: net.minecraft.util.CubicSpline$Multipoint.apply(CubicSpline.java:258) [10:34:52 ERROR]: net.minecraft.util.CubicSpline$Multipoint.apply(CubicSpline.java:258) [10:34:52 ERROR]: net.minecraft.world.level.levelgen.DensityFunctions$Spline.compute(DensityFunctions.java:1033) [10:34:52 ERROR]: net.minecraft.world.level.levelgen.DensityFunctions$PureTransformer.compute(DensityFunctions.java:842) [10:34:52 ERROR]: net.minecraft.world.level.levelgen.DensityFunctions$Ap2.compute(DensityFunctions.java:248) [10:34:52 ERROR]: net.minecraft.world.level.levelgen.DensityFunctions$Ap2.compute(DensityFunctions.java:252) [10:34:52 ERROR]: net.minecraft.world.level.levelgen.DensityFunctions$Ap2.compute(DensityFunctions.java:252) [10:34:52 ERROR]: net.minecraft.world.level.biome.Climate$Sampler.sample(Climate.java:422) [10:34:52 ERROR]: net.minecraft.world.level.biome.MultiNoiseBiomeSource.getNoiseBiome(MultiNoiseBiomeSource.java:64) [10:34:52 ERROR]: net.minecraft.server.level.ServerLevel.getUncachedNoiseBiome(ServerLevel.java:761) [10:34:52 ERROR]: net.minecraft.world.item.MapItem.renderBiomePreviewMap(MapItem.java:259) [10:34:52 ERROR]: net.minecraft.world.level.storage.loot.functions.ExplorationMapFunction.run(ExplorationMapFunction.java:83) [10:34:52 ERROR]: net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction.apply(LootItemConditionalFunction.java:30) [10:34:52 ERROR]: net.minecraft.world.level.storage.loot.functions.ExplorationMapFunction.apply(ExplorationMapFunction.java:30) [10:34:52 ERROR]: net.minecraft.world.level.storage.loot.functions.LootItemFunctions.lambda$compose$1(LootItemFunctions.java:60) [10:34:52 ERROR]: net.minecraft.world.level.storage.loot.functions.LootItemFunctions$$Lambda$4477/0x00000008019aaa48.apply(Unknown Source) [10:34:52 ERROR]: net.minecraft.world.level.storage.loot.functions.LootItemFunction.decorate(LootItemFunction.java:13) [10:34:52 ERROR]: net.minecraft.world.level.storage.loot.functions.LootItemFunction$$Lambda$6507/0x00000008021572a0.accept(Unknown Source) [10:34:52 ERROR]: net.minecraft.world.level.storage.loot.entries.LootItem.createItemStack(LootItem.java:32) [10:34:52 ERROR]: net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer$1.createItemStack(LootPoolSingletonContainer.java:31) [10:34:52 ERROR]: net.minecraft.world.level.storage.loot.LootPool.addRandomItem(LootPool.java:71) [10:34:52 ERROR]: net.minecraft.world.level.storage.loot.LootPool.addRandomItems(LootPool.java:93) [10:34:52 ERROR]: net.minecraft.world.level.storage.loot.LootTable.getRandomItemsRaw(LootTable.java:100) [10:34:52 ERROR]: net.minecraft.world.level.storage.loot.LootTable.getRandomItems(LootTable.java:119) [10:34:52 ERROR]: net.minecraft.world.level.storage.loot.LootTable.getRandomItems(LootTable.java:134) [10:34:52 ERROR]: net.minecraft.world.level.storage.loot.LootTable.fillInventory(LootTable.java:163) [10:34:52 ERROR]: net.minecraft.world.level.storage.loot.LootTable.fill(LootTable.java:157) [10:34:52 ERROR]: net.minecraft.world.level.block.entity.RandomizableContainerBlockEntity.unpackLootTable(RandomizableContainerBlockEntity.java:85) [10:34:52 ERROR]: net.minecraft.world.level.block.entity.RandomizableContainerBlockEntity.createMenu(RandomizableContainerBlockEntity.java:165) [10:34:52 ERROR]: net.minecraft.server.level.ServerPlayer.openMenu(ServerPlayer.java:1559) [10:34:52 ERROR]: net.minecraft.world.level.block.ChestBlock.use(ChestBlock.java:269) [10:34:52 ERROR]: net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.use(BlockBehaviour.java:1177) [10:34:52 ERROR]: net.minecraft.server.level.ServerPlayerGameMode.useItemOn(ServerPlayerGameMode.java:581) [10:34:52 ERROR]: net.minecraft.server.network.ServerGamePacketListenerImpl.handleUseItemOn(ServerGamePacketListenerImpl.java:1960) [10:34:52 ERROR]: net.minecraft.network.protocol.game.ServerboundUseItemOnPacket.handle(ServerboundUseItemOnPacket.java:37) [10:34:52 ERROR]: net.minecraft.network.protocol.game.ServerboundUseItemOnPacket.a(ServerboundUseItemOnPacket.java:9) [10:34:52 ERROR]: net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$0(PacketUtils.java:51) [10:34:52 ERROR]: net.minecraft.network.protocol.PlayerConnectionUtils$$Lambda$6404/0x00000008021173a0.run(Unknown Source) [10:34:52 ERROR]: net.minecraft.server.TickTask.run(TickTask.java:18) [10:34:52 ERROR]: net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) [10:34:52 ERROR]: net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) [10:34:52 ERROR]: net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1339) [10:34:52 ERROR]: net.minecraft.server.MinecraftServer.d(MinecraftServer.java:197) [10:34:52 ERROR]: net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) [10:34:52 ERROR]: net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1316) [10:34:52 ERROR]: net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1309) [10:34:52 ERROR]: net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136) [10:34:52 ERROR]: net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1287) [10:34:52 ERROR]: net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1175) [10:34:52 ERROR]: net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318) [10:34:52 ERROR]: net.minecraft.server.MinecraftServer$$Lambda$4623/0x0000000801a25898.run(Unknown Source) [10:34:52 ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833) [10:34:52 ERROR]: ------------------------------ [10:34:52 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH --- [10:34:52 ERROR]: ------------------------------ ```
allanger commented 2023-10-14 14:30:33 +00:00 (Migrated from git.badhouseplants.net)

It's fixed

It's fixed
This repo is archived. You cannot comment on issues.
No Label
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: badhouseplants/k8s-cluster-config#83
No description provided.