PocketMine Crash Archive

#29781788 Unknown error

Submitted by ImagicalMine 1.0dev

General information

Version: 1.0dev
API version: 1.14.0
Caused by a Plugin: Not directly
Report date: Saturday 01/10/2022 16:43:55
Attached Issue: None

System Information

PHP version: 7.0.3
Operating system: linux
System banner: Linux linux.6ea0e4.com 4.19.0 #1 SMP Thu Apr 22 16:18:59 MSK 2021 x86_64

Error information

time_sleep_until(): Sleep until to time is less than current time
File: /src/pocketmine/Server
Line: #2256
Error level: E_WARNING

[2247]     }
[2248] 
[2249]     private function tickProcessor(){
[2250]         $this->nextTick = microtime(true);
[2251]         while($this->isRunning){
[2252]             $this->tick();
[2253]             $next = $this->nextTick - 0.0001;
[2254]             if($next > microtime(true)){
[2255]                 try{
[2256]                     time_sleep_until($next);
[2257]                 }catch(\Throwable $e){
[2258]                     //Sometimes $next is less than the current time. High load?
[2259]                 }
[2260]             }
[2261]         }
[2262]     }
[2263] 
[2264]     public function onPlayerLogin(Player $player){
[2265]         if($this->sendUsageTicker > 0){
[2266]             $this->uniquePlayers[$player->getRawUniqueId()] = $player->getRawUniqueId();
#0 (): pocketmine\Server->crashDump(boolean)

Loaded Plugins

NameVersionStateAuthor(s)

Server Settings [toggle]

NameValue
server-nameLegacy Anarchy Survival
server-port19132
gamemode0
max-players120
spawn-protection16
white-listoff
enable-queryon
enable-rconoff
motdMinecraft: PE Server
announce-player-achievementson
redstone-calculationon
allow-flightoff
spawn-animalson
spawn-mobson
force-gamemodeoff
hardcoreoff
pvpon
difficulty1
generator-settings
level-nameworld
level-seed
level-typeDEFAULT
rcon.password******
auto-saveon
disable-logfileoff
temp-filetrue
settings.languageeng
Find duplicates  |   Download