https://bugs.winehq.org/show_bug.cgi?id=54336
--- Comment #16 from Eric Pouech eric.pouech@gmail.com --- (In reply to formigoni from comment #15)
You are correct, here are the outputs, on a new fedora 36 VM:
$ ./wine/wine64/wine64 --version wine-8.0-rc4-11-g929fdbbf554 $ ./wine/wine64/wine --version wine-8.0-rc4-11-g929fdbbf554 $ ./wine/wine32/wine64 --version wine-8.0-rc4-11-g929fdbbf554 $ ./wine/wine32/wine --version ./wine/wine32/wine: line 107: /home/ruan/Desktop/wine/wine32/loader/wine: No such file or directory $ sudo dnf install glibc.i686 $ ./wine/wine32/wine --version wine-8.0-rc4-11-g929fdbbf554
(it's likely an evolution in wine because of the new wow64 mode for which we likely changed some bits in what wine and wine64 do)
so running from the 64 bit build tree should be fine then?
Sorry but I could not locate the instructions for the experimental one, is it in here? https://wiki.winehq.org/Building_Wine#Shared_WoW64
no it's not listed here yet. you need a single build tree and configure the build with:
configure --enable-archs=x86_64,i386 --with-mingw but I wouldn't recommend using it for now. there are still some issues to iron out.