How to run WineTricks in 32 bit mode on a 64 bit system

14,768

Set up a 32 bit Wine Bottle Prefix on a 64-bit System by using Wine Bottles, like so:

32-bit:
winearch=win32 WINEPREFIX="/path/to/new/wine/bottle" winecfg

64-bit:
winearch=win64 WINEPREFIX="/path/to/new/wine/bottle" winecfg


Never use the default WINE bottle. Use winetricks to select the bottle.

Share:
14,768

Related videos on Youtube

The Holy See
Author by

The Holy See

Updated on September 18, 2022

Comments

  • The Holy See
    The Holy See over 1 year

    I am using WineTricks to install some DLLs, but I'm encountering this problem when installing .NET framework:

    This product is not supported on a 64-bit OS.

    So, how do I run WineTricks in 32-bit mode?

  • Aquarius Power
    Aquarius Power almost 7 years
    just to add a tip, when running a 32bit application on a 64bit prefix, while calling wine64, we need to unset WINEARCH b4 calling it, or it will also give "bad exe format" error