Page 1 of 1
Re: wc3ft - Version 3.0 RC11 bugs out [Linux] Help me :)
Posted: Wed Sep 10, 2008 8:20 am
by YamiKaitou
I would say reinstalling the OS wouldn't be a bad idea. If the console is locking up, then something is wrong with the os. Are you using a GUI Linux or console only Linux?
Re: wc3ft - Version 3.0 RC11 bugs out [Linux] Help me :)
Posted: Thu Sep 11, 2008 7:33 am
by Geesu
Don't reinstall
use a script to start up the server... So you're not locking up a terminal window with it.. such as:
screen -d -m -S cstrike ./hlds_run +maxplayers 10 -game cstrike +map de_dust -pidfile cs_war3ft.pid
This will start up CS server in a "screen". You can close the terminal window and it will continue running - to view the console later just type in:
screen -r cstrike
This *may* help some
Re: wc3ft - Version 3.0 RC11 bugs out [Linux] Help me :)
Posted: Thu Sep 11, 2008 12:33 pm
by Geesu
cd /home/wc3v
screen -d -m -S cstrike ./hlds_run -console +ip 192.168.0.100 +port 27015 +map de_dust -game cstrike +maxplayers 20 -pidfile cs_war3ft.pid
Re: wc3ft - Version 3.0 RC11 bugs out [Linux] Help me :)
Posted: Fri Sep 12, 2008 8:23 am
by YamiKaitou
I highly recommend NOT running the server as root...
Re: wc3ft - Version 3.0 RC11 bugs out [Linux] Help me :)
Posted: Fri Sep 12, 2008 10:48 am
by YamiKaitou
Run it as the user you currently are. If you log in as root, create a new account and start the servers on that account. Note, you will need to chown the files to the new account before you can run them.
Re: wc3ft - Version 3.0 RC11 bugs out [Linux] Help me :)
Posted: Fri Sep 12, 2008 1:47 pm
by Geesu
List the plugins you are running pls
Re: wc3ft - Version 3.0 RC11 bugs out [Linux] Help me :)
Posted: Fri Sep 12, 2008 1:49 pm
by YamiKaitou
What map is it trying to go to? Does always crash when going to the same map?
FYI, sudo is root, in case you didn't know.
Re: wc3ft - Version 3.0 RC11 bugs out [Linux] Help me :)
Posted: Thu Oct 09, 2008 8:18 am
by Geesu
Yea it just ends oddly when it crashes... does it crash if ONLY wc3 is running?