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

[SOLVED]RakLibServer

Discussion in 'General discussion' started by GeistFan, Nov 12, 2020.

  1. GeistFan

    GeistFan Slime

    Messages:
    86
    GitHub:
    GeistFan
    Please help me, I keep getting these errors.
    [21:37:23] [RakLibServer thread/CRITICAL]: RuntimeException: "Failed to bind socket: Something else is already running on 0.0.0.0 19132" (EXCEPTION) in "vendor/pocketmine/raklib/src/server/UDPServerSocket" at line 67
    [21:37:23] [RakLibServer thread/CRITICAL]: #0 vendor/pocketmine/raklib/src/server/RakLibServer(290): raklib\server\UDPServerSocket->__construct(object raklib\utils\InternetAddress)
    [21:37:23] [RakLibServer thread/CRITICAL]: #1 (): raklib\server\RakLibServer->run()
    [Server thread/EMERGENCY]: Fatal error: socket_bind(): unable to bind address [98]: Address already in use in phar:///home/server/pocketmine/PocketMine-MP.phar/vendor/pocketmine/raklib/src/server/UDPServerSocket.php on line 62
    [21:37:24] [Server thread/CRITICAL]: Exception: "RakLib Thread crashed" (EXCEPTION) in "src/pocketmine/network/mcpe/RakLibInterface" at line 112
    [21:37:24] [Server thread/CRITICAL]: #0 src/pocketmine/network/Network(109): pocketmine\network\mcpe\RakLibInterface->process()
    [21:37:24] [Server thread/CRITICAL]: #1 src/pocketmine/Server(2387): pocketmine\network\Network->processInterfaces()
    [21:37:24] [Server thread/CRITICAL]: #2 src/pocketmine/Server(2154): pocketmine\Server->tick()
    [21:37:24] [Server thread/CRITICAL]: #3 src/pocketmine/Server(1994): pocketmine\Server->tickProcessor()
    [21:37:24] [Server thread/CRITICAL]: #4 src/pocketmine/Server(1588): pocketmine\Server->start()
    [21:37:24] [Server thread/CRITICAL]: #5 src/pocketmine/PocketMine(273): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[24] /home/server/pocketmine/, string[32] /home/server/pocketmine/plugins/)
    [21:37:24] [Server thread/CRITICAL]: #6 src/pocketmine/PocketMine(304): pocketmine\server()
    [21:37:24] [Server thread/CRITICAL]: #7 (11): require(string[79] phar:///home/server/pocketmine/PocketMine-MP.phar/src/pocketmine/PocketMine.php)
    [21:37:24] [Server thread/EMERGENCY]: An unrecoverable error has occurred and the server has crashed. Creating a crash dump
    [21:37:24] [Server thread/EMERGENCY]: Please upload the "/home/server/pocketmine/crashdumps/Thu_Nov_12-21.37.24-CET_2020.log" file to the Crash Archive and submit the link to the Bug Reporting page. Give as much info as you can.
    [21:37:24] [Server thread/EMERGENCY]: The crash dump has been automatically submitted to the Crash Archive. You can view it on https://crash.pmmp.io/view/4637701 or use the ID #4637701.
     
  2. GamakCZ

    GamakCZ Zombie Pigman

    Messages:
    598
    GitHub:
    GamakCZ
    That means some process is already running on ip 0.0.0.0 and on port 19132, you must find the process and stop it, or choose another port.
     
    Primus likes this.
  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.