Is there a simple way to set wine to 32 bit?

Questions about Wine on Linux
Locked
gregoryshock
Newbie
Newbie
Posts: 1
Joined: Sun Mar 03, 2013 10:00 pm

Is there a simple way to set wine to 32 bit?

Post by gregoryshock »

I am running wine on a 64 bit system. My Distibution and version of OS is zorin-os-6.1-core-64. I want to install an old flight simulator into wine. It was written for Windows 98 and Up. It is a 32 bit program. I was wondering is there a simple way to set wine to 32 bit?
User avatar
dimesio
Moderator
Moderator
Posts: 13207
Joined: Tue Mar 25, 2008 10:30 pm

Re: Is there a simple way to set wine to 32 bit?

Post by dimesio »

Create a 32 bit wineprefix with

Code: Select all

WINEARCH=win32 WINEPREFIX=/path/to/wineprefix winecfg
(use the actual path to the wineprefix).
http://wiki.winehq.org/FAQ#wineprefix
Locked