• SRCDS Segmentation Fault (Linux)
    3 replies, posted
Hello, I cannot get SRCDS to start. [CODE]Console initialized. Setting breakpad minidump AppID = 4000 Forcing breakpad minidump interfaces to load dlopen failed trying to load: /root/.steam/sdk32/steamclient.so with error: /root/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory Looking up breakpad interfaces from steamclient Calling BreakpadMiniDumpSystemInit PreMinidumpCallback: updating dump comment Segmentation fault Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem Thu Oct 3 02:54:08 MSK 2013: Server restart in 10 seconds[/CODE] I was googling around a little bit, but cannot find anything. This is my start file: [CODE]screen -dmS gmodttt ./srcds_run +ip 173.208.215.227 -game garrysmod -map ttt_Bestbuy +maxplayers 32 -maxplayers 32[/CODE] This server is running Linux Ubuntu 12.04 x64 Server.
Your startup script is all wrong. Your script should look something like this: [code]~/server/srcds_run -game garrysmod +maxplayers 20 -console +gamemode terrortown +map ttt_bestbuy[/code]
[QUOTE=code_gs;42386559]Your startup script is all wrong. Your script should look something like this: [code]~/server/srcds_run -game garrysmod +maxplayers 20 -console +gamemode terrortown +map ttt_bestbuy[/code][/QUOTE] Still doesn't fix :l [code] ~/srcds/gmod/srcds_run -ip 173.208.215.227 +ip 173.208.215.227 -game garrysmod -map ttt_Bestbuy +maxplayers 32 -maxplayers 32 -console +gamemode terrortown [/code]
You're putting commands and flags multiple times. Try this [code]~/srcds/gmod/srcds_run -game garrysmod +maxplayers 32 -console +gamemode terrortown +map ttt_Bestbuy[/code]
Sorry, you need to Log In to post a reply to this thread.