Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libsdkencryptedappticket cannot be loaded on Linux #608

Open
LukasTr opened this issue May 19, 2024 · 0 comments
Open

libsdkencryptedappticket cannot be loaded on Linux #608

LukasTr opened this issue May 19, 2024 · 0 comments

Comments

@LukasTr
Copy link

LukasTr commented May 19, 2024

I'm using Steamworks.NET in C# with ASP.NET Core.

I am using the encrypted app ticket features, and running the app on Amazon Linux. According to the documentation, this requires sdkencryptedappticket.so to be placed next to libsteam_api.so .

I added both files to the project, and configured them to "copy to output". Unfortunately, this isn't working. Here's the error message:

DllNotFoundException: Unable to load shared library 'sdkencryptedappticket' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libsdkencryptedappticket: cannot open shared object file: No such file or directory

I attempted to solve this using patchelf to set a soname as described here, but this didn't work either.

Is this a known problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant