-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
dlmopen steamservice.so failed: steamservice.so: cannot open shared object file: No such file or directory #49
Comments
This error can generally be ignored:
This part of your log indicates that steamcmd has started successfully:
|
The error came back at the end of a downloaded game. Then it fails the data validation. Also, the error occurs on CS2 server launch and cause segmentation fault. |
I found a valve precision about this issue. It's not from your docker files sorry. |
The given workaround was:
For me, it was:
https://developer.valvesoftware.com/wiki/Counter-Strike_2/Dedicated_Servers |
I'm having trouble replicating this. |
The warning has been suppressed. |
Problem:
When running the Docker container for
cm2network/steamcmd:latest
, I'm encountering an issue related to a missing shared object filesteamservice.so
.Steps to Reproduce:
cm2network/steamcmd:latest
image:docker pull cm2network/steamcmd:latest
/bin/sh
:docker run --entrypoint /bin/sh -it cm2network/steamcmd:latest
steamcmd
.Expected Behavior:
I expect
steamcmd
to launch successfully without any errors.Actual Behavior:
Received the following error message:
Environment:
cm2network/steamcmd:latest
Logs:
Additional Context:
/root/Steam/logs/stderr.txt is empty
The text was updated successfully, but these errors were encountered: