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

Installation OpenSSL stucks

Discussion in 'Help' started by Philipp97714, Jul 8, 2018.

  1. Philipp97714

    Philipp97714 Spider

    Messages:
    13
    GitHub:
    philipp97714
    I tried to install the minecraft server on my Ubuntu server. I created a directory at /usr/games/minecraft (of course with write access) and executed "wget -q -O - https://get.pmmp.io | bash -s -".

    I don't know much about linux, so this could be a very easy mistake. After entering the commad I get this output:

    `minecraft@h2755331:/usr/games/minecraft$ wget -q -O - https://get.pmmp.io | bash -s -
    [] Retrieving latest build data for channel "alpha"
    [
    ] Found PocketMine-MP 3.0.4 (build 1220) for Minecraft: PE v1.4.0 (PHP 7.2)
    [] This alpha build was released on Fr 29. Jun 13:22:50 CEST 2018
    [
    ] Installing/updating PocketMine-MP on directory ./
    [1/3] Cleaning...
    [2/3] Downloading PocketMine-MP phar... done!
    [3/3] Obtaining PHP: detecting if build is available... Linux PHP build available... downloading 7.2 ... checking... downloaded PHP build doesn't work on this platform!
    [3/3] No prebuilt PHP found, compiling PHP automatically. This might take a while.

    [PocketMine] PHP compiler for Linux, MacOS and Android
    [INFO] Checking dependencies
    [INFO] Compiling for current machine using 64-bit
    PHP:
     downloading 7.2.7... done!
    [
    zlibdownloading 1.2.11... checking... compiling... installing... done!
    [
    GMPdownloading 6.1.2... checking... compiling... installing... done!
    [
    mbed TLSdownloading 2.11.0... checking... compiling... installing... done!
    [
    OpenSSLdownloading 1.1.0h... checking... compiling... installing...
    `


    After hours of waiting nothing happends any more. I deleted all files in the minecraft folder and tried it again with no success. I think this is bug and I don't know what to do there.
     
  2. Awzaw

    Awzaw Zombie Pigman Poggit Admin

    Messages:
    726
    GitHub:
    awzaw
    "After hours of waiting nothing happends any more"

    Try using screen - the installation can take a while to complete, and if you disconnect from ssh before it is completed anything running within that session will be closed.
     
  3. Philipp97714

    Philipp97714 Spider

    Messages:
    13
    GitHub:
    philipp97714
    Thank you very much, that fixed the problem.
    Now I have the problem that I cant connect to the server with my android smartphone. It says the server is deprecated. Im using Minecraft for Android 1.6.0.5. I don't know which Pocketmine version I have or how I can see that, but I installed it a few minutes ago, so I think it is the latest. Is it a bug or did I something wrong?
     
  4. Awzaw

    Awzaw Zombie Pigman Poggit Admin

    Messages:
    726
    GitHub:
    awzaw
    AFAIK the latest version is 1.4.4... where did you get it?!

    To see your PocketMine version just type 'version' on console.
     
    corytortoise and EdwardHamHam like this.
  5. Philipp97714

    Philipp97714 Spider

    Messages:
    13
    GitHub:
    philipp97714
    Okay thank you, I left the beta group and reinstalled the android app. Now I can connect to the server.
    I want to use my android worlds and copied it into the right directory. No I get an error because I need to a leveldb PHP extension.
    I found some threads in this forum but no instructions that helped me. Can anyone provide me the linux commands that I have to type in putty? Otherwise I have no chance to use the world, because I am a beginner and don't know much about linux.
     
  6. r7vmc

    r7vmc Baby Zombie

    Messages:
    112
    GitHub:
    r7vmc
    PocketMine dosen't support LevelDB (MC Bedrock Format) at Current Time so use this tool and convert your worlds to anvil format (MC Java Format)
    and it should work with your server
     
  7. Philipp97714

    Philipp97714 Spider

    Messages:
    13
    GitHub:
    philipp97714
    Thank you for your reply, you all help me a lot. Unfortunately this isn't working for me. If I select "Convert from PC", I get an Error that a part of the path "C:\myWorld\region" could not be found. Indeed this folder does not exist.
    If I select "Convert to PC" I get

    Invalid argument: C:\Users\myName\AppData\Local\Temp\mcctoolchest\6881abc8-7e2c-4cd3-b645-cb4394254b1a\db: does not exist (create_if_missing is false)

    Therefore I could not convert the world. Do you think ist poosible with less effort at all? Maybe it's too difficult and I should create a new map.

    By the way, do you know when redstone functions are planned to be implemented?
     
  8. r7vmc

    r7vmc Baby Zombie

    Messages:
    112
    GitHub:
    r7vmc
    What's the size of your world?
     
  9. Philipp97714

    Philipp97714 Spider

    Messages:
    13
    GitHub:
    philipp97714
  10. r7vmc

    r7vmc Baby Zombie

    Messages:
    112
    GitHub:
    r7vmc
  11. Philipp97714

    Philipp97714 Spider

    Messages:
    13
    GitHub:
    philipp97714
    Thank you, this seems to be working a bit. I set changed the path to the map in the config file. But now I am in a different world when I connect to server. I get the following output in a red font:

    [Server thread/ERROR]: Error while unloading a chunk: fopen(/usr/games/minecraft/worlds/Kleintierzoo/region/r.-1.-1.mca): failed to open stream: Permission denied
    [10:38:41] [Server thread/CRITICAL]: ErrorException: "fopen(/usr/games/minecraft/worlds/Kleintierzoo/region/r.-1.-1.mca): failed to open stream: Permission denied" (EXCEPTION) in "src/pocketmine/level/format/io/region/RegionLoader" at line 76

    The converted world you sent me looks different. Here are two pictures: converted: Screenshot_20180710-103754_Minecraft.jpg

    my world: Screenshot_20180710-103835_Minecraft.jpg

    In minecraft settings I see seed -1 if I am connected to the server
     
  12. r7vmc

    r7vmc Baby Zombie

    Messages:
    112
    GitHub:
    r7vmc
    that's a permission error, delete the world and paste it again from zip (without running the server), and run the following command in your linux terminal:
    Code:
    chmod -R 777 /usr/games/minecraft/worlds/Kleintierzoo
    after that run the server and tell me how it goes.
     
  13. Philipp97714

    Philipp97714 Spider

    Messages:
    13
    GitHub:
    philipp97714
    Thank you so much. Now everything is working fine. Do you know when redstone will be supported?
    My map used redstone parts. Will they work again if redstone is supported some day or are they broken?
    Thank you so much!
     
  14. r7vmc

    r7vmc Baby Zombie

    Messages:
    112
    GitHub:
    r7vmc
    Ask @dktapps he might help you about Redstone support
     
  15. Awzaw

    Awzaw Zombie Pigman Poggit Admin

    Messages:
    726
    GitHub:
    awzaw
    This thread is already way off topic, and there is no point pinging staff about redstone. They've already made it very clear: redstone is on the roadmap (along with MineCarts and other features that everyone wants), but is not high-priority, so you will not get an ETA.
     
    EdwardHamHam likes this.
  16. r7vmc

    r7vmc Baby Zombie

    Messages:
    112
    GitHub:
    r7vmc
    ok
     
  17. Philipp97714

    Philipp97714 Spider

    Messages:
    13
    GitHub:
    philipp97714
    Sorry for that but I have one more question. If I enter "/tp -70 70 150" in Minecraft, everything is fine and I can teleport myself. If I enter "/setworldspawn -70 70 150" and then "/kill" and respawn, I spawn at (18.5, 0, -58.5) and fall out of world. I'm in creative mode. At the servers console I see
    [18:15:20] [Server thread/INFO]: [Philipp97714: Set the world spawn point to (-70, 70, 140)]
     
  18. r7vmc

    r7vmc Baby Zombie

    Messages:
    112
    GitHub:
    r7vmc
    I have this problem too, but I don't know how to fix it.
     
  19. Philipp97714

    Philipp97714 Spider

    Messages:
    13
    GitHub:
    philipp97714
    Google Play Store updated Minecraft to version 1.5. Now I can't connect to my server because the server is deprecated. What do I have to do now?
     
  20. r7vmc

    r7vmc Baby Zombie

    Messages:
    112
    GitHub:
    r7vmc
    Wait the new release.
     
  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.