You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug
When starting the rust server, you will see this error message:
Warning: failed to init SDL thread priority manager: SDL not found
.To Reproduce
Just run a container and watch the logs or grep for "SDL" in the logs.
Expected behavior
The package
libsdl2-2.0-0:i386
is already installed inside the image, so this error should not occur.Environment (please complete the following information):
OS: [Arch Linux with kernel 5.16.11]
Docker:
Additional context
I start a container with
docker compose up [-d]
.The text was updated successfully, but these errors were encountered: