wine: WINEARCH is set to 'win32' but this is not supported in wow64 mode.

Questions about Wine on macOS.
Post Reply
Cyao1234
Newbie
Newbie
Posts: 1
Joined: Fri Feb 23, 2024 10:29 am

wine: WINEARCH is set to 'win32' but this is not supported in wow64 mode.

Post by Cyao1234 »

I want to use wine in 32 bit mode, I tried to create a 32bit prefix with

Code: Select all

WINEARCH=win32 WINEPREFIX=~/.wine32 winecfg
but it gives me this error:

Code: Select all

wine: WINEARCH is set to 'win32' but this is not supported in wow64 mode.
How can I fix this?

I'm using wine devel, but also tried with wine staging installed with brew
dchmelik
Newbie
Newbie
Posts: 3
Joined: Mon May 20, 2024 5:46 pm

Re: wine: WINEARCH is set to 'win32' but this is not supported in wow64 mode.

Post by dchmelik »

I have same problem on stable WINE.
User avatar
dimesio
Moderator
Moderator
Posts: 13228
Joined: Tue Mar 25, 2008 10:30 pm

Re: wine: WINEARCH is set to 'win32' but this is not supported in wow64 mode.

Post by dimesio »

There is nothing you can fix. Since Apple removed 32 bit support from macOS, Wine on that platform can only run in the new WoW64 mode, which as the message says, does not support WINEARCH=win32. You should be able to install and run 32 bit programs in the WoW64 wineprefix. You will not be able to run 16 bit programs.
dchmelik
Newbie
Newbie
Posts: 3
Joined: Mon May 20, 2024 5:46 pm

Re: wine: WINEARCH is set to 'win32' but this is not supported in wow64 mode.

Post by dchmelik »

I'm on GNU/Linux, not Apple.
User avatar
dimesio
Moderator
Moderator
Posts: 13228
Joined: Tue Mar 25, 2008 10:30 pm

Re: wine: WINEARCH is set to 'win32' but this is not supported in wow64 mode.

Post by dimesio »

dchmelik wrote: Thu May 23, 2024 12:31 am I'm on GNU/Linux, not Apple.
So why are you trying to hijack a post in the macOS subforum?

My reply was meant for the original poster, but the answer is true for WoW64 mode on Linux, too. The message means what it says.
rin67630
Level 2
Level 2
Posts: 17
Joined: Sun Nov 21, 2021 4:19 pm

Re: wine: WINEARCH is set to 'win32' but this is not supported in wow64 mode.

Post by rin67630 »

dimesio wrote: Tue May 21, 2024 6:04 am You should be able to install and run 32 bit programs in the WoW64 wineprefix.
But my 32 bit program (corel photoimpact X3) does not run with wine 9.0
The programm installs wo error, but does nothing when started from explorer.exe
Is it anything I can do to get it running?
Post Reply