Skip to content

Server not starting up because of missing 'steamclient.so' #3

@fbuchmeier

Description

@fbuchmeier

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions