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
89 stars 21 forks source link

Space Engineers Support #189

Closed TonyMacDonald1995 closed 4 months ago

TonyMacDonald1995 commented 4 months ago

Space Engineers requires latest wine from WineHQ

MitchTalmadge commented 4 months ago

You may test it on mitchtalmadge/amp-dockerized:staging-wine now! Please let me know if it works for you. I also wonder what other games use Wine, and if they still work.

TonyMacDonald1995 commented 4 months ago

It seems the winehq package fixed the problem of winetricks refusing to execute any verbs, but the Space Engineers server itself wouldn't run. It looks like the real solution was dead simple: ln -s /usr/lib/wine/wine64 /usr/bin/wine64 I'll submit a new PR with the fix :)