menu
#9249237 Entity PartnerItems\entity\PortableBardEntity is not registered

Submitted by PocketMine-MP 5.4.3

General information

Version: 5.4.3
Git commit: e852a438
Plugin involvement: Indirect
Report date: 2023-09-19 15:39:02 +0000 UTC
Server uptime: 0 days 0 hours 5 minutes 1 seconds

System Information

PHP version: 8.1.22
JIT status: Not available
Operating system: linux
System banner: Linux 301536ee-6126-4f1a-824e-05d9357ac9b7 5.4.0-162-generic #179-Ubuntu SMP Mon Aug 14 08:51:31 UTC 2023 x86_64

Error information

Warning: a 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: Entity PartnerItems\entity\PortableBardEntity is not registered
File: pmsrc/src/entity/EntityFactory
Line: #244
Type: InvalidArgumentException
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
		}catch(NbtException $e){
throw new SavedDataLoadingException($e->getMessage(), 0, $e);
}
}

public function injectSaveId(string $class, CompoundTag $saveData) : void{
if(isset($this->saveNames[$class])){
$saveData->setTag(self::TAG_IDENTIFIER, new StringTag($this->saveNames[$class]));
}else{
throw new \InvalidArgumentException("Entity $class is not registered");
}
}

/**
* @phpstan-param class-string<Entity> $class
*/
public function getSaveId(string $class) : string{
if(isset($this->saveNames[$class])){
return $this->saveNames[$class];
}
#0 pmsrc/src/entity/Entity(481): pocketmine\entity\EntityFactory->injectSaveId(string[38] PartnerItems\entity\PortableBardEntity, object pocketmine\nbt\tag\CompoundTag#100847)
#1 pmsrc/src/entity/Living(289): pocketmine\entity\Entity->saveNBT()
#2 pmsrc/src/world/World(1405): pocketmine\entity\Living->saveNBT()
#3 (): pocketmine\world\World->pocketmine\world\{closure}(object PartnerItems\entity\PortableBardEntity#93741)
#4 pmsrc/src/world/World(1405): array_map(object Closure#55555, array[1])
#5 pmsrc/src/world/World(1389): pocketmine\world\World->saveChunks()
#6 pmsrc/src/world/WorldManager(401): pocketmine\world\World->save(false)
#7 pmsrc/src/world/WorldManager(363): pocketmine\world\WorldManager->doAutoSave()
#8 pmsrc/src/Server(1805): pocketmine\world\WorldManager->tick(int 6000)
#9 pmsrc/src/Server(1687): pocketmine\Server->tick()
#10 pmsrc/src/Server(1064): pocketmine\Server->tickProcessor()
#11 pmsrc/src/PocketMine(334): pocketmine\Server->__construct(object pocketmine\thread\ThreadSafeClassLoader#6, object pocketmine\utils\MainLogger#3, string[16] /home/container/, string[24] /home/container/plugins/)
#12 pmsrc/src/PocketMine(357): pocketmine\server()
#13 pmsrc(11): require(string[60] phar:///home/container/PocketMine-MP.phar/src/PocketMine.php)

Loaded Plugins

  • Show

Server Settings

  • Show

Installed Composer Dependencies

Installed PHP Extensions

  • Show