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

Vanilla World Generstor

Discussion in 'Plugin Help' started by MidWolfhunter, May 29, 2020.

  1. MidWolfhunter

    MidWolfhunter Silverfish

    Messages:
    24
    I downloaded the Vanilla World Generstor to use it in my PocketMine server. I followed the instructions to edit the Pocketmine.yml file and to upload the plugin folder.

    When I try to start the server, it gives an error in console. A lot of them. I am sure its due to the file I edited under world properties:
    world:
    ```
    generator: vanilla_overworld
    nether:
    generator: vanilla_nether
    ```

    Can anyone help me with this issue?

    Here's the console error:
    Code:
    Toggle navigation
    User Image
    Pocketmine-MP
    
    :/home/container$ ./bin/php7/bin/php ./PocketMine-MP.phar --no-wizard --disable-ansi
    PHP Warning: Failed loading Zend extension 'opcache.so' (tried: /var/jenkins_home/workspace/PHP-7.3-Linux-x86_64/bin/php7/lib/php/extensions/no-debug-zts-20180731/opcache.so (/var/jenkins_home/workspace/PHP-7.3-Linux-x86_64/bin/php7/lib/php/extensions/no-debug-zts-20180731/opcache.so: cannot open shared object file: No such file or directory), /var/jenkins_home/workspace/PHP-7.3-Linux-x86_64/bin/php7/lib/php/extensions/no-debug-zts-20180731/opcache.so.so (/var/jenkins_home/workspace/PHP-7.3-Linux-x86_64/bin/php7/lib/php/extensions/no-debug-zts-20180731/opcache.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
    Warning: Failed loading Zend extension 'opcache.so' (tried: /var/jenkins_home/workspace/PHP-7.3-Linux-x86_64/bin/php7/lib/php/extensions/no-debug-zts-20180731/opcache.so (/var/jenkins_home/workspace/PHP-7.3-Linux-x86_64/bin/php7/lib/php/extensions/no-debug-zts-20180731/opcache.so: cannot open shared object file: No such file or directory), /var/jenkins_home/workspace/PHP-7.3-Linux-x86_64/bin/php7/lib/php/extensions/no-debug-zts-20180731/opcache.so.so (/var/jenkins_home/workspace/PHP-7.3-Linux-x86_64/bin/php7/lib/php/extensions/no-debug-zts-20180731/opcache.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
    [16:35:17] [Server thread/INFO]: Loading pocketmine.yml...
    [16:35:17] [Server thread/CRITICAL]: ErrorException: "yaml_parse(): scanning error encountered during parsing: could not find expected ':' (line 178, column 1), context while scanning a simple key (line 177, column 1)" (EXCEPTION) in "src/pocketmine/utils/Config" at line 185
    [16:35:17] [Server thread/DEBUG]: #0 (): pocketmine\utils\Utils::errorExceptionHandler(integer 2, string[163] yaml_parse(): scanning error encountered during parsing: could not find expected, string[73] phar:///home/container/PocketMine-MP.phar/src/pocketmine/utils/Config.php, integer 185, array[5])
    [16:35:17] [Server thread/DEBUG]: #1 src/pocketmine/utils/Config(185): yaml_parse(string[6820] # Main configuration file for PocketMine-MP.# These settings are the ones that c)
    [16:35:17] [Server thread/DEBUG]: #2 src/pocketmine/utils/Config(122): pocketmine\utils\Config->load(string[30] /home/container/pocketmine.yml, integer 2, array[0])
    [16:35:17] [Server thread/DEBUG]: #3 src/pocketmine/Server(1328): pocketmine\utils\Config->__construct(string[30] /home/container/pocketmine.yml, integer 2, array[0])
    [16:35:17] [Server thread/DEBUG]: #4 src/pocketmine/PocketMine(272): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[16] /home/container/, string[24] /home/container/plugins/)
    [16:35:17] [Server thread/DEBUG]: #5 src/pocketmine/PocketMine(295): pocketmine\server()
    [16:35:17] [Server thread/DEBUG]: #6 (11): require(string[71] phar:///home/container/PocketMine-MP.phar/src/pocketmine/PocketMine.php)
    [16:35:17] [Server thread/CRITICAL]: Error: "Call to a member function translateString() on null" (EXCEPTION) in "src/pocketmine/Server" at line 2059
    [16:35:17] [Server thread/DEBUG]: #0 src/pocketmine/Server(2040): pocketmine\Server->crashDump()
    [16:35:17] [Server thread/DEBUG]: #1 src/pocketmine/Server(1586): pocketmine\Server->exceptionHandler(object ErrorException)
    [16:35:17] [Server thread/DEBUG]: #2 src/pocketmine/PocketMine(272): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[16] /home/container/, string[24] /home/container/plugins/)
    [16:35:17] [Server thread/DEBUG]: #3 src/pocketmine/PocketMine(295): pocketmine\server()
    [16:35:17] [Server thread/DEBUG]: #4 (11): require(string[71] phar:///home/container/PocketMine-MP.phar/src/pocketmine/PocketMine.php)
    ]0;[16:35:17] [Server thread/CRITICAL]: Error: "Call to a member function getNested() on null" (EXCEPTION) in "src/pocketmine/Server" at line 1092
    [16:35:17] [Server thread/DEBUG]: #0 src/pocketmine/Server(1889): pocketmine\Server->getProperty(string[23] network.upnp-forwarding, boolean )
    [16:35:17] [Server thread/DEBUG]: #1 src/pocketmine/Server(2115): pocketmine\Server->forceShutdown()
    [16:35:17] [Server thread/DEBUG]: #2 src/pocketmine/Server(2040): pocketmine\Server->crashDump()
    [16:35:17] [Server thread/DEBUG]: #3 src/pocketmine/Server(1586): pocketmine\Server->exceptionHandler(object ErrorException)
    [16:35:17] [Server thread/DEBUG]: #4 src/pocketmine/PocketMine(272): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[16] /home/container/, string[24] /home/container/plugins/)
    [16:35:17] [Server thread/DEBUG]: #5 src/pocketmine/PocketMine(295): pocketmine\server()
    [16:35:17] [Server thread/DEBUG]: #6 (11): require(string[71] phar:///home/container/PocketMine-MP.phar/src/pocketmine/PocketMine.php)
    [16:35:17] [Server thread/EMERGENCY]: Crashed while crashing, killing process
    /entrypoint.sh: line 13: 14 Killed ${MODIFIED_STARTUP}
     
  2. GamakCZ

    GamakCZ Zombie Pigman

    Messages:
    598
    GitHub:
    GamakCZ
    It seems that you've used wrong encoding
     
    MidWolfhunter and folosinod71962 like this.
  3. MidWolfhunter

    MidWolfhunter Silverfish

    Messages:
    24
    Do you have a link to a better or comparability version?
     
  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.