Problem running server

Locked
crouzilles
Posts: 8
Joined: Wed Nov 15, 2006 9:42 pm

Problem running server

Post by crouzilles »

Hi all,

I am really down at the moment, I have been trying to run a dedicated server from the command line in windows XP SP2, to no avail.

I cannot understand what could be wrong, this is what is happening:

I have a home LAN, LinSys router set to DHCP, 2 PCs with 192.168.1.100 and 192.168.1.101.

If I launch Quake 3 and create a LAN server, dedicated set to 1, I can then with my other PC connect to the server and play against the bots.

If I try to run the server from the command line as such:
C:\Program Files\Quake III Arena>quake3 +set dedicated 1 +set net_ip 192.168.1.100 +set net_port 27960
The console appears, and it SEEMS that the server is running. I try then to connect to it with the other PC, to no avail, there are no servers showing.

If I type status in the console I get the following: Server is not running. This very strange because then I check all the progams running as servers on the host PC and I can see Quake3.exe is listening on port 27960 as usual. I have tried using +set sv_pure 0 OR 1, to no avail.

I am gettings this in the console when I start the server from command line:
Q3 1.32 win-x86 Oct 7 2002
----- FS_Startup -----
Current search path:
C:\Program Files\Quake III Arena\baseq3\pak8.pk3 (9 files)
C:\Program Files\Quake III Arena\baseq3\pak7.pk3 (4 files)
C:\Program Files\Quake III Arena\baseq3\pak6.pk3 (64 files)
C:\Program Files\Quake III Arena\baseq3\pak5.pk3 (7 files)
C:\Program Files\Quake III Arena\baseq3\pak4.pk3 (272 files)
C:\Program Files\Quake III Arena\baseq3\pak3.pk3 (4 files)
C:\Program Files\Quake III Arena\baseq3\pak2.pk3 (148 files)
C:\Program Files\Quake III Arena\baseq3\pak1.pk3 (26 files)
C:\Program Files\Quake III Arena\baseq3\pak0.pk3 (3539 files)
C:\Program Files\Quake III Arena/baseq3

----------------------
4073 files in pk3 files
execing default.cfg
execing q3config.cfg
couldn't exec autoexec.cfg
Hunk_Clear: reset the hunk ok
...detecting CPU, found AMD w/ 3DNow!

------- Input Initialization -------
No window for DirectInput mouse init, delaying
Joystick is not active.
------------------------------------
--- Common Initialization Complete ---
Winsock Initialized
Opening IP socket: 192.168.1.101:27960
Hostname: home
IP: 192.168.1.101
Working directory: C:\Program Files\Quake III Arena
PunkBuster Server: PunkBuster Server (v0.993 | A0 C0.0) **DISABLED**
Hitch warning: 131096672 msec frame time

Can anybody please help me in finding out what I am doing wrong, or what could be the problem?

Thank you[/u]
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Post by ^misantropia^ »

Add "+map q3dm1" (or whatever) to the command line.
crouzilles
Posts: 8
Joined: Wed Nov 15, 2006 9:42 pm

Post by crouzilles »

Nope, that did not do it, the server status stills says: server not running in the console.
User avatar
Foo
Posts: 13840
Joined: Thu Aug 03, 2000 7:00 am
Location: New Zealand

Post by Foo »

You're entering 'status' into the blue server window and not the client quake 3 program, right?
"Maybe you have some bird ideas. Maybe that’s the best you can do."
― Terry A. Davis
User avatar
Foo
Posts: 13840
Joined: Thu Aug 03, 2000 7:00 am
Location: New Zealand

Post by Foo »

in the console window enter:
map q3dm6
*enter*
and then some text should scroll. when it stops, try 'server' again.

This worked for me, using your command line.
"Maybe you have some bird ideas. Maybe that’s the best you can do."
― Terry A. Davis
crouzilles
Posts: 8
Joined: Wed Nov 15, 2006 9:42 pm

Post by crouzilles »

I have found the problem, I was entering +set map q3dm1 instead of +map q3dm1.

I am sorry for wasting your times guys. Thank you very much.
User avatar
Foo
Posts: 13840
Joined: Thu Aug 03, 2000 7:00 am
Location: New Zealand

Post by Foo »

Ey no problem.
"Maybe you have some bird ideas. Maybe that’s the best you can do."
― Terry A. Davis
Locked