menu
#9249157 NotFound: /home/container/worlds/Summery_lobby/db/000004.log: No such file or directory

Submitted by PocketMine-MP 5.5.0

General information

Version: 5.5.0
Git commit: c8d357f4
Plugin involvement: None
Report date: 2023-09-19 15:23:00 +0000 UTC
Server uptime: 0 days 0 hours 4 minutes 6 seconds

System Information

PHP version: 8.1.23
JIT status: Not available
Operating system: linux
System banner: Linux aa5f3903-0ec1-46c6-8919-cda51be2c114 5.4.0-162-generic #179-Ubuntu SMP Mon Aug 14 08:51:31 UTC 2023 x86_64

Error information

Thread: Main
Message: NotFound: /home/container/worlds/Summery_lobby/db/000004.log: No such file or directory
File: pmsrc/src/world/format/io/leveldb/LevelDB
Line: #786
Type: LevelDBException
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
		//TODO: use this properly
$write->put($index . ChunkDataKey::FINALIZATION, chr($chunkData->isPopulated() ? self::FINALISATION_DONE : self::FINALISATION_NEEDS_POPULATION));

$this->writeTags($chunkData->getTileNBT(), $index . ChunkDataKey::BLOCK_ENTITIES, $write);
$this->writeTags($chunkData->getEntityNBT(), $index . ChunkDataKey::ENTITIES, $write);

$write->delete($index . ChunkDataKey::HEIGHTMAP_AND_2D_BIOME_COLORS);
$write->delete($index . ChunkDataKey::LEGACY_TERRAIN);

$this->db->write($write);
}

/**
* @param CompoundTag[] $targets
*/
private function writeTags(array $targets, string $index, \LevelDBWriteBatch $write) : void{
if(count($targets) > 0){
$nbt = new LittleEndianNbtSerializer();
$write->put($index, $nbt->writeMultiple(array_map(fn(CompoundTag $tag) => new TreeRoot($tag), $targets)));
}else{
#0 pmsrc/src/world/format/io/leveldb/LevelDB(786): LevelDB->write(object LevelDBWriteBatch#84767)
#1 pmsrc/src/world/World(2936): pocketmine\world\format\io\leveldb\LevelDB->saveChunk(int 6, int 16, object pocketmine\world\format\io\ChunkData#88331, int -1)
#2 pmsrc/src/world/World(3457): pocketmine\world\World->unloadChunk(int 6, int 16, true)
#3 pmsrc/src/world/World(945): pocketmine\world\World->unloadChunks()
#4 pmsrc/src/world/World(920): pocketmine\world\World->actuallyDoTick(int 4914)
#5 pmsrc/src/world/WorldManager(351): pocketmine\world\World->doTick(int 4914)
#6 pmsrc/src/Server(1796): pocketmine\world\WorldManager->tick(int 4914)
#7 pmsrc/src/Server(1678): pocketmine\Server->tick()
#8 pmsrc/src/Server(1064): pocketmine\Server->tickProcessor()
#9 pmsrc/src/PocketMine(334): pocketmine\Server->__construct(object pocketmine\thread\ThreadSafeClassLoader#6, object pocketmine\utils\MainLogger#3, string[16] /home/container/, string[24] /home/container/plugins/)
#10 pmsrc/src/PocketMine(357): pocketmine\server()
#11 pmsrc(11): require(string[60] phar:///home/container/PocketMine-MP.phar/src/PocketMine.php)

Loaded Plugins

  • Show

Server Settings

  • Show

Installed Composer Dependencies

Installed PHP Extensions

  • Show