Quake3World.com Forums
     Quake III Arena/Quake Live Discussion
        Q3 Server hangs while loading.


Post new topicReply to topic
Login | Profile | | FAQ | Search | IRC





Previous topic | Next topic 
Topic Starter Topic: Q3 Server hangs while loading.

Recruit
Recruit
Joined: 21 Aug 2006
Posts: 7
PostPosted: 08-21-2006 03:37 PM           Profile Send private message  E-mail  Edit post Reply with quote


i had this working just fine then i tried to add bots to the server, and i restarted it and it didnt come back up just sits there, but pegs my cpu at 100%. what would cause this to work then to stop? i reinstalled Q3. i am running this on fedora core 5 w/ the 2.6.16-1.2122_FC5 kernel. and the 1.32b point release.

quake3 +set dedicated 1
Q3 1.32b linux-i386 Nov 14 2002
----- FS_Startup -----
Current search path:
/home/tagg/.q3a/baseq3
/usr/local/games/quake3/baseq3/pak8.pk3 (9 files)
/usr/local/games/quake3/baseq3/pak7.pk3 (4 files)
/usr/local/games/quake3/baseq3/pak6.pk3 (64 files)
/usr/local/games/quake3/baseq3/pak5.pk3 (7 files)
/usr/local/games/quake3/baseq3/pak4.pk3 (272 files)
/usr/local/games/quake3/baseq3/pak3.pk3 (4 files)
/usr/local/games/quake3/baseq3/pak2.pk3 (148 files)
/usr/local/games/quake3/baseq3/pak1.pk3 (26 files)
/usr/local/games/quake3/baseq3/pak0.pk3 (3539 files)
/usr/local/games/quake3/baseq3
./quake3.x86/baseq3

----------------------
4073 files in pk3 files
execing default.cfg
execing q3config.cfg
execing autoexec.cfg
execing server.cfg
Hunk_Clear: reset the hunk ok

------- Input Initialization -------
Joystick is not active.
------------------------------------
--- Common Initialization Complete ---
Opening IP socket: 192.168.0.1:27960
Hostname: beefcake.bitbandit.net
Alias: beefcake
Alias: localhost.localdomain
Alias: localhost
IP: 127.0.0.1
Started tty console (use +set ttycon 0 to disable)
^3PunkBuster Server: PunkBuster Server (v0.993 | A0 C0.0) **DISABLED**
Hitch warning: 715 msec frame time




Top
                 

Elite
Elite
Joined: 07 Jan 2001
Posts: 16448
PostPosted: 08-21-2006 04:02 PM           Profile Send private message  E-mail  Edit post Reply with quote


sounds like no cfg being exec'd. put +exec [servercfgname].cfg at the end of your shortcut.

edit: maybe not? paste your server.cfg plz




Top
                 

Recruit
Recruit
Joined: 21 Aug 2006
Posts: 7
PostPosted: 08-21-2006 04:06 PM           Profile Send private message  E-mail  Edit post Reply with quote


i have it set to run my cfg in the autoexec.cfg
i tried it with the suggested pattern but still no luck.
here is my server cfg.

----------------------------------------------------
set sv_hostname "Bitbandit.net"
seta net_ip "192.168.0.1"
seta net_port "27960"

set sv_maxclients 12
set g_motd "For less lag, /rate 25000"
set g_quadfactor 4
set g_weaponrespawn 10
set g_forcerespawn 0
set rconpassword "some_rcon_passwd"


set g_spskill 2
set bot_enabled 1
set bot_nochat 0
set bot_rocketjump 0
set bot_minplayers "10"


set d2 "map q3dm1 ; set nextmap vstr d3"
set d3 "map q3dm17 ; set nextmap vstr d4"
set d4 "map q3tourney2 ; set nextmap vstr d1"

vstr d1




Top
                 

Elite
Elite
Joined: 07 Jan 2001
Posts: 16448
PostPosted: 08-21-2006 04:07 PM           Profile Send private message  E-mail  Edit post Reply with quote


is this baseq3 or a mod you're running?




Top
                 

Recruit
Recruit
Joined: 21 Aug 2006
Posts: 7
PostPosted: 08-21-2006 04:09 PM           Profile Send private message  E-mail  Edit post Reply with quote


baseq3




Top
                 

FragaGeddon
FragaGeddon
Joined: 16 Sep 2000
Posts: 16007
PostPosted: 08-21-2006 04:13 PM           Profile   Send private message  E-mail  Edit post Reply with quote


bitbandit wrote:
i have it set to run my cfg in the autoexec.cfg
i tried it with the suggested pattern but still no luck.
here is my server cfg.

----------------------------------------------------
set sv_hostname "Bitbandit.net"
seta net_ip "192.168.0.1"
seta net_port "27960"

set sv_maxclients 12
set g_motd "For less lag, /rate 25000"
set g_quadfactor 4
set g_weaponrespawn 10
set g_forcerespawn 0
set rconpassword "some_rcon_passwd"


set g_spskill 2
set bot_enabled 1
set bot_nochat 0
set bot_rocketjump 0
set bot_minplayers "10"


set d2 "map q3dm1 ; set nextmap vstr d3"
set d3 "map q3dm17 ; set nextmap vstr d4"
set d4 "map q3tourney2 ; set nextmap vstr d1"

vstr d1


You have no d1 set.
The last line of the cfg looks for string d1, which there is none.




Top
                 

Recruit
Recruit
Joined: 21 Aug 2006
Posts: 7
PostPosted: 08-21-2006 04:16 PM           Profile Send private message  E-mail  Edit post Reply with quote


so i would set that to a map correct?




Top
                 

Recruit
Recruit
Joined: 21 Aug 2006
Posts: 7
PostPosted: 08-21-2006 04:22 PM           Profile Send private message  E-mail  Edit post Reply with quote


i changed the map stuff to

set d1 "map q3dm1 ; set nextmap vstr d2"
set d2 "map q3dm17 ; set nextmap vstr d3"
set d3 "map q3tourney2 ; set nextmap vstr d1"

vstr d1

still has the same effects am i still doing it wrong ?




Top
                 

Recruit
Recruit
Joined: 21 Aug 2006
Posts: 7
PostPosted: 08-21-2006 04:27 PM           Profile Send private message  E-mail  Edit post Reply with quote


i changed it to what you suggested and it still just does the same thing : (




Top
                 

Recruit
Recruit
Joined: 21 Aug 2006
Posts: 7
PostPosted: 08-21-2006 04:47 PM           Profile Send private message  E-mail  Edit post Reply with quote


could punkbuster be part of the problem? i have not installed anything for PB but it says its inactive? i have not clue but this is buggin me




Top
                 

Mentor
Mentor
Joined: 12 Mar 2005
Posts: 3958
PostPosted: 08-22-2006 09:06 AM           Profile Send private message  E-mail  Edit post Reply with quote


What happens if you manually start a map (`map q3dm1`) from the console?




Top
                 
Quake3World.com | Forum Index | Quake III Arena/Quake Live Discussion


Post new topic Reply to topic


cron
Quake3World.com
© ZeniMax. Zenimax, QUAKE III ARENA, Id Software and associated trademarks are trademarks of the ZeniMax group of companies. All rights reserved.
This is an unofficial fan website without any affiliation with or endorsement by ZeniMax.
All views and opinions expressed are those of the author.