menu
#238 Tag "RandomSeed" does not exist

Submitted by PocketMine-MP 5.18.1+dev.2059

General information

Version: 5.18.1+dev.2059
Git commit: ee4bc53a
Plugin involvement: Indirect
Report date: 2024-09-29 21:34:22 +0000 UTC
Server uptime: 0 days 0 hours 0 minutes 2 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: 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: Tag "RandomSeed" does not exist
File: pmsrc/vendor/pocketmine/nbt/src/tag/CompoundTag
Line: #156
Type: pocketmine\nbt\NoSuchTagException
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
		$tag = $this->getTag($name);
if($tag instanceof $expectedClass){
return $tag->getValue();
}
if($tag !== null){
throw new UnexpectedTagTypeException("Expected a tag of type $expectedClass, got " . get_class($tag));
}

if($default === null){
throw new NoSuchTagException("Tag \"$name\" does not exist");
}

return $default;
}

/*
* The following methods are wrappers around getTagValue() with type safety.
*/

public function getByte(string $name, ?int $default = null) : int{
#0 pmsrc/vendor/pocketmine/nbt/src/tag/CompoundTag(179): pocketmine\nbt\tag\CompoundTag->getTagValue(string[10] RandomSeed, string[26] pocketmine\nbt\tag\LongTag, null)
#1 pmsrc/src/world/format/io/data/BaseNbtWorldData(132): pocketmine\nbt\tag\CompoundTag->getLong(string[10] RandomSeed)
#2 pmsrc/src/world/format/io/FormatConverter(111): pocketmine\world\format\io\data\BaseNbtWorldData->getSeed()
#3 pmsrc/src/world/format/io/FormatConverter(72): pocketmine\world\format\io\FormatConverter->generateNew()
#4 pmsrc/src/world/WorldManager(239): pocketmine\world\format\io\FormatConverter->execute()
#5 pmsrc/src/Server(1155): pocketmine\world\WorldManager->loadWorld(string[5] world, true)
#6 pmsrc/src/Server(1081): pocketmine\Server->startupPrepareWorlds()
#7 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/)
#8 pmsrc/src/PocketMine(378): pocketmine\server()
#9 /home/anmine/startup/tests/PocketMine-MP.phar(168): require(string[72] phar:///tmp/PocketMine-MP-phar-cache.0/PMMPink4kF.tar/src/PocketMine.php)

Loaded Plugins

  • Show

Server Settings

  • Show

Installed Composer Dependencies

Installed PHP Extensions

  • Show