View previous topic :: View next topic |
Author |
Message |
Nuwanda Tux's lil' helper
Joined: 04 Aug 2004 Posts: 115
|
Posted: Sun Dec 05, 2004 5:22 pm Post subject: Quake3 dedicated server problem. |
|
|
I try starting up quake3 as a dedictaed server but i get the following error
Code: | /etc/init.d/q3ded start
* Starting Quake 3 dedicated server...
/sbin/runscript.sh: line 12: screen : command not found |
I know its a trivial error but i just dont know where to start.
One more thing, when trying to run quake 3 i get some sort of OpenGL couldnt load error. I dont plan on playing q3 on this rig but it would be nice to know what the matter is
thanks _________________ Linux User #363313
Got BOINC?
Fluxbox kix ass! |
|
Back to top |
|
|
/dev/random l33t
Joined: 26 Nov 2004 Posts: 704 Location: Austin, Texas, USA
|
Posted: Sun Dec 05, 2004 5:29 pm Post subject: |
|
|
Try that and also for the OpenGL error what kind of video card do you have and what's the output of
Code: |
glxinfo | grep direct
|
|
|
Back to top |
|
|
Nuwanda Tux's lil' helper
Joined: 04 Aug 2004 Posts: 115
|
Posted: Sun Dec 05, 2004 5:52 pm Post subject: |
|
|
will try emerge screen now.
i got an S3 Savage/IX-MV. glxinfo gives :
Code: | direct rendering: No
OpenGL renderer string: Mesa GLC indirect |
_________________ Linux User #363313
Got BOINC?
Fluxbox kix ass! |
|
Back to top |
|
|
/dev/random l33t
Joined: 26 Nov 2004 Posts: 704 Location: Austin, Texas, USA
|
|
Back to top |
|
|
Nuwanda Tux's lil' helper
Joined: 04 Aug 2004 Posts: 115
|
Posted: Sun Dec 05, 2004 6:36 pm Post subject: |
|
|
i looked around my menuconfig and just couldnt find the savage drivers mentioned.
about the dedicated server, i run "/etc/init.d/q3ded start" and it says that the Q3 server is up but i cant seem to find it from my other machine and i know networking is fine coz it accesses the internet via this machine. i know there is some config file i need to edit, but where is it? _________________ Linux User #363313
Got BOINC?
Fluxbox kix ass! |
|
Back to top |
|
|
/dev/random l33t
Joined: 26 Nov 2004 Posts: 704 Location: Austin, Texas, USA
|
Posted: Sun Dec 05, 2004 7:51 pm Post subject: |
|
|
/etc/conf.d/q3ded (there's a few other ones depending on what mods you have installed)
And the drivers in that link are installed with xorg just edit /etc/X11/xorg.conf using the proper drivers. |
|
Back to top |
|
|
Nuwanda Tux's lil' helper
Joined: 04 Aug 2004 Posts: 115
|
Posted: Mon Dec 06, 2004 3:50 pm Post subject: |
|
|
just checked out my xorg.conf and its using the right drivers. this is the error i get when running ./quake3
Code: | ***********************************************************
You are using software Mesa (no hardware acceleration)!
Driver DLL used: libGL.so.1
If this is intentional, add
"+set r_allowSoftwareGL 1"
to the command line when starting the game.
***********************************************************
...WARNING: could not set the given mode (3)
----- CL_Shutdown -----
RE_Shutdown( 1 )
-----------------------
----- CL_Shutdown -----
-----------------------
Sys_Error: GLimp_Init() - could not load OpenGL subsystem |
and when starting a dedicated server this is the output i get :
Code: | 4073 files in pk3 files
execing default.cfg
couldn't exec q3config.cfg
couldn't exec autoexec.cfg
Hunk_Clear: reset the hunk ok
--- Common Initialization Complete ---
Opening IP socket: localhost:27960
ERROR: UDP_OpenSocket: bind: Address already in use
Opening IP socket: localhost:27961
ERROR: UDP_OpenSocket: bind: Address already in use
Opening IP socket: localhost:27962
Hostname: tux.mshome
Alias: Tux
IP: 192.168.0.2
Started tty console (use +set ttycon 0 to disable)
^3PunkBuster Server: PunkBuster Server (v0.993 | A0 C0.0) **DISABLED**
couldn't exec server.cfg
Hitch warning: 888 msec frame time |
cant seem to execute a couple of the cfg files. _________________ Linux User #363313
Got BOINC?
Fluxbox kix ass! |
|
Back to top |
|
|
pharaoh Apprentice
Joined: 20 Nov 2003 Posts: 211 Location: Pennsylvania
|
Posted: Wed Dec 08, 2004 4:28 pm Post subject: |
|
|
About your dedicated server...I used to have some of your problems but I can't remember how I fixed it. Regardless, I'll post my configs and stuff for you below. Also, I never used /etc/init.d/q3ded for any servers. I install everything to the normal location and put my startup scripts there, or in a home directory linking to the location.
Server exec:
Code: | screen -A -m -d -S screenNameHere ./q3ded +set fs_game arena +set dedicated 2 +set net_port 27960 +set com_hunkmegs 32 +exec server.cfg |
Obviously change the fs_game name to whatever mod you're playing, or baseq3 for normal old quake3. Have you ever tried it this way?
And about your client...it's telling you to put +set r_allowSoftwareGL 1 to your command line when you start a game...have you tried that yet? _________________ RYZEN 5 3600 Matisse (Zen 2) 6-Core 3.6 GHz Socket AM4 65W
ASRock B550M PRO4
Crucial Ballistix 3200 MHz DDR4 DRAM 16GB
EVGA GeForce GTX 1060 6GB |
|
Back to top |
|
|
|