SRCDS Steam group


CSS on Linux [ Fail Starting ] [ 2011 ]
#1
Exclamation 
Server OS: SentOS 6 32-bit
Processor: No idea.
Ram: No idea.
Game(s): Counter-Strike: Source
Start Up Command: [ server.sh ] [ Located in: /home ]

./srcds_run -console -game cstrike +map de_dust2 -maxplayers 24 -autoupdate -tickrate 100

________________________________________________________

Server wont start saying:

./srcds_run: line 344: 7169 Segmentation fault (core dumped) $HL_CMD

________________________________________________________

Incase i made video how i instal the server:

http://www.youtube.com/watch?v=1qvsy5co0fU&context=C28966ADOEgsToPDskIwkQ4QiW4be5eFglh7Q1jc

________________________________________________________

Thanks for help~

Reply
#2
SentOS Smile)
Be aware that guides can be outdated,
also try running the server through GDB please, it will give you more information as "segmentation fault" error message is useless.
Best Regards,
Stinkyfax
Reply
#3
(12-09-2011, 04:51 AM)Stinkyfax Wrote:  SentOS Smile)
Be aware that guides can be outdated,
also try running the server through GDB please, it will give you more information as "segmentation fault" error message is useless.


Well yes.. but they could update the instal it would be usefull, insted of have outdated..

running server through GDB ? [ GDB: The GNU Project Debugger ] How that works.. like scan file or momen it crash it gets a log file?
is't it also supose to have orangebox or its abit outdated also ?
Reply
#4
no, it's no longer in orangebox if you're talaking about CS:S server now the path is srcds/css
running through debugger is a bit tricky if you do first time, here is my gdb.sh script when I want to launch my server through gdb:

#!/bin/sh
export LD_LIBRARY_PATH=".:bin:$LD_LIBRARY_PATH"

gdb --args srcds_linux -game cstrike -ip 88.198.24.72 -port 27015 -maxplayers 40 -pidf
ile "/var/run/srcds_main.pid" -verify_all -tickrate 66 +fps_max 1300 +map de_dust2 +servercfgfile server.cfg +tv_enable 0 +rcon_password "XXXXXXXXXX"
#bt to see trace

Run it from srcds/css or change the LD_LIbRaRY_PATH to appropriate one.

once you get it started, type 'run' to start server
once it crashes type 'bt' to see backtrack
google for more information if you hit problems, I am not GDB expert but I know basics to debug my server and it was very useful from my experience.
Best Regards,
Stinkyfax
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)