Hi all,
Been unsuccessfully trying to get AskaServer.exe to run in wine. Its a console application and the steam app id is: 3246670
I'm attempting to get it running on a headless ubuntu (although distro doesn't matter to me). I've also tried debian 12. I am able to install wine, xvfb, winetricks, steamcmd, etc and can start things like notepad or other built-in apps, but the AskaServer.exe always just gives a message about how the application tried to spawn a window and was unable to.
I'm not a poweruser and am just getting my feet wet with wine.
I'm invoking wine with this command:
su - steam -c "xvfb-run --auto-servernum wine AskaServer.exe"
i've also tried wine64 and wineconsole all with the same results.
Sorry if I didn't give enough information, not sure what you guys will want to see, but happy to provide whatever.
My last attempts were with the following container and then updating the steam app id and the config_server file: https://github.com/thetestgame/docker-steam-server/