• Linux Dedicated server won't work
    5 replies, posted
Trying to test my scipt on a server, so i installed srcds on ubuntu 14.04 64 bit, i followed the instructions at [url]https://developer.valvesoftware.com/wiki/SteamCMD#32-bit_libraries_on_64-bit_Linux_systems[/url] but still it won't work. i am missing /home/tobias/.local/share/Steam/linux32/libsteam.so and the server dosen't show up at LAN servers dammit :( [code]tobias@tobias-Presario-CQ58-Notebook-PC:~/gmodds$ ./srcds_run -game garrysmod +maxplayers 32 +map gm_construct Auto detecting CPU Using default binary: ./srcds_linux 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. dlopen failed trying to load: /home/tobias/.local/share/Steam/linux32/libsteam.so with error: /home/tobias/.local/share/Steam/linux32/libsteam.so: cannot open shared object file: No such file or directory Logging into anonymous gameserver account. Fetching Workshop Addons.. No -authkey dlopen failed trying to load: /home/tobias/.local/share/Steam/linux32/libsteam.so with error: /home/tobias/.local/share/Steam/linux32/libsteam.so: cannot open shared object file: No such file or directory dlopen failed trying to load: /home/tobias/.local/share/Steam/linux32/libsteam.so with error: /home/tobias/.local/share/Steam/linux32/libsteam.so: cannot open shared object file: No such file or directory dlopen failed trying to load: /home/tobias/.local/share/Steam/linux32/libsteam.so with error: /home/tobias/.local/share/Steam/linux32/libsteam.so: cannot open shared object file: No such file or directory Unknown command "cl_cmdrate" Unknown command "cl_updaterate" Unknown command "rate" Network: IP 127.0.1.1, 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 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. dlopen failed trying to load: /home/tobias/.local/share/Steam/linux32/libsteam.so with error: /home/tobias/.local/share/Steam/linux32/libsteam.so: cannot open shared object file: No such file or directory Logging into anonymous gameserver account. Could not establish connection to Steam servers. Could not establish connection to Steam servers. Connection to Steam servers successful. Public IP is sexy laadyyyy Assigned anonymous gameserver Steam ID [A-1:3742386183(5581)]. VAC secure mode is activated. [/code]
Why don't you just use a listen server?
I would reccomend a script like this as it handles all of the weird bug fixes by its self (and makes managing the server easier) [url]http://gameservermanagers.com/lgsm/gmodserver/#gettingstarted[/url] though if you want to stick with what you have now there's a few things you have to do first though I honestly can't remember them because the script above does it all for me, you can probably google the error (minus the path related to you, so from linux32 on probably) and someone will have posted how to fix it somewhere
[QUOTE=APN Faulty;47965348]Why don't you just use a listen server?[/QUOTE] beacuse i got an laptop and desktop, the laptop i wanna run the server and then i wanna record a movie of my script running with my desktop. the reason being is that my desktop is then able to run much faster and record with a better quality :) [editline]15th June 2015[/editline] [QUOTE=Smt;47965350]I would reccomend a script like this as it handles all of the weird bug fixes by its self (and makes managing the server easier) [url]http://gameservermanagers.com/lgsm/gmodserver/#gettingstarted[/url] though if you want to stick with what you have now there's a few things you have to do first though I honestly can't remember them because the script above does it all for me, you can probably google the error (minus the path related to you, so from linux32 on probably) and someone will have posted how to fix it somewhere[/QUOTE] okay thanks i'll be trying that one!
Do you have the 32-bit versions of the libraries installed yet?
well i did follow a guid telling me how to install the 32 bit libraries, so i hope they are installed :P
Sorry, you need to Log In to post a reply to this thread.