Witam
Od niedawno zaczynam tworzyć serwer dla swojej sieci i mam z nim problem. Próbowałem sam go rozwiązać szukając podobnego problemu na forach i na google. Dobra przejdźmy do rzeczy.
Nie pojęcie dlaczego mój serwer mimo sprawdzenia statusu pokazuje że jest włączony to na liście serwerów steam go nie ma czyli jakby był offline, gametracker również pokazuje go online. Z logów serwera(komenda -condebug) nie pokazuje na końcu żadnego błędu ani crasha. Załączam logi z załaczniku -
console.zip 19,61 KB 178 Ilość pobrań
Dodam że jest jest only AWP i używam map z workshop którą stworzyłem.
Komendy startowe serwera(używam skryptu csgo-server-laucher do startowania serwera):
Start command : -game csgo -console -condebug -usercon -secure -autoupdate -steam_dir /home/csgoawp -steamcmd_script /home/csgoawp/runscript_csgo_awp -maxplayers_override 16 -tickrate 128 +hostport 27017 +ip 91.xxx.xx.xxx +net_public_adr 91.xxx.xx.xxx -nohltv +sv_pure 0 +game_type 0 +game_mode 1 +mapgroup mg_custom +map awp_india -authkey xxxx +host_workshop_collection 429782593 +workshop_start_map 125610094
Mój gamemodes_server.txt:
///////////////////////////////// // // // Generated by // // www.configcreator.com // // // ///////////////////////////////// "Gamemodes_Server.txt" { "gameTypes" { "classic" { "gameModes" { "competitive" { "maxplayers" "16" "exec" { "server.cfg" } "mapgroupsMP" { "mg_custom" "" } } } } } "mapgroups" { "mg_custom" { "imagename" "mapgroup-custom1" "nameID" "#SFUI_Mapgroup_mg_custom" "name" "mg_custom" "maps" { "awp_aim-reflex" "" "awp_arena" "" "awp_castle" "" "awp_desert_2" "" "awp_dev_galaxy" "" "awp_dust_imb" "" "awp_dust_sky" "" "awp_foffife" "" "awp_ice_csgo" "" "awp_india" "" "awp_infinte_v1" "" "awp_lego_2011" "" "awp_lego_8" "" "awp_lego_csgo" "" "awp_lego_rad" "" "awp_map" "" "awp_minecraft_crash_go" "" "awp_prison" "" "awp_rooftop" "" "awp_simple" "" "awp_tower_dev" "" "awp_trainhard" "" "awp_vietnam" "" "awp_waterreservoir" "" } } } }
Dodam jeszcze że korzystam z najnowszych wersji Metamod:Source i SourceMod:
Metamod:Source version 1.10.4 Sourcemod version 1.7.1
Po crashu sprawdziłem console przez putty i znalazłem crasha:
Initializing Steam libraries for secure Internet server [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed. Setting breakpad minidump AppID = 730 dlopen failed trying to load: /home/csgoawp/.steam/sdk32/steamclient.so with error: /home/csgoawp/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory Looking up breakpad interfaces from steamclient Calling BreakpadMiniDumpSystemInit Setting breakpad minidump AppID = 740 Logging into anonymous gameserver account. Connection to Steam servers successful. Public IP is 91.xxx.xx.xxx. Assigned anonymous gameserver Steam ID [A:1:1452637188(5418)]. VAC secure mode is activated. GC Connection established for server version 176, instance idx 1 crash_20150422175229_1.dmp[26475]: Finished uploading minidump (out-of-process): success = yes crash_20150422175229_1.dmp[26475]: response: CrashID=bp-c7a973d0-e9b7-4c87-9f6f-819122150422 crash_20150422175229_1.dmp[26475]: file ''/tmp/dumps/crash_20150422175229_1.dmp'', upload yes: ''CrashID=bp-c7a973d0-e9b7-4c87-9f6f-819122150422''
Proszę o pomoc.