Didstopia / rust-server

Provides a dedicated linux server for Rust (the game) running inside a Docker container.
MIT License
244 stars 104 forks source link

SDL not found #103

Open SoftwareMensch opened 2 years ago

SoftwareMensch commented 2 years ago

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):

Server: Engine: Version: 20.10.12 API version: 1.41 (minimum version 1.12) Go version: go1.17.5 Git commit: 459d0dfbbb Built: Mon Dec 13 22:30:43 2021 OS/Arch: linux/amd64 Experimental: false containerd: Version: v1.6.0 GitCommit: 39259a8f35919a0d02c9ecc2871ddd6ccf6a7c6e.m runc: Version: 1.1.0 GitCommit: v1.1.0-0-g067aaf85 docker-init: Version: 0.19.0 GitCommit: de40ad0



**Additional context**
I start a container with `docker compose up [-d]`.
stale[bot] commented 2 years ago

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.