WineHQ
Comments
 

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

RE: .NET Framework
by JD Powell on Saturday February 26th 2011, 21:14
If you have 64-bit wine, you might need to create a custom 32-bit only wine prefix to handle 32-bit only software.

Use:
env WINEARCH=win32 WINEPREFIX=$HOME/.wine_for_32bit winecfg

You will have to set the WINEARCH and WINEPREFIX environment variables each time.

For instance:
env WINEARCH=win32 WINEPREFIX=$HOME/.wine_for_32bit winetricks mono28

If you only want to use 32-bit windows software, you can just recreate ~/.wine as 32-bit with the WINEARCH variable set to win32. Then put a statement into your shell's login scripts to set WINEARCH=win32 every time you login.

[post new] [reply to this]

Page loaded in 0.00338 seconds.