02-04-2009, 06:07 PM
Hello everybody,
I have slackware - lastest version
my CPU is intel Celeron 3.ghz
and i want to start my own CS:SOURCE server.
I do everything from this post Install linux quickly
my server conf is: copied in bin directory on cstrike like server.cfg
I also have L4D_full but i only download him, i dont know how to configure it.
i start server with this command:
./srcds_run -game cstrike -port 27015 + ip xx,xxxx.xxxx.xxx +map de_dust +maxplayers 14 -nomaster -insecure +sv_lan 1
and got error:
with -debug is:
Please tell me how to fix it?
Thank you.
I have slackware - lastest version
my CPU is intel Celeron 3.ghz
and i want to start my own CS:SOURCE server.
I do everything from this post Install linux quickly
my server conf is: copied in bin directory on cstrike like server.cfg
PHP Code:
// server name
hostname "<your hostname> DoD Source Server"
// rcon passsword
rcon_password "<your rcon password>"
// Advanced RCON
sv_rcon_banpenalty 20
sv_rcon_maxfailures 10
sv_rcon_minfailures 5
sv_rcon_minfailuretime 30
// server cvars
mp_friendlyfire 0
mp_autokick 145
mp_flashlight 0
mp_forcecamera 0
sv_alltalk 0
sv_pausable 0
sv_cheats 0
sv_consistency 1
sv_allowupload 1
sv_allowdownload 1
sv_maxspeed 320
mp_limitteams 1
sv_voiceenable 1
mp_allowspectators 1
mp_chattime 10
sv_timeout 65
mp_timelimit 45
// bandwidth rates/settings
sv_minrate 0
sv_maxrate 640000
decalfrequency 60
sv_maxupdaterate 100
sv_minupdaterate 0
// server logging
log on
sv_logbans 1
sv_logecho 1
sv_logfile 1
sv_log_onefile 0
// operation
sv_lan 0
sv_region <your region>
sv_contact <your email address contact>
exec autoexec.cfg
// execute ban files
exec banned_user.cfg
exec banned_ip.cfg
I also have L4D_full but i only download him, i dont know how to configure it.
i start server with this command:
./srcds_run -game cstrike -port 27015 + ip xx,xxxx.xxxx.xxx +map de_dust +maxplayers 14 -nomaster -insecure +sv_lan 1
and got error:
PHP Code:
Console initialized.
./srcds_run: line 344: 23178 Segmentation fault (core dumped) $HL_CMD
Cannot access memory at address 0xb7f9b650
Cannot access memory at address 0xbf99805c
/root/srcds/debug.cmds:3: Error in sourced command file:
Cannot access memory at address 0xb7f9b650
with -debug is:
PHP Code:
CRASH: Wed Feb 4 07:50:26 GMT+2 2009
Start Line: ./srcds_i686 -game cstrike -port 27015 + ip xx.xx.xxx.xxx +map de_dust +maxplayers 14 -nomaster -insecure +sv_lan 1 -debug
[?1034h#0 0xb6a2c240 in ?? ()
No symbol table info available.
End of Source crash report
Please tell me how to fix it?
Thank you.