MitchTalmadge / AMP-dockerized

CubeCoders AMP in a Docker Image. Easily create game servers for games like Minecraft, GMod, TF2, Factorio, and StarBound!
https://hub.docker.com/r/mitchtalmadge/amp-dockerized
Other
91 stars 22 forks source link

Unable to run V Rising #124

Closed Dalarialus closed 10 months ago

Dalarialus commented 2 years ago

Hello!

Today, AMP was updated with the ability to run a V Rising server - According to CubeCoders, it requires the server to be running architecture i386, wine32, wine64 and xvfb.

To try and add these dependencies, I added a startup.sh file;

echo "Downloading dependencies for V Rising..."
apt-get update && \
apt-get install -y --no-install-recommends \
wine32 \
wine64 \
xvfb
apt-get -y clean && \
apt-get -y autoremove --purge && \
rm -rf \
/tmp/* \
/var/lib/apt/lists/* \
/var/tmp/*

Creating the instance and updating it run fine, but when I try to start the application, AMP produces the following warnings in console;

22:05:55: Success! App '1829350' fully installed.

22:06:12: /usr/bin/xvfb-run
          184: wine64: not found

22:06:12: Console
          /usr/bin/xvfb-run: 184: wine64: not found

22:06:12: /usr/bin/xvfb-run
          184: wine64: not found

22:06:12: Console
          /usr/bin/xvfb-run: 184: wine64: not found

22:06:12: /usr/bin/xvfb-run
          184: wine64: not found

22:06:12: Console
          /usr/bin/xvfb-run: 184: wine64: not found

22:06:12: /usr/bin/xvfb-run
          184: wine64: not found

22:06:12: Console
          /usr/bin/xvfb-run: 184: wine64: not found

22:06:12: /usr/bin/xvfb-run
          184: wine64: not found

22:06:12: Console
          /usr/bin/xvfb-run: 184: wine64: not found

Have I missed something obvious here? From the AMP console output, it looks like I'm missing dependencies, but the docker container logs indicate that they're installed.

IceOfWraith commented 11 months ago

This should work in the new mitchtalmadge/amp-dockerized:staging-debian-12 that will be released soon.

MitchTalmadge commented 10 months ago

Please re-open if this happens in the latest release :)