cant set win32 prefix on Ubunut 14.04 x64

Questions about Wine on Linux
Locked
lepssa
Newbie
Newbie
Posts: 3
Joined: Sun Sep 07, 2014 4:35 pm

cant set win32 prefix on Ubunut 14.04 x64

Post by lepssa »

i followed FAQ and used

Code: Select all

WINEARCH=win32 WINEPREFIX=/path/to/wineprefix winecfg 
my terminal window:

Code: Select all

lepssa@lepssa-PREMIO-PROFESSIONAL:~$ WINEARCH=win32 WINEPREFIX=~/.wine winecfg
wine: created the configuration directory '/home/lepssa/.wine'
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:iphlpapi:NotifyAddrChange (Handle 0xdbe8b0, overlapped 0xdbe8bc): stub
wine: configuration in '/home/lepssa/.wine' has been updated.


User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: cant set win32 prefix on Ubunut 14.04 x64

Post by dimesio »

What's the problem? That's normal terminal output for creation of a wineprefix.
lepssa
Newbie
Newbie
Posts: 3
Joined: Sun Sep 07, 2014 4:35 pm

Re: cant set win32 prefix on Ubunut 14.04 x64

Post by lepssa »

How can i switch to actually use 32bit prefix then? I got an warning that im still in 64bit prefix.
lepssa
Newbie
Newbie
Posts: 3
Joined: Sun Sep 07, 2014 4:35 pm

Re: cant set win32 prefix on Ubunut 14.04 x64

Post by lepssa »

Really? i got confused by the error lines in terminal. So how i can use 32bit prefix actually? If i run winetricks through GUI to installl steam for example i got a warning message that im using x64 wine. Cant find anything about it at wiki.

Im quite a noob at whine and linux also actually so little help will come handy:)
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: cant set win32 prefix on Ubunut 14.04 x64

Post by dimesio »

Winetricks by default installs Steam to ~/.local/share/wineprefixes/steam, and on a 64 bit system that will be a 64 bit wineprefix. That's why you got that message.

Follow the instructions in the AppDB to install Steam to the wineprefix you created. https://appdb.winehq.org/objectManager. ... &iId=19444
Locked