wine_32bit_prefix

This is an old revision of the document!


Wine 32bit prefix

most of the time when you run a windows application on linux you probably don't need it to run as a 64bit application. at last when you want to install dotnet 2.0 through winetricks like this

winetricks dotnet20

you will stumble when you run your wine in a 64bit prefix. luckily this can be fixed by creating a 32bit prefix. i prefer to only have a 32bit prefix on my computers as i will only use wine to run some small applications usually to configure some devices and stuff, so i really don't need 64 bit

so first remove your default wine prefix.. be aware, that this will erase your entire wine profile including your installed windows software. it is very likely that you however did not suceed in running anything without dotnet installed, so usually there isn't much to bother at this moment :)

rm -rf ~/.wine

now create a 32 bit prefix as your new default wine prefix:

WINEPREFIX='/home/username/.wine' WINEARCH='win32' wine 'wineboot'

and now enjoy working winetricks :)

  • wine_32bit_prefix.1382268322.txt.gz
  • Last modified: 20.10.2013 13:25
  • by Pascal Suter