18 Aug
2022
18 Aug
'22
6:25 a.m.
On Thu Aug 18 05:50:44 2022 +0000, Davide Beatrici wrote:
``` wine: created the configuration directory '/home/user/.wine' wine: '/home/user/.wine' is a 32-bit installation, it cannot support 64-bit applications. ``` When attempting to run anything through `wine64`, even 32 bit binaries. If I create a 64 bit prefix another way, this is the output: ``` wine: '/home/user/.wine' is a 64-bit installation, it cannot be used with a 32-bit wineserver. ```
Either remove the existing `~/.wine` or use something `WINEPREFIX=~/.wine-wow64 wine64 foo.exe` to point Wine at a new wineprefix. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/658#note_6457