Hello, i just recently installed pocketmine onto my ubuntu system everything works but i cant join the server i dont know if its the wrong ip? 2. This thing keepss popping up that raklib failed? can anyone help i would like to join
It's hard to read text on a photo, so please try just copy/pasting the console in future, in a spoiler. It seems to be saying that not only are using a very outdated version of PocketMine, but you have already started a server on that port already and closed in incorrectly. Restart the machine, and update PocketMine with a recent build from the Jenkins link in the top menu to start with, or reinstall completely using the Linux script provided here http://pmmp.readthedocs.io/en/rtfd/installation.html
His exactly did you install? The first error tells you that pocketmine is already running, so either kill the process, or if you aren't sure how, restart the machine. Which version of PocketMine does it say in that photo?
Hey Liam. To solve that issue on your first post, you need to make sure you don't have a server already running, as the server can't be running twice. If you haven't got a PMMP server running, make sure you haven't got anything else running on port 19132 As Awzaw said, restart your machine. (meaning shut down your computer)
If its UNIX (Linux, MacOS, etc.) type "sudo reboot" in the (ssh, if it's a VPS) terminal. If it's Windows, press Alt+F4 when no other windows are open and select reboot, or just use the start Menu
A reboot will surely help you in this problem as it closes all processes currently running. You can run 1 server on port 19132 but running 2 on the same port will cause a raklib crash unless you use different IPs, or use different ports like 12345 or what you prefer. Also its better you have a window like tmux or screen as it helps getting back to the process when exiting your terminal. (For Linux Ubuntu based Systems) I advice using... https://pmmp.readthedocs.io as it helps out. Also if you are a begginer use the phar file than the github src file as you need to add the raklib, spl as well as the lang files over. I hope you know that we are now using a composer, the same way discordPHP bots do. Get more information of how to use composer etc here on our forums... https://forums.pmmp.io/threads/pocketmine-mp-is-now-using-composer.3755/#post-35955 No, if you delete the folder you don't kill it. Also make sure your PHP is running on version 7.2 as PocketMine now uses PHP7.2. I believe you can find PHP 7.2 from Jenkins at.. https://jenkins.pmmp.io
There can be 1 server running but if you exit the terminal, like your internet just cut down for 1 sec then you get disconnected easily. Then when you do ./start.sh again it won't let you get the server up and gives the reason saying raklib thread crashed. Its due to the service running on the same port. Also you can use netstat (I believe no one mentioned it here) which is help full to get processes running. Code: netstat -tunlp As well as, ps can be help full in many areas like to list all the process running on your Linux do.. Code: ps aux To see a tree view, where hierarchal relationships are illustrated, we can run the command with these options.. Code: ps axjf You can also get a process ID (PID) and then using kill you can kill it on Linux.
Thank you. i have wget installed But i dont know what to fetch to get everything running the old thing it said was https://get.pmmp.io/ but that is no longer working.