Note - If you do not fill in every section below, your post won’t be answered - you must provide the steps you have followed so far and the actions you’ve already taken. Make sure to remove this notice from your post too.
OS Name/Version:
Ubuntu server 20.04
-Debian (Running in Docker)
Product Name/Version:
AMP Version: 2.5.1.8 (Callisto) - Space Engineers Instance
Problem Description:
The Space Engineers server is failing to start when running under Wine in a Docker container. The instance consistently exits with code 0 after multiple attempts, and the logs suggest missing dependencies. Specifically, it mentions the need for the Visual C++ Redistributable for 2015-2019 (vcrun2015). Below are 2 pastebins of the logs:
https://pastebin.com/WU9HTN3w
https://pastebin.com/GDpjDjcj
Despite multiple restart attempts, the server fails to load. I believe this is related to missing vcrun2015 in the Wine environment.
Steps to reproduce:
- Set up AMP Docker with Space Engineers.
- Launch the Space Engineers instance.
- Review logs for the failed server start and missing dependencies.
Actions taken to resolve so far:
- Reviewed console logs showing the server failing with exit code 0.
- Checked Wine for missing dependencies like the C++ Redistributable for 2015-2019.
- Couldn’t download de dependency myself.