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

Raklib Crashing

Discussion in 'Help' started by iTzAnTiFTW, Jul 28, 2017.

  1. iTzAnTiFTW

    iTzAnTiFTW Spider Jockey

    Messages:
    36
    GitHub:
    itzantiftw
    Hello, I am receiving the error code below of Raklib crashing. This is a clean VPS with no other servers running besides this one on 19132.

    I have already tried fuser -k 19132/tcp and restarting the VPS.

    Code:
     [RakLibServer thread/CRITICAL]: **** FAILED TO BIND TO 0.0.0.0:19132!
    [23:06:46] [RakLibServer thread/CRITICAL]: Perhaps a server is already running on that port?
    [23:06:46] [Server thread/EMERGENCY]: RakLib crashed!
     
  2. robske_110 (Tim)

    robske_110 (Tim) Wither Skeleton Poggit Reviewer

    Messages:
    1,342
    GitHub:
    robske110
    are you sure you have no auto start scripts in place.
    and I'm not familiar with fuser, but does it support port/protocol. Servers also use UDP and TCP.
    If you have confirmed that really no php process is running (maybe with 'killall php') and no other server is running, try changing the port to something random. if it still doesn't work, your VPS may have some blocks in place?
     
    NickTehUnicorn likes this.
  3. iTzAnTiFTW

    iTzAnTiFTW Spider Jockey

    Messages:
    36
    GitHub:
    itzantiftw
    When changing port to random, the error reoccurs after about 20 minutes.
     
  4. SkySeven

    SkySeven Baby Zombie

    Messages:
    145
    GitHub:
    SkySevenMC
    it's when you start mcpe in windows 10 before start the server :), just close mcw10 and start the server
     
  5. iTzAnTiFTW

    iTzAnTiFTW Spider Jockey

    Messages:
    36
    GitHub:
    itzantiftw
    The issue is on the VPS itself not Windows
     
  6. SkySeven

    SkySeven Baby Zombie

    Messages:
    145
    GitHub:
    SkySevenMC
    Oh ok, Sorry
     
  7. gistrec

    gistrec Witch

    Messages:
    68
    GitHub:
    gistrec
    You can write netstat -Wcatnp in terminal and look which process use you port :)
    Code:
    Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
    tcp        0      0 127.0.0.1:27017         0.0.0.0:*               LISTEN      870/mongod
    tcp        0      0 127.0.0.1:11211         0.0.0.0:*               LISTEN      45794/memcached
    tcp6       0      0 :::80                   :::*                    LISTEN      913/nodejs
    

     
    Last edited: Jul 28, 2017
  8. NickTehUnicorn

    NickTehUnicorn Zombie

    Messages:
    200
    GitHub:
    unickorn
    "A server's already running on th-"
    "That's impossible"
    "Say whaaat"
    All I can say is "Reinstall Ubuntu on your VPS."
    Try it. Might work.
     
    iTzAnTiFTW likes this.
  9. iTzAnTiFTW

    iTzAnTiFTW Spider Jockey

    Messages:
    36
    GitHub:
    itzantiftw
    Haha that was my exact reaction when i saw it. Ill try that in a couple of hours when im at my PC
     
    NickTehUnicorn and gistrec like 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.