Hi, I have Wine installed in Jessie, amd64.
First I created a 32-bit wine directory:

    WINEARCH=win32 WINEPREFIX=~/.wine32 winecfg

so I could install 32-bit Windows executables:

    WINEPREFIX=~/.wine32 wine ./program.exe

Now for the first time I have a 64-bit Windows executable.
So I created a 64-bit wine directory:

    WINEARCH=win64 WINEPREFIX=~/.wine64 winecfg

and tried to install the program:

    WINEPREFIX=~/.wine64 wine ./program.exe

However, I get this error:

    wine: '/home/<user>/.wine64' is a 64-bit installation, it cannot be
    used with a 32-bit wineserver.

I wonder why I have a '32-bit wineserver'. And how to get a 64-bit
wineserver then?


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150216161200.adbbff96.shiems...@kpnplanet.nl

Reply via email to