Re: Wine in amd64

2015-02-17 Thread Jörg-Volker Peetz
Take a look at your home directory: ls -lad ~/.wine* If there's a ~/.wine directory, rename it before starting wine64. Regards, jvp. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: htt

Re: Wine in amd64

2015-02-16 Thread Siard
Gary Dale wrote: > Siard wrote: > > 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

Re: Wine in amd64

2015-02-16 Thread Gary Dale
On 16/02/15 10:12 AM, Siard wrote: 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