WINEARCH=win32 broke

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
KenSharp
Level 4
Level 4
Posts: 110
Joined: Mon Jul 13, 2009 8:52 pm

WINEARCH=win32 broke

Post by KenSharp »

As of Wine 1.5.16:
$ rm -rf /tmp/eggs ; mkdir /tmp/eggs ; WINEARCH=win32 WINEPREFIX=/tmp/eggs wineboot -i
wine: WINEARCH set to win32 but '/tmp/eggs' is a 64-bit installation.
From the Ubuntu PPA.

I haven't had chance to compile myself yet.
doh123
Level 8
Level 8
Posts: 1227
Joined: Tue Jul 14, 2009 1:21 pm

Re: WINEARCH=win32 broke

Post by doh123 »

KenSharp wrote:As of Wine 1.5.16:
$ rm -rf /tmp/eggs ; mkdir /tmp/eggs ; WINEARCH=win32 WINEPREFIX=/tmp/eggs wineboot -i
wine: WINEARCH set to win32 but '/tmp/eggs' is a 64-bit installation.
From the Ubuntu PPA.

I haven't had chance to compile myself yet.
what happens if you don't create /tmp/eggs manually with mkdir and let wineboot do it?
User avatar
dimesio
Moderator
Moderator
Posts: 13202
Joined: Tue Mar 25, 2008 10:30 pm

Re: WINEARCH=win32 broke

Post by dimesio »

You need to let Wine create the directory. http://bugs.winehq.org/show_bug.cgi?id=29661
KenSharp
Level 4
Level 4
Posts: 110
Joined: Mon Jul 13, 2009 8:52 pm

Re: WINEARCH=win32 broke

Post by KenSharp »

doh123 wrote:
KenSharp wrote:As of Wine 1.5.16:

what happens if you don't create /tmp/eggs manually with mkdir and let wineboot do it?
Same thing.
KenSharp
Level 4
Level 4
Posts: 110
Joined: Mon Jul 13, 2009 8:52 pm

Re: WINEARCH=win32 broke

Post by KenSharp »

...but not always. Hmmmmm.....
Locked