Hi folks,
I am using your Docker image to run an Insurgency Dedicated Server on Kubernetes.
The installation works fine, but once the server tries to start up it fails at:
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
[S_API FAIL] SteamAPI_Init() failed; unable to locate a running instance of Steam, or a local steamclient.so.
After linking the steamclient.so (32 and 64bit version) to the Insurgency installation directory like this:
ln -sf $HOME/steamcmd/linux32/steamclient.so $HOME/Insurgency/bin/steamclient.so
The server starts up correctly and I can connect to the UDP port specified when running the docker image.
Hope this helps anyone else encountering this problem.
Hi folks,
I am using your Docker image to run an Insurgency Dedicated Server on Kubernetes.
The installation works fine, but once the server tries to start up it fails at:
After linking the steamclient.so (32 and 64bit version) to the Insurgency installation directory like this:
The server starts up correctly and I can connect to the UDP port specified when running the docker image.
Hope this helps anyone else encountering this problem.