Run 32 bit programs in 64 bit wine

Questions about Wine on Linux
Locked
andresAlvarado
Newbie
Newbie
Posts: 2
Joined: Thu Nov 26, 2015 12:01 pm

Run 32 bit programs in 64 bit wine

Post by andresAlvarado »

Hi Experts.

I'm having some trouble trying to run a 32 bit application in wine. I've reviewed several posts and some videos, but nothing seems to work. This is what I have tried so far:

Remove all wine prefixes:

Code: Select all

rm -Rfv .wine
Create a 32 bit prefix:

Code: Select all

WINEARCH=win32 WINEPREFIX=/home/andres/.win32 winecfg 
# wine: '/home/andres/.win32' is a 32-bit installation, it cannot support 64-bit applications.
# .win32 directory gets created.
Try to run a 32 bit application:

Code: Select all

WINEARCH=win32 WINEPREFIX=/home/andres/.win32/ wine SpotifySetup.exe 
#wine: '/home/andres/.win32' is a 32-bit installation, it cannot support 64-bit applications.
Operating System: Centos 7
Wine version: wine-1.7.53

Thanks in Advance

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

Re: Run 32 bit programs in 64 bit wine

Post by dimesio »

andresAlvarado wrote: Operating System: Centos 7
viewtopic.php?f=8&t=23434
andresAlvarado
Newbie
Newbie
Posts: 2
Joined: Thu Nov 26, 2015 12:01 pm

Re: Run 32 bit programs in 64 bit wine

Post by andresAlvarado »

Ya, just saw that.

Im not able to get rpmrebuild -e wine-1.7.22-1.el7.src.rpm rpm. Anyone can upload it please?
User avatar
dimesio
Moderator
Moderator
Posts: 13209
Joined: Tue Mar 25, 2008 10:30 pm

Re: Run 32 bit programs in 64 bit wine

Post by dimesio »

The CentOS packages weren't built here, and there's no point in rebuilding that old version anyway. Use the src.rpm for the current version.
Locked