1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Solved Texture Pack shows Errors (not working)

Discussion in 'Help' started by IllegalerKater, Dec 25, 2017.

  1. IllegalerKater

    IllegalerKater Silverfish

    Messages:
    15
    GitHub:
    IllegalerKater
    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
     

    Attached Files:

  2. IllegalerKater

    IllegalerKater Silverfish

    Messages:
    15
    GitHub:
    IllegalerKater
  3. NickTehUnicorn

    NickTehUnicorn Zombie

    Messages:
    200
    GitHub:
    unickorn
    Maybe tell us how so others getting the same error can search the forums and find out without creating a duplicate thread?
     
  4. IllegalerKater

    IllegalerKater Silverfish

    Messages:
    15
    GitHub:
    IllegalerKater
    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 ]
    }
    ]
    }
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.