#54 Player is not connected
Submitted by PocketMine-MP 5.7.1+dev
General information
Version: | 5.7.1+dev |
---|---|
Git commit: | cf45d0c9 |
Plugin involvement: | Indirect |
Report date: | 2023-12-23 13:32:04 +0000 UTC |
Server uptime: | 0 days 0 hours 28 minutes 54 seconds |
System Information
PHP version: | 8.2.9 |
---|---|
JIT status: | Not available |
Operating system: | linux |
System banner: | Linux ananasmine.ru 5.15.0-91-generic #101-Ubuntu SMP Tue Nov 14 13:30:08 UTC 2023 x86_64 |
Error information
Warning: the InAnticheat plugin was indirectly involved in this crash. This may be a false positive. Please contact the plugin author before opening a bug ticket.
Thread: | Main |
---|---|
Message: | Player is not connected |
File: | pmsrc/src/player/Player |
Line: | #612 |
Type: | LogicException |
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
return $this->isConnected();
}
public function isConnected() : bool{
return $this->networkSession !== null && $this->networkSession->isConnected();
}
public function getNetworkSession() : NetworkSession{
if($this->networkSession === null){
throw new \LogicException("Player is not connected");
}
return $this->networkSession;
}
/**
* Gets the username
*/
public function getName() : string{
return $this->username;
}
#0 pmsrc/src/player/Player(2100): pocketmine\player\Player->getNetworkSession()
#1 plugins/InAnticheat.phar/src/themestl/inanticheat/profile/DetectorProfile(56): pocketmine\player\Player->sendMessage(string[139] ..7(..e................7) ..f.......... ..eVLAD 55555 ..f......................)
#2 plugins/InAnticheat.phar/src/themestl/inanticheat/profile/SuspectProfile(106): themestl\inanticheat\profile\DetectorProfile->notify(object corndan\GoCore\player\GoPlayer#735937, object themestl\inanticheat\check\movement\FlyingCheck#432596)
#3 plugins/InAnticheat.phar/src/themestl/inanticheat/check/movement/FlyingCheck(123): themestl\inanticheat\profile\SuspectProfile->suspect(object themestl\inanticheat\check\movement\FlyingCheck#432596, int 2, array[2])
#4 pmsrc/src/event/RegisteredListener(61): themestl\inanticheat\check\movement\FlyingCheck->handlePlayerMoveEvent(object pocketmine\event\player\PlayerMoveEvent#1143725)
#5 pmsrc/src/event/Event(63): pocketmine\event\RegisteredListener->callEvent(object pocketmine\event\player\PlayerMoveEvent#1143725)
#6 pmsrc/src/player/Player(1343): pocketmine\event\Event->call()
#7 pmsrc/src/player/Player(1436): pocketmine\player\Player->processMostRecentMovements()
#8 pmsrc/src/world/World(1070): pocketmine\player\Player->onUpdate(int 11861)
#9 pmsrc/src/world/World(990): pocketmine\world\World->actuallyDoTick(int 11861)
#10 pmsrc/src/world/WorldManager(351): pocketmine\world\World->doTick(int 11861)
#11 pmsrc/src/Server(1882): pocketmine\world\WorldManager->tick(int 11861)
#12 pmsrc/src/Server(1764): pocketmine\Server->tick()
#13 pmsrc/src/Server(1096): pocketmine\Server->tickProcessor()
#14 pmsrc/src/PocketMine(334): pocketmine\Server->__construct(object pocketmine\thread\ThreadSafeClassLoader#3, object pocketmine\utils\MainLogger#6, string[24] /home/anmine/servers/s8/, string[32] /home/anmine/servers/s8/plugins/)
#15 pmsrc/src/PocketMine(357): pocketmine\server()
#16 pmsrc(11): require(string[61] phar:///home/anmine/servers/s8/InCore.phar/src/PocketMine.php)
Loaded Plugins
-
Show
Server Settings
-
Show
Installed Composer Dependencies
-
Show
Installed PHP Extensions
-
Show