imbalimba420
Refugee
Hello,
I've got a problem with my 7d2d server. It started , but it gives me this error:
I've found this: https://developer.valvesoftware.com/wiki/SteamCMD
Unable to locate a running instance of Steam
You may get the following error when starting a server with Linux:
ln -s steamcmd/linux32/steamclient.so ~/.steam/sdk32/steamclient.so
^^^^^
Should I still copy linux32/steamclient.so, because my startup file looks like this:
and if I'm supposed to use steamcmd/linux32/steamclient.so , and create a shortcut to here: /home/steamcmd/steam/sdk32
or where am I supposed to link the steamclient.so file?
At /home/steamcmd/steam/sdk32 there are no files, I just created that folder and linked the shortcut using
Thanks in advance
I've got a problem with my 7d2d server. It started , but it gives me this error:
The steamclient.so does exist in the main 7d2d server folder.[s_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.dlopen failed trying to load:
steamclient.so
with error:
steamclient.so: cannot open shared object file: No such file or directory
[s_API FAIL] SteamAPI_Init() failed; unable to locate a running instance of Steam, or a local steamclient.so.
I've found this: https://developer.valvesoftware.com/wiki/SteamCMD
Unable to locate a running instance of Steam
You may get the following error when starting a server with Linux:
Resolve the issue by linking steamclient.so to the ~/.steam/sdk32/steamclient.so directory:[s_API FAIL] SteamAPI_Init() failed; unable to locate a running instance of Steam, or a local steamclient.dll.
ln -s steamcmd/linux32/steamclient.so ~/.steam/sdk32/steamclient.so
ln -s steamcmd/linux32/steamclient.so ~/.steam/sdk32/steamclient.so
^^^^^
Should I still copy linux32/steamclient.so, because my startup file looks like this:
output_log: https://pastebin.com/tyAk6urt./7DaysToDieServer.x86_64 -configfile=serverconfig.xml -logfile logs/output_log.txt $@
and if I'm supposed to use steamcmd/linux32/steamclient.so , and create a shortcut to here: /home/steamcmd/steam/sdk32
or where am I supposed to link the steamclient.so file?
At /home/steamcmd/steam/sdk32 there are no files, I just created that folder and linked the shortcut using
ln -s steamcmd/linux32/steamclient.so ~/.steam/sdk32/steamclient.so
Thanks in advance

Last edited by a moderator: