Author Topic: Dedicated server not showing up in Lobby Server.  (Read 10252 times)

0 Members and 1 Guest are viewing this topic.

Offline pete5990

  • Major(1)
  • Posts: 10
Dedicated server not showing up in Lobby Server.
« on: August 21, 2006, 07:56:32 pm »
People can connect to it if I give them the IP address, but that's just not convenient. Here's a quick server log:

Quote
Welcome to Soldat 1.3.1
Dedicated server running...
Game started.
Soldat Arena One - version 2.0
Registering server @ lobby.soldat.pl
Registering server @ selfkill.com
Registering server @ lobby.soldatserver.com
Registering server @ ASE
Game server added to lobby server @ 68.178.204.4
Game server added to lobby server @ 213.202.214.144
Registering server @ lobby.soldat.pl
Registering server @ selfkill.com
Registering server @ lobby.soldatserver.com
Trying to re-register
Game server added to lobby server @ 68.178.204.4
Game server added to lobby server @ 213.202.214.144

The soldat connection tester from the sticky topic gives me these results:

Quote
Soldat Connection Tester - by EnEsCe
OK. Please wait while we test your port configuration... (This may take up to 2 minutes)

Step One: Ingame Connectivity Test
Sending PING test to 68.116.181.50 on UDP Port 23073... PASS! (64ms)
Sending REQUEST test to 68.116.181.50 on UDP Port 23073... PASS!
Sending JOIN GAME test to 68.116.181.50 on UDP Port 23073... FAILED!
Step Two: All-Seeing Eye Test
Sending test to 68.116.181.50 on UDP Port 23196... PASS! (64ms)
Step Three: Remote Administration
Sending test to 68.116.181.50 on TCP Port 23073... FAILED!
Step Four: Map Download Connections
Sending test to 68.116.181.50 on TCP Port 23083... PASS!

TEST RESULTS:
- Total Passed: 4/6
- UDP Check: check
- ASE Check: check
- Admin Check: error (Vital)
- Download Check: check
- Final Test Result: FAILED! Please check your network configuration.

When it does the Join Game test, I see the text "72.232.225.66 Requesting game..." come up in the console, but the test still says it failed.

Any ideas? I'm pretty sure all ports are opened on my router.
« Last Edit: August 21, 2006, 07:58:08 pm by pete5990 »

Offline FliesLikeABrick

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 6144
    • Ultimate 13 Soldat
Re: Dedicated server not showing up in Lobby Server.
« Reply #1 on: August 21, 2006, 11:11:32 pm »
This is due to bugs in the lobby server code in the server, the client, and the lobby itself.  When I have some more free time, I plan on working with MM and EnEsCe to completely re-write all of the code and forever solve all of these problems.

Until then, there's not much you can do except use /lobby to try and get it in the lobby.  If that works, I'd suggest writing or finding a script you can use (possibly in ARSSE) to have it execute /lobby in the server ever X minutes

edit: I've stickied this so that people can check it when they have the same problem, rather than constantly telling everyone about it.
« Last Edit: August 21, 2006, 11:15:07 pm by FliesLikeABrick »

Offline mikembm

  • Soldier
  • **
  • Posts: 210
Re: Dedicated server not showing up in Lobby Server.
« Reply #2 on: February 10, 2007, 11:34:35 pm »
Code: [Select]
procedure AppOnIdle(Ticks: integer);
begin
  if Ticks mod (3600 * 5) = 0 then Command('/lobby');
end;

Small script to /lobby every 5 minutes.
Replace the 5 if you want a different time interval.

Offline EnEsCe

  • Retired Soldat Developer
  • Flamebow Warrior
  • ******
  • Posts: 3101
  • http://enesce.com/
    • [eC] Official Website
Re: Dedicated server not showing up in Lobby Server.
« Reply #3 on: February 10, 2007, 11:39:14 pm »
/lobby gets called every 10 minutes, hardcoded into the server.

Offline FliesLikeABrick

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 6144
    • Ultimate 13 Soldat
Re: Dedicated server not showing up in Lobby Server.
« Reply #4 on: March 14, 2007, 09:16:05 pm »
These problems are all fixed in 1.4.  1.4 has an entirely new lobby coded from the ground up specifically to resolve all lobby problems, both server-side and client-side
« Last Edit: March 14, 2007, 09:22:07 pm by FliesLikeABrick »

Offline vitorhp

  • Major(1)
  • Posts: 3
Re: Dedicated server not showing up in Lobby Server.
« Reply #5 on: July 08, 2009, 02:18:57 am »
Hello,

I'm having the same problem with the newest version.

Code: [Select]
soldat@genesis [~/server]# ./soldatserver -debug

             -= Soldat Dedicated Server 1.5.0 - 2.6.5 =-

----------------------------------------------------------------
       Caution! This software is still in BETA phase.
         Soldat Dedicated Server initializing...
----------------------------------------------------------------

   Need help running your server?
   IRC: #soldat.devs @ irc.quakenet.org

   ---> http://enesce.com/

   Additional parameters:
   ./soldatserver -p PORT -l MAXPLAYERS -p PASSWORD
   Example: ./soldatserver -p 23073 -l 16 -p "my pass"


 ERROR WITH STARTUP PARAMETERS
 Hit CTRL+C to exit
 Please command the server using the Soldat Admin program
Welcome to Soldat 1.5.0
 Server name: Soudado Soldat Server
 Server PID: 22943
----------------------------------------------------------------
ctf_Ash by chakapoko maker
 Server IP: 174.133.98.194 Port: 23073
 ASE Port: 23196
Registering server @ ASE Master Server
BattlEye anti-cheat enabled
Registering server @ 67.106.77.21
BattlEye Server: Initialized
LobbyServer (67.106.77.21) is offline - (Retrying in 2 minutes)
Registering server @ 67.106.77.21
LobbyServer (67.106.77.21) is offline - (Retrying in 2 minutes)
Registering server @ 67.106.77.21
LobbyServer (67.106.77.21) is offline - (Retrying in 2 minutes)
Time Left: 15 minutes
(...)

soldat connection tester:

Code: [Select]
Step One: Ingame Connectivity Test
(?) Sending PING test to 174.133.98.194 on UDP Port 23073... PASS! (98ms)
(?) Sending REQUEST test to 174.133.98.194 on UDP Port 23073... PASS!
(?) Sending JOIN GAME test to 174.133.98.194 on UDP Port 23073... PASS!
Step Two: All-Seeing Eye Test
(?) Sending test to 174.133.98.194 on UDP Port 23196... PASS! (98ms)
Step Three: Remote Administration
(?) Sending test to 174.133.98.194 on TCP Port 23073... FAILED!
Step Four: Map Download Connections
(?) Sending test to 174.133.98.194 on TCP Port 23083... FAILED!

TEST RESULTS:
- Total Passed: 4/6
- UDP Check: check
- ASE Check: check
- Admin Check: error
- Download Check: error (Vital)
- Final Test Result: FAILED! Please check your network configuration.

What can be?