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
Name | Version | State | Author(s) |
Server Settings [toggle]
Name | Value |
server-name | Legacy Anarchy Survival |
server-port | 19132 |
gamemode | 0 |
max-players | 120 |
spawn-protection | 16 |
white-list | off |
enable-query | on |
enable-rcon | off |
motd | Minecraft: PE Server |
announce-player-achievements | on |
redstone-calculation | on |
allow-flight | off |
spawn-animals | on |
spawn-mobs | on |
force-gamemode | off |
hardcore | off |
pvp | on |
difficulty | 1 |
generator-settings | |
level-name | world |
level-seed | |
level-type | DEFAULT |
rcon.password | ****** |
auto-save | on |
disable-logfile | off |
temp-file | true |
settings.language | eng |