menu
#223 Undefined property: pocketmine\network\mcpe\protocol\InventorySlotPacket::$itemTable

Submitted by PocketMine-MP 5.18.1+dev.2052

General information

Version: 5.18.1+dev.2052
Git commit: eb0b10fd
Plugin involvement: Indirect
Report date: 2024-09-09 17:03:32 +0000 UTC
Server uptime: 0 days 0 hours 0 minutes 3 seconds

System Information

PHP version: 8.3.4
JIT status: Not available
Operating system: linux
System banner: Linux anmine.ru 5.10.0-32-amd64 #1 SMP Debian 5.10.223-1 (2024-08-10) x86_64

Error information

Warning: the GoCore 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: Undefined property: pocketmine\network\mcpe\protocol\InventorySlotPacket::$itemTable
File: pmsrc/vendor/nethergamesmc/bedrock-protocol/src/DataPacket
Line: #106
Type: Error
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
	 */
abstract protected function encodePayload(PacketSerializer $out) : void;

/**
* @param string $name
*
* @return mixed
*/
public function __get($name){
throw new \Error("Undefined property: " . get_class($this) . "::\$" . $name);
}

/**
* @param string $name
* @param mixed $value
*/
public function __set($name, $value) : void{
throw new \Error("Undefined property: " . get_class($this) . "::\$" . $name);
}
}
#0 plugins/GoCore/src/corndan/GoCore/managers/DevManager(25): pocketmine\network\mcpe\protocol\DataPacket->__get(string[9] itemTable)
#1 plugins/GoCore/src/corndan/GoCore/CoreMain(266): corndan\GoCore\managers\DevManager->__construct()
#2 pmsrc/src/plugin/PluginBase(119): corndan\GoCore\CoreMain->onEnable()
#3 pmsrc/src/plugin/PluginManager(456): pocketmine\plugin\PluginBase->onEnableStateChange(true)
#4 pmsrc/src/Server(1465): pocketmine\plugin\PluginManager->enablePlugin(object corndan\GoCore\CoreMain#50870)
#5 pmsrc/src/Server(1086): pocketmine\Server->enablePlugins(object pocketmine\plugin\PluginEnableOrder#56630)
#6 pmsrc/src/PocketMine(355): pocketmine\Server->__construct(object pocketmine\thread\ThreadSafeClassLoader#2, object pocketmine\utils\MainLogger#6, string[25] /home/anmine/servers/s99/, string[33] /home/anmine/servers/s99/plugins/)
#7 pmsrc/src/PocketMine(378): pocketmine\server()
#8 /home/anmine/startup/PocketMine-MP.phar(168): require(string[72] phar:///tmp/PocketMine-MP-phar-cache.0/PMMPCtWCtW.tar/src/PocketMine.php)

Loaded Plugins

  • Show

Server Settings

  • Show

Installed Composer Dependencies

Installed PHP Extensions

  • Show