Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
2. You never run csgo with the srcds_linux...... Run it with the srcds_run.
I ran the server using srcds_run instead and added -debug to the command line. This was the output: http://pastebin.com/Pe2byb7V
I first had to install gdb using 'apt-get install gdb' apparently.
Write in Console:
1. "apt-get update"
2. "apt-get install lib32gcc1"
Install steamcmd again and reinstall your CS:GO server.
Steam only run on 32bit systems your Debian is 64Bit that means you need a 32bit libary to run dedicated servers on your server. Do this what i write to you and it should be fine.
I hope ;D
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
./srcds_run: line 318: 30465 Segmentation fault (core dumped) $HL_CMD
BFD: Warning: /home/tcagame/Dennis/293/core is truncated: expected core file size >= 441745408, found: 1073152.
Cannot access memory at address 0xe41ba8f8
Cannot access memory at address 0xe41ba8f4
debug.cmds:1: Error in sourced command file:
Cannot access memory at address 0xffa6d4b0
email debug.log to linux@valvesoftware.com
Sun Feb 9 15:00:25 CET 2014: Server restart in 10 seconds
Sun Feb 9 15:00:26 CET 2014: Server Quit
I can start the game server as root. It's damn weird.:
Initializing Steam libraries for secure Internet server
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
Setting breakpad minidump AppID = 730
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
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
Logging into anonymous gameserver account.
Connection to Steam servers successful.
Public IP is 37.59.56.194.
Assigned anonymous gameserver Steam ID [A:1:1629246466(4046)].
VAC secure mode is activated.
Current item schema is up-to-date with version 3A29F2E1.
GC Connection established for server version 0
Same command line has been used.
I just tried making a new user called steam, and SteamCMD was placed in /home/steam. That gave me the same error, even though I ran the server as the user steam.
And then it must work fine.
/home/steamcmd.sh
It just keeps saying that /core is truncated all the time... Makes no effing sense! All the installations have the same file size.
http://danielgibbs.co.uk/scripts/csgoserver
Also I dont belive what extivity is accurate.
This error
/root/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
has somthing to do with the steam_id.txt bug. In the server directory (The dir with srcds_linux within it) run the following.
echo -n "730" >> steam_appid.txt
http://www.hostedgameservers.com/2013/3737
But yes obviously its not your error.