On 2/21/11 2:49 PM, sniveri wrote:
Tried to test installations and other stuff but somehow winetricks or something else is mixed up.. if I set WINEARCH=win32 I get result:
Code:
wine: WINEARCH set to win32 but '.wine' is a 64-bit installation
If I set WINEARCH=win64 I get result:
Code:
wine: WINEARCH set to win64 but '.wine' is a 32-bit installation
and If I remove the WINEARCH from env variables then wine 64 becomes usable again. Maybe someone has instructions how to enable 32-bit wine in wow64 setup?[/code]
Use the WINEPREFIX environment variable to create a Wine Prefix.
Something like:
WINEPREFIX=$HOME/wine64 WINEARCH=wine64 wine <64bit program installer>
and the same for 32 bit but name the wine prefix directory wine32.
James McKenzie