[GH-ISSUE #145] [gmodserver] Bug libsteam.so #115

Closed
opened 2026-02-27 01:59:36 +03:00 by kerem · 8 comments
Owner

Originally created by @ghost on GitHub (Aug 30, 2014).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/145

I am running this on ubuntuserver 32bit

I had to do this before I could get it to run:

cp ./serverfiles/bin/libsteam.so ./.steam/sdk32/

Perhaps you could add this to the script ?

I still cannot connect although I have less errors than before.

thanks for some Epic scripting !

Here is the dbug output:

Garrys's Mod Debug

Use for identifying server issues only!
Press CTRL+c to drop out of debug mode
WARNING! If gmod-server is already running it will be stopped

Start parameters:
-game garrysmod -strictportbind -ip 192.168.1.203 -port 27015 +host_workshop_collection -authkey +clientport 27005 +tv_port 27020 +map gm_construct +servercfgfile gmod-server.cfg -maxplayers 16

Continue? [y/N]y
[ FAIL ] Stopping gmod-server: gmodsa1 is already stopped
[ OK ] Starting debug mode gmod-server: gmodsa1
Auto detecting CPU
Using default binary: ./srcds_linux
Enabling debug mode
Server will auto-restart if there is a crash.

Console initialized.
Couldn't load shader dll: game_shader_generic_garrysmod_srv.soConVarRef mat_dxlevel doesn't point to an existing ConVar
Game_srv.so loaded for "Garry's Mod"
Setting breakpad minidump AppID = 4000
Initializing Steam libraries for secure Internet server
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
Logging into anonymous gameserver account.
Fetching Workshop Addons.. host_workshop_collection is unset
Unknown command "cl_cmdrate"
Unknown command "cl_updaterate"
Unknown command "rate"
"host_workshop_collection" = ""
game
Network: IP 192.168.1.203, mode MP, dedicated Yes, ports 27015 SV / 27005 CL
Error loading cfg/trusted_keys_base.txt
Error loading cfg/pure_server_minimal.txt
PREP OK
ConVarRef room_type doesn't point to an existing ConVar
Executing dedicated server config file gmod-server.cfg
Map cycle file 'cfg/mapcycle.txt' was not found.
Nav File is wrong or something (4)
Initializing Steam libraries for secure Internet server
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
Logging into anonymous gameserver account.
Unknown command "sv_allow_wait_command"
Unknown command "sbox_plpldamage"
Unknown command "sbox_maxspawners"
Unknown command "sbox_maxturrets"
Server logging enabled.
Server logging data to file logs/L0830006.log
L 08/30/2014 - 15:49:01: Log file started (file "logs/L0830006.log") (game "/home/gmodserver/serverfiles/garrysmod") (version "5727")
Connection to Steam servers successful.
Public IP is xxxxxxxxxxxxxxxxxxx.
Assigned anonymous gameserver Steam ID [A-1xxxxxxxxx)].
VAC secure mode is activated.

Originally created by @ghost on GitHub (Aug 30, 2014). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/145 I am running this on ubuntuserver 32bit I had to do this before I could get it to run: cp ./serverfiles/bin/libsteam.so ./.steam/sdk32/ Perhaps you could add this to the script ? I still cannot connect although I have less errors than before. thanks for some Epic scripting ! Here is the dbug output: # Garrys's Mod Debug Use for identifying server issues only! Press CTRL+c to drop out of debug mode WARNING! If gmod-server is already running it will be stopped Start parameters: -game garrysmod -strictportbind -ip 192.168.1.203 -port 27015 +host_workshop_collection -authkey +clientport 27005 +tv_port 27020 +map gm_construct +servercfgfile gmod-server.cfg -maxplayers 16 Continue? [y/N]y [ FAIL ] Stopping gmod-server: gmodsa1 is already stopped [ OK ] Starting debug mode gmod-server: gmodsa1 Auto detecting CPU Using default binary: ./srcds_linux Enabling debug mode Server will auto-restart if there is a crash. Console initialized. Couldn't load shader dll: game_shader_generic_garrysmod_srv.soConVarRef mat_dxlevel doesn't point to an existing ConVar Game_srv.so loaded for "Garry's Mod" Setting breakpad minidump AppID = 4000 Initializing Steam libraries for secure Internet server [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed. Logging into anonymous gameserver account. Fetching Workshop Addons.. host_workshop_collection is unset Unknown command "cl_cmdrate" Unknown command "cl_updaterate" Unknown command "rate" "host_workshop_collection" = "" game Network: IP 192.168.1.203, mode MP, dedicated Yes, ports 27015 SV / 27005 CL Error loading cfg/trusted_keys_base.txt Error loading cfg/pure_server_minimal.txt PREP OK ConVarRef room_type doesn't point to an existing ConVar Executing dedicated server config file gmod-server.cfg Map cycle file 'cfg/mapcycle.txt' was not found. Nav File is wrong or something (4) Initializing Steam libraries for secure Internet server [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed. Logging into anonymous gameserver account. Unknown command "sv_allow_wait_command" Unknown command "sbox_plpldamage" Unknown command "sbox_maxspawners" Unknown command "sbox_maxturrets" Server logging enabled. Server logging data to file logs/L0830006.log L 08/30/2014 - 15:49:01: Log file started (file "logs/L0830006.log") (game "/home/gmodserver/serverfiles/garrysmod") (version "5727") Connection to Steam servers successful. Public IP is xxxxxxxxxxxxxxxxxxx. Assigned anonymous gameserver Steam ID [A-1xxxxxxxxx)]. VAC secure mode is activated.
kerem 2026-02-27 01:59:36 +03:00
  • closed this issue
  • added the
    type: bug
    label
Author
Owner

@Scarsz commented on GitHub (Sep 1, 2014):

Can't reproduce error running on Xubuntu x64.

<!-- gh-comment-id:54022707 --> @Scarsz commented on GitHub (Sep 1, 2014): Can't reproduce error running on Xubuntu x64.
Author
Owner

@dgibbs64 commented on GitHub (Sep 1, 2014):

Yeah happy to look at this. I have a problem in my dev version. I will look at this soon :)

<!-- gh-comment-id:54050895 --> @dgibbs64 commented on GitHub (Sep 1, 2014): Yeah happy to look at this. I have a problem in my dev version. I will look at this soon :)
Author
Owner

@dgibbs64 commented on GitHub (Sep 2, 2014):

I have seen this issue once then installing gmod and had to do what was suggested
cp ./serverfiles/bin/libsteam.so ./.steam/sdk32/

However I cannot test yet becuase of this issue #154

<!-- gh-comment-id:54219441 --> @dgibbs64 commented on GitHub (Sep 2, 2014): I have seen this issue once then installing gmod and had to do what was suggested cp ./serverfiles/bin/libsteam.so ./.steam/sdk32/ However I cannot test yet becuase of this issue #154
Author
Owner

@dgibbs64 commented on GitHub (Sep 4, 2014):

Found this error. This is because .steam dir is no longer created. I think this is something that Facepunch should fix but I could add the fix to the script

/home/gmodserver/.steam/sdk32/libsteam.so: cannot open shared object file: No such file or directory

<!-- gh-comment-id:54550982 --> @dgibbs64 commented on GitHub (Sep 4, 2014): Found this error. This is because .steam dir is no longer created. I think this is something that Facepunch should fix but I could add the fix to the script /home/gmodserver/.steam/sdk32/libsteam.so: cannot open shared object file: No such file or directory
Author
Owner

@dgibbs64 commented on GitHub (Sep 9, 2014):

I have submitted this to Facepunch as this is a bug with the server not the script.

https://github.com/Facepunch/garrysmod-issues/issues/1486

I will see what the outcome of the issue is

<!-- gh-comment-id:55025087 --> @dgibbs64 commented on GitHub (Sep 9, 2014): I have submitted this to Facepunch as this is a bug with the server not the script. https://github.com/Facepunch/garrysmod-issues/issues/1486 I will see what the outcome of the issue is
Author
Owner

@dgibbs64 commented on GitHub (Sep 16, 2014):

Currently adding a fix to the script. However hopefully Facepunch address this at some point.

<!-- gh-comment-id:55811559 --> @dgibbs64 commented on GitHub (Sep 16, 2014): Currently adding a fix to the script. However hopefully Facepunch address this at some point.
Author
Owner

@dgibbs64 commented on GitHub (Sep 20, 2014):

Fix now applied

<!-- gh-comment-id:56264405 --> @dgibbs64 commented on GitHub (Sep 20, 2014): Fix now applied
Author
Owner

@lock[bot] commented on GitHub (Jul 20, 2018):

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

<!-- gh-comment-id:406471708 --> @lock[bot] commented on GitHub (Jul 20, 2018): This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sign in to join this conversation.
No labels
Atomic
Epic
cannot reproduce
command: backup
command: console
command: debug
command: details
command: fast-dl
command: install
command: mods
command: monitor
command: post-details
command: restart
command: send
command: start
command: stop
command: update
command: update-lgsm
command: validate
command: wipe
distro: AlmaLinux
distro: Arch Linux
distro: CentOS
distro: Debian
distro: Fedora
distro: RedHat
distro: Rocky Linux
distro: Ubuntu
distro: openSUSE
engine: goldsrc
engine: source
game: 7 Days to Die
game: ARMA 3
game: Ark: Survival Evolved
game: Assetto Corsa
game: Avorion
game: BATTALION: Legacy
game: Barotrauma
game: Battalion 1944
game: Battlefield 1942
game: Black Mesa: Deathmatch
game: Blade Symphony
game: Call of Duty 2
game: Call of Duty 4
game: Call of Duty: United Offensive
game: Counter-Strike 1.6
game: Counter-Strike 2
game: Counter-Strike: Global Offensive
game: Counter-Strike: Source
game: Day of Infamy
game: Dayz
game: Death Match Classic
game: Don't Starve Together
game: ET: Legacy
game: Eco
game: Factorio
game: Factorio
game: Garry's Mod
game: Half-Life
game: Hurtword
game: Insurgecy
game: Insurgecy
game: Insurgency: Sandstorm
game: Just Cause 3
game: Killing Floor
game: Killing Floor 2
game: Left 4 Dead 2
game: Minecraft
game: Minecraft Bedrock
game: Mordhau
game: Multi Theft Auto
game: Mumble
game: Natural Selection 2
game: No More Room in Hell
game: Pavlov VR
game: Post Scriptum
game: Project Zomboid
game: Quake 3
game: QuakeWorld
game: Red Orchestra: Ostfront 41-45
game: Return to Castle Wolfenstein
game: Rising World
game: Rust
game: San Andreas Multiplayer
game: Satisfactory
game: Soldat
game: Soldier of Fortune 2
game: Squad
game: Squad 44
game: Starbound
game: Stationeers
game: Sven Co-op
game: Team Fortress 2
game: Teamspeak 3
game: Teeworlds
game: Terraria
game: The Front
game: Unreal Tournament 2004
game: Unreal Tournament 3
game: Unreal Tournament 99
game: Unturned
game: Valheim
game: Wurm Unlimited
game: Zombie Master Reborn
game: label missing
good first issue
help wanted
info: alerts
info: dependency
info: docker
info: docs
info: email
info: query
info: steamcmd
info: systemd
info: tmux
info: website
info: website
needs more info
outcome: duplicate
outcome: issue resolved
outcome: issue resolved
outcome: issue unresolved
outcome: pr accepted
outcome: pr rejected
outcome: unconfirmed
outcome: wontfix
outcome: wrong forum
potential-duplicate
priority
pull-request
type: bug
type: feature
type: feature
type: feature request
type: game server request
type: refactor
waiting response
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LinuxGSM#115
No description provided.