Open forum for end-user questions about
Wine. Before asking questions, check out the
Wiki as a first step.
Forum Rules
-
mikon29
- Level 2

- Posts: 21
- Joined: Tue Apr 24, 2012 7:57 am
Post
by mikon29 »
Hello,
i try to set 32 bit wineprefix but fails:
Code: Select all
[josy1982@fedora Programme]$ WINEARCH=win32 WINEPREFIX=~/.wine winecfg
wine: cannot find L"C:\\windows\\system32\\wineboot.exe"
err:process:start_wineboot failed to start wineboot, err 2
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
anybody an idea?
-
doh123
- Level 8

- Posts: 1227
- Joined: Tue Jul 14, 2009 1:21 pm
Post
by doh123 »
sounds like your wineprefix is messed up... did you delete ~/.wine and let Wine create it by itself?
-
mikon29
- Level 2

- Posts: 21
- Joined: Tue Apr 24, 2012 7:57 am
Post
by mikon29 »
Hello,
i am on a 64 bit machine if i let wine setup yoursel then will create 64 bit prefix but i need 32 bit prefix.
-
jjmckenzie
- Moderator

- Posts: 1153
- Joined: Wed Apr 27, 2011 11:01 pm
Post
by jjmckenzie »
On Sat, May 19, 2012 at 3:21 PM, mikon29 <
[email protected]> wrote:
Hello,
i am on a 64 bit machine if i let wine setup yoursel then will create 64 bit prefix but i need 32 bit prefix.
Then do the following:
WINEPREFIX=$HOME/wine32 WINEARCH=win32 wine winecfg.
You can set this in your environment by exporting the two variables:
export WINEPREFIX=$HOME/wine32
export WINEARCH=win32
Before running any program that requires a 32 bit Wine Prefix.
James.
-
angelcosta
- Newbie

- Posts: 1
- Joined: Tue Jan 07, 2014 9:01 am
Post
by angelcosta »
Thank you, jjmckenzie
Your solution worked for me.