PocketMine Crash Archive

#29780434 Unknown error

Submitted by PocketMine-MP 1.6.2dev-157

General information

Version: 1.6.2dev-157
API version: 3.0.0-ALPHA5
Caused by a Plugin: Not directly
Report date: Sunday 03/07/2022 03:03:57
Attached Issue: None

System Information

PHP version: 7.0.9
Operating system: linux
System banner: Linux d91ba5083e46 5.4.0-88-generic #99-Ubuntu SMP Thu Sep 23 17:29:00 UTC 2021 x86_64

Error information

file_put_contents(/home/gs-41549/worlds/world/level.dat): failed to open stream: No such file or directory
File: /src/pocketmine/level/format/io/BaseLevelProvider
Line: #129
Error level: notice

[120] 		return $this->levelData;
[121] 	}
[122] 
[123] 	public function saveLevelData(){
[124] 		$nbt = new NBT(NBT::BIG_ENDIAN);
[125] 		$nbt->setData(new CompoundTag("", [
[126] 			"Data" => $this->levelData
[127] 		]));
[128] 		$buffer = $nbt->writeCompressed();
[129] 		\file_put_contents($this->getPath() . "level.dat", $buffer);
[130] 	}
[131] 
[132] 	public function requestChunkTask(int $x, int $z) : AsyncTask{
[133] 		$chunk = $this->getChunk($x, $z, \false);
[134] 		if(!($chunk instanceof Chunk)){
[135] 			throw new ChunkException("Invalid Chunk sent");
[136] 		}
[137] 
[138] 		return new ChunkRequestTask($this->level, $chunk);
[139] 	}
#0 (): pocketmine\(integer 2, string file_put_contents(/home/gs-41549/worlds/world/level.dat): failed to open stream: No such file or directory, string phar:///pro/bin/mcpe/pocketmine-1.1/PocketMine-MP_1.6.2dev-157_c445db42_API-3.0.0-ALPHA5.phar/src/pocketmine/level/format/io/BaseLevelProvider.php, integer 129, array Array())
#1 /src/pocketmine/level/format/io/BaseLevelProvider(129): file_put_contents(string /home/gs-41549/worlds/world/level.dat, string ..........M.An.0.E.DJM.J..PT6..A.v7.G...#...].....\..h.hP......M.dHs..@.(.w.....3..5......J.7.C.A.....>saveLevelData(boolean)
#3 /src/pocketmine/Server__64bit(2303): pocketmine\level\Level->save(boolean )
#4 /src/pocketmine/Server__64bit(2443): pocketmine\Server->doAutoSave(boolean)
#5 /src/pocketmine/Server__64bit(2179): pocketmine\Server->tick(boolean)
#6 /src/pocketmine/Server__64bit(2061): pocketmine\Server->tickProcessor(boolean)
#7 /src/pocketmine/Server__64bit(1646): pocketmine\Server->start(boolean)
#8 /src/pocketmine/PocketMine(501): pocketmine\Server->__construct(BaseClassLoader object, pocketmine\utils\MainLogger object, string phar:///pro/bin/mcpe/pocketmine-1.1/PocketMine-MP_1.6.2dev-157_c445db42_API-3.0.0-ALPHA5.phar/, string /home/gs-41549/, string /home/gs-41549/plugins/)
#9 (1): require(string phar:///pro/bin/mcpe/pocketmine-1.1/PocketMine-MP_1.6.2dev-157_c445db42_API-3.0.0-ALPHA5.phar/src/pocketmine/PocketMine.php)

Loaded Plugins

NameVersionStateAuthor(s)

Server Settings [toggle]

NameValue
gamemode0
enable-rconoff
white-listoff
hardcoreoff
level-nameworld
max-players10
auto-saveon
spawn-protection16
motdServer.pro | OurCraft
enable-queryon
disable-logfileoff
server-port41549
announce-player-achievementson
allow-flightoff
spawn-animalson
spawn-mobson
force-gamemodeoff
pvpon
difficulty1
generator-settings
level-seed
level-typeDEFAULT
rcon.password******
view-distance8
settings.languageeng
settings.force-languagefalse
settings.shutdown-messageServer closed
settings.query-pluginstrue
settings.deprecated-verbosetrue
settings.enable-profilingfalse
settings.profile-report-trigger20
settings.async-workersauto
memory.global-limit0
memory.main-limit0
memory.main-hard-limit1024
memory.check-rate20
memory.continuous-triggertrue
memory.continuous-trigger-rate30
memory.garbage-collection.period36000
memory.garbage-collection.collect-async-workertrue
memory.garbage-collection.low-memory-triggertrue
memory.max-chunks.chunk-radius4
memory.max-chunks.trigger-chunk-collecttrue
memory.max-chunks.low-memory-triggertrue
memory.world-caches.disable-chunk-cachetrue
memory.world-caches.low-memory-triggertrue
network.batch-threshold256
network.compression-level7
network.async-compressionfalse
network.upnp-forwardingfalse
debug.assertions.warn-if-enabledtrue
debug.level1
debug.commandsfalse
player.save-player-datatrue
player.anti-cheat.allow-movement-cheatsfalse
player.anti-cheat.allow-instabreakfalse
level-settings.default-formatpmanvil
level-settings.auto-tick-ratetrue
level-settings.auto-tick-rate-limit20
level-settings.base-tick-rate1
level-settings.always-tick-playersfalse
chunk-sending.per-tick4
chunk-sending.spawn-radius4
chunk-sending.cache-chunksfalse
chunk-ticking.per-tick40
chunk-ticking.tick-radius3
chunk-ticking.light-updatesfalse
chunk-ticking.clear-tick-listtrue
chunk-ticking.disable-block-ticking
chunk-generation.queue-size8
chunk-generation.population-queue-size8
ticks-per.animal-spawns400
ticks-per.monster-spawns1
ticks-per.autosave6000
ticks-per.cache-cleanup900
spawn-limits.monsters70
spawn-limits.animals15
spawn-limits.water-animals5
spawn-limits.ambient15
auto-report.enabledtrue
auto-report.send-codetrue
auto-report.send-settingstrue
auto-report.send-phpinfofalse
auto-report.hostcrash.pocketmine.net
anonymous-statistics.enabledtrue
anonymous-statistics.hoststats.pocketmine.net
auto-updater.enabledtrue
auto-updater.on-update.warn-consoletrue
auto-updater.on-update.warn-opstrue
auto-updater.preferred-channelbeta
auto-updater.suggest-channelstrue
auto-updater.hostwww.pocketmine.net
timings.hosttimings.pmmp.io
console.title-ticktrue
aliases
worlds
Find duplicates  |   Download