GoldenEye: Source Forums

  • March 28, 2024, 04:06:20 pm
  • Welcome, Guest
Advanced search  

News:

Pages: 1 [2]  All   Go Down

Author Topic: Dedicated Server errors like "Assertion Failed" and "model has no name," help?  (Read 18599 times)

0 Members and 1 Guest are viewing this topic.

tenma

  • Agent
  • *
  • Posts: 3
  • Reputation Power: 0
  • tenma has no influence.
  • Offline Offline

Unless you're actually having issues with the server, these errors are nothing to worry about.

Well I'm that friend and the server is not working, or at least nobody can join. I have a TF2C server on this machine already and it works. I've change the port to 27055 (tf2c uses 27015) and of course i've opened them and it still doesnt work. It's on Ubuntu 14.04.1 LTS (GNU/Linux 3.13.0-43-generic x86_64)

console output in pastebin ( http://pastebin.com/GHJqLYWn )
Logged

soupcan

  • Lead Systems Administrator
  • 00 Agent
  • *****
  • Posts: 279
  • Reputation Power: 214
  • soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!
  • Offline Offline
    • Steam Profile

This invariably just looks like something is blocking the traffic if no one is able to connect. Have you forwarded 27055 UDP as well as TCP? Can anyone connect to the server by address? (use 'connect ip:port' in console)
« Last Edit: March 06, 2016, 07:16:07 pm by soupcan »
Logged

tenma

  • Agent
  • *
  • Posts: 3
  • Reputation Power: 0
  • tenma has no influence.
  • Offline Offline

Have you forwarded 27055 UDP as well as TCP?

Yes, here's my netstat

root@oxioxivps:~# netstat -tulpn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 188.209.52.70:27015     0.0.0.0:*               LISTEN      9789/srcds_linux
tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      1057/mysqld
tcp        0      0 188.209.52.70:27055     0.0.0.0:*               LISTEN      18693/srcds_i486
tcp        0      0 0.0.0.0:21              0.0.0.0:*               LISTEN      692/vsftpd
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      1013/sshd
tcp6       0      0 :::80                   :::*                    LISTEN      1281/apache2
tcp6       0      0 :::22                   :::*                    LISTEN      1013/sshd
tcp6       0      0 :::443                  :::*                    LISTEN      1281/apache2
udp        0      0 0.0.0.0:27005           0.0.0.0:*                           9789/srcds_linux
udp        0      0 0.0.0.0:27006           0.0.0.0:*                           18693/srcds_i486
udp      768      0 0.0.0.0:27015           0.0.0.0:*                           9789/srcds_linux
udp        0      0 0.0.0.0:27020           0.0.0.0:*                           9789/srcds_linux
udp        0      0 0.0.0.0:27021           0.0.0.0:*                           18693/srcds_i486
udp        0      0 0.0.0.0:60586           0.0.0.0:*                           9789/srcds_linux
udp        0      0 0.0.0.0:27055           0.0.0.0:*                           18693/srcds_i486
udp        0      0 0.0.0.0:13506           0.0.0.0:*                           642/dhclient
udp        0      0 0.0.0.0:52697           0.0.0.0:*                           18693/srcds_i486
udp        0      0 0.0.0.0:26901           0.0.0.0:*                           9789/srcds_linux
udp        0      0 0.0.0.0:68              0.0.0.0:*                           642/dhclient
udp6       0      0 :::17975                :::*                                642/dhclient
Logged

Criasus

  • Agent
  • *
  • Posts: 4
  • Reputation Power: 7
  • Criasus has no influence.
  • Offline Offline

Unless you're actually having issues with the server, these errors are nothing to worry about.
We're having some issues with it. The connection fails after 4 retries, even if the server console says that it's connected to the Steam servers. The server owner is hosting TF2C (based on the Source SDK 2013 Multiplayer) in the same VPS, so I really don't know if that would be the problem.

Spoiler for Hiden:
Sorry for deleting the previous reply, I thought that this was the wrong thread.
Logged

soupcan

  • Lead Systems Administrator
  • 00 Agent
  • *****
  • Posts: 279
  • Reputation Power: 214
  • soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!
  • Offline Offline
    • Steam Profile

Your netstat output tells me that the process indeed is listening on those ports (27055 TCP and UDP), but it doesn't tell me anything from the outside world can actually access those ports. Check that any firewalls or NAT routers are permitting and forwarding data on those ports correctly.
Logged

tenma

  • Agent
  • *
  • Posts: 3
  • Reputation Power: 0
  • tenma has no influence.
  • Offline Offline
Logged
Pages: 1 [2]  All   Go Up