GameServerManagers / LinuxGSM

The command-line tool for quick, simple deployment and management of Linux dedicated game servers.
https://linuxgsm.com
MIT License
4.23k stars 807 forks source link

csgo startup issue #4613

Open vdgamee98 opened 2 months ago

vdgamee98 commented 2 months ago

LD_LIBRARY_PATH=/home/csgoserver/serverfiles/bin:/home/csgoserver/serverfiles:/home/csgoserver/serverfiles/bin: #

Console initialized.

Loading VPK file hashes for pure server operation.

Loading VPK file hashes for pure server operation.

Loading VPK file hashes for pure server operation.

Loading VPK file hashes for pure server operation.

Loading VPK file hashes for pure server operation.

Filesystem successfully switched to safe whitelist mode

Game.dll loaded for "Counter-Strike: Global Offensive"

CGameEventManager::AddListener: event 'server_pre_shutdown' unknown.

CGameEventManager::AddListener: event 'game_newmap' unknown.

CGameEventManager::AddListener: event 'finale_start' unknown.

CGameEventManager::AddListener: event 'round_start' unknown.

CGameEventManager::AddListener: event 'round_end' unknown.

CGameEventManager::AddListener: event 'difficulty_changed' unknown.

CGameEventManager::AddListener: event 'player_death' unknown.

CGameEventManager::AddListener: event 'hltv_replay' unknown.

CGameEventManager::AddListener: event 'player_connect' unknown.

CGameEventManager::AddListener: event 'player_disconnect' unknown.

GameTypes: missing mapgroupsSP entry for game type/mode (custom/custom).

GameTypes: missing mapgroupsSP entry for game type/mode (cooperative/cooperative).

GameTypes: missing mapgroupsSP entry for game type/mode (cooperative/coopmission).

Failed to load gamerulescvars.txt, game rules cvars might not be reported to management tools. Server is hibernating [S_API] SteamAPI_Init(): SteamAPI_IsSteamRunning() did not locate a running instance of Steam. [S_API] SteamAPI_Init(): Loaded '/home/csgoserver/.steam/sdk32/steamclient.so' OK. [S_API FAIL] SteamAPI_Init() failed; create pipe failed. failed to dlopen /home/csgoserver/serverfiles/csgo/addons/metamod/bin/linux64/server.so error=/home/csgoserver/serverfiles/csgo/addons/metamod/bin/linux64/server.so: wrong ELF class: ELFCLASS64 Unable to load plugin "addons/metamod/bin/linux64/server" maxplayers set to 64 ConVarRef cl_embedded_stream_video_playing doesn't point to an existing ConVar Setting mapgroup to 'mg_active' Usage: host_workshop_collection Usage: workshop_start_map NET_CloseAllSockets ---- Host_NewGame ---- Switching filesystem to allow files loaded from disk (sv_pure_allow_loose_file_loads = 1) Host_NewGame on map de_mirage Segmentation fault (core dumped) Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem Mon 08 Jul 2024 10:52:43 PM MSK: Server restart in 10 seconds

h3o66 commented 1 month ago

moved the issue from config repo to linuxgsm

csgo is offical not supported anymore.

i think you need to check the metamod install , i think csgo had only a 32bit server executeable

vdgamee98 commented 1 month ago

...