Hello PMMP Users/Team, I try to solve my problems myself but I just can not fix them (PS. I'm not a developer). So I've been running a project called Mineout for quite some time, it's supposed to be Fallout in Minecraft. So to my problem I get several errors that I can not fix ... (I use an older version because it contains an important item for me but it is for the Minecraft PE Version 1.2.8) 1. [Server thread/CRITICAL]: TypeError: "Argument 1 passed to pocketmine\resourcepacks\ZippedResourcePack::verifyManifest() must be an instance of stdClass, null given, called in /home/rogo/mineout/src/pocketmine/resourcepacks/ZippedResourcePack.php on line 89" (EXCEPTION) in "/home/rogo/mineout/src/pocketmine/resourcepacks/ZippedResourcePack" at line 37 2. [Server thread/DEBUG]: #0 /home/rogo/mineout/src/pocketmine/resourcepacks/ZippedResourcePack(89): pocketmine\resourcepacks\ZippedResourcePack::verifyManifest(NULL ) 3. [Server thread/DEBUG]: #1 /home/rogo/mineout/src/pocketmine/resourcepacks/ResourcePackManager(89): pocketmine\resourcepacks\ZippedResourcePack->__construct(string /home/rogo/mineout/resource_packs//Mineout.zip) 4. [Server thread/DEBUG]: #2 /home/rogo/mineout/src/pocketmine/Server(1635): pocketmine\resourcepacks\ResourcePackManager->__construct(pocketmine\Server object, string /home/rogo/mineout/resource_packs/) 5. [Server thread/DEBUG]: #3 /home/rogo/mineout/src/pocketmine/PocketMine(553): pocketmine\Server->__construct(BaseClassLoader object, pocketmine\utils\MainLogger object, string ./, string /home/rogo/mineout/, string /home/rogo/mineout/plugins/) The Codes are in the Zip
Maybe tell us how so others getting the same error can search the forums and find out without creating a duplicate thread?
Dont understand the last one but my manifest.json was the Problem ._. old Format ... Correct Code: { "format_version" : 1, "header" : { "description" : "Beschreibung", "name" : "Name", "platform_locked" : false, "uuid" : "https://www.uuidgenerator.net", "version" : [ 0, 0, 0 ] }, "min_engine_version" : [ 0, 0, 0, 1, 2, 5 ], "modules" : [ { "description" : "", "type" : "resources", "uuid" : "https://www.uuidgenerator.net", "version" : [ 1, 0, 0 ] } ] }