Forrise
Fırında Isıttığım İlk Taş
Nasıl çözeceğimi bilmiyorum. Crashleyen kişi latest.log'da PURPUR'un watchdog hatalarında UUID'si gözüküyor banlıyorum ip değişip birdaha geliyor. Crash saldırısından sonra stop çekince çok fazla chunk kaydedilidiğini görüyorum ve paket/world/regions klasöründe -1.1000.mca veya -1.2000.mca 'ya kadar oluşmuş chunklar görüyorum. Boxpvp sunucusuyum normalde 6 8 chunk falan olması lazımdı world klasöründe.
anlayan biri varsa yardım etsin. gündüz okuyana iyi günler akşam okuyana iyi akşamlar dilerim.
Kod:
[21:46:40] [Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PURPUR - THIS IS NOT A BUG OR A CRASH - git-Purpur-1985 (MC: 1.19.4) ---
[21:46:40] [Watchdog Thread/ERROR]: The server has not responded for 10 seconds! Creating thread dump
[21:46:40] [Watchdog Thread/ERROR]: ------------------------------
[21:46:40] [Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Purpur!):
[21:46:40] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk wait task info below:
[21:46:40] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk wait: [( 0,38368) in 'world']
[21:46:40] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk holder: NewChunkHolder{world=world, chunkX=0, chunkZ=38368, entityChunkFromDisk=false, lastChunkCompletion={chunk_class=net.minecraft.world.level.chunk.ProtoChunk,status=minecraft:features}, currentGenStatus=minecraft:features, requestedGenStatus=minecraft:full, generationTask=null, generationTaskStatus=null, priority=BLOCKING, priorityLocked=false, neighbourRequestedPriority=IDLE, effective_priority=BLOCKING, oldTicketLevel=33, currentTicketLevel=33, totalNeighboursUsingThisChunk=16, fullNeighbourChunksLoadedBitset=0, chunkStatusRaw=0, currentChunkStatus=INACCESSIBLE, pendingChunkStatus=INACCESSIBLE, is_unload_safe=ticket_level, killed=false}
[21:46:40] [Watchdog Thread/ERROR]: Ticking entity: minecraft:player, entity class: net.minecraft.server.level.EntityPlayer
[21:46:40] [Watchdog Thread/ERROR]: Entity status: removed: false, valid: true, alive: true, is passenger: false
[21:46:40] [Watchdog Thread/ERROR]: Entity UUID: b29d2ba2-fcab-3743-915e-018ee6e0d3fd
[21:46:40] [Watchdog Thread/ERROR]: Position: world: 'world' at location (-27.713231465764856, 151.0, -32.01390534106927)
[21:46:40] [Watchdog Thread/ERROR]: Velocity: (-0.0295863030958124, 0.08307781780646721, 0.0) (in blocks per tick)
[21:46:40] [Watchdog Thread/ERROR]: Entity AABB: AABB[-28.013231477685785, 151.0, -32.3139053529902] -> [-27.413231453843927, 152.79999995231628, -31.71390532914834]
[21:46:40] [Watchdog Thread/ERROR]: Total packets processed on the main thread for all players: 224107
[21:46:40] [Watchdog Thread/ERROR]: ------------------------------
[21:46:40] [Watchdog Thread/ERROR]: Current Thread: Server thread
[21:46:40] [Watchdog Thread/ERROR]: PID: 37 | Suspended: false | Native: false | State: TIMED_WAITING
[21:46:40] [Watchdog Thread/ERROR]: Stack:
[21:46:40] [Watchdog Thread/ERROR]: [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[21:46:40] [Watchdog Thread/ERROR]: [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:269)
[21:46:40] [Watchdog Thread/ERROR]: net.minecraft.util.thread.BlockableEventLoop.waitForTasks(BlockableEventLoop.java:148)
[21:46:40] [Watchdog Thread/ERROR]: net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:137)
[21:46:40] [Watchdog Thread/ERROR]: net.minecraft.server.level.ServerChunkCache.getChunk(ServerChunkCache.java:454)
[21:46:40] [Watchdog Thread/ERROR]: net.minecraft.world.level.Level.getChunk(Level.java:657)
[21:46:40] [Watchdog Thread/ERROR]: net.minecraft.world.level.Level.getChunk(Level.java:596)
[21:46:40] [Watchdog Thread/ERROR]: net.minecraft.world.level.Level.getChunkAt(Level.java:582)
[21:46:40] [Watchdog Thread/ERROR]: net.minecraft.world.level.Level.getBlockEntity(Level.java:1173)
[21:46:40] [Watchdog Thread/ERROR]: net.minecraft.world.level.Level.getBlockEntity(Level.java:1161)
[21:46:40] [Watchdog Thread/ERROR]: org.purpurmc.purpur.task.BeehiveTask.onPluginMessageReceived(BeehiveTask.java:58)
[21:46:40] [Watchdog Thread/ERROR]: org.bukkit.plugin.messaging.StandardMessenger.dispatchIncomingMessage(StandardMessenger.java:455)
[21:46:40] [Watchdog Thread/ERROR]: net.minecraft.server.network.ServerGamePacketListenerImpl.handleCustomPayload(ServerGamePacketListenerImpl.java:3706)
[21:46:40] [Watchdog Thread/ERROR]: net.minecraft.network.protocol.game.ServerboundCustomPayloadPacket.handle(ServerboundCustomPayloadPacket.java:37)
[21:46:40] [Watchdog Thread/ERROR]: net.minecraft.network.protocol.game.ServerboundCustomPayloadPacket.handle(ServerboundCustomPayloadPacket.java:15)
[21:46:40] [Watchdog Thread/ERROR]: net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$0(PacketUtils.java:51)
[21:46:40] [Watchdog Thread/ERROR]: net.minecraft.network.protocol.PlayerConnectionUtils$$Lambda/0x0000787edb3d74c0.run(Unknown Source)
[21:46:40] [Watchdog Thread/ERROR]: net.minecraft.server.TickTask.run(TickTask.java:18)
[21:46:40] [Watchdog Thread/ERROR]: net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153)
[21:46:40] [Watchdog Thread/ERROR]: net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24)
[21:46:40] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1369)
[21:46:40] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.d(MinecraftServer.java:197)
[21:46:40] [Watchdog Thread/ERROR]: net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126)
[21:46:40] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1346)
[21:46:40] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1339)
[21:46:40] [Watchdog Thread/ERROR]: net.minecraft.util.thread.BlockableEventLoop.runAllTasks(BlockableEventLoop.java:114)
[21:46:40] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1455)
[21:46:40] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1195)
[21:46:40] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:325)
[21:46:40] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer$$Lambda/0x0000787ed89c8890.run(Unknown Source)
[21:46:40] [Watchdog Thread/ERROR]: [email protected]/java.lang.Thread.runWith(Thread.java:1596)
[21:46:40] [Watchdog Thread/ERROR]: [email protected]/java.lang.Thread.run(Thread.java:1583)
[21:46:40] [Watchdog Thread/ERROR]: ------------------------------
[21:46:40] [Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PURPUR - THIS IS NOT A BUG OR A CRASH ---
[21:46:40] [Watchdog Thread/ERROR]: ------------------------------
anlayan biri varsa yardım etsin. gündüz okuyana iyi günler akşam okuyana iyi akşamlar dilerim.
Moderatör tarafından düzenlendi: