http://bugs.winehq.org/show_bug.cgi?id=58637
--- Comment #17 from Stian Low wineryyyyy@gmail.com --- Created attachment 79211 --> http://bugs.winehq.org/attachment.cgi?id=79211 Screenshot of shared WoW64 working for Debian 13
Attached is a screenshot confirming the installer works for Debian 13 apt packages: wine-10.0 (Debian 10.0~repack-6)
`sudo apt install wine` only installs the 64-bit version causing this message: it looks like wine32 is missing, you should install it. multiarch needs to be enabled first. as root, please execute "dpkg --add-architecture i386 && apt-get update && apt-get install wine32:i386"
After installing i386 support, the the game installer worked but only by using a fresh WINEPREFIX different than the one created before i386 was installed.
Thus Debian 13 seems to still be using Shared WoW64 method unlike Fedora and apparently Arch as well: https://archlinux.org/news/transition-to-the-new-wow64-wine-and-wine-staging... https://gitlab.archlinux.org/archlinux/packaging/packages/wine/-/issues/10
(In reply to Stian Low from comment #16)
Is "new wow64" not considered prime-time ready to be mentioned by official build instructions? https://gitlab.winehq.org/wine/wine/-/wikis/Building-Wine
So regardless whether "new WoW64" is ready for prime-time or not, it's use has begun by other most popular Linux distros.