On 09/28/2014 05:07 AM, Austin English wrote: > On Sep 28, 2014 9:30 AM, "jre" <[email protected] > <mailto:[email protected]>> wrote: >> >> Source: wine-development >> Version: 1.7.27-1 >> Severity: normal >> >> Hi, >> >> wine64 seems not to work if the 32-bit packages aren't installed. >> >> >> I had only the 64-bit packages installed: >> >> ii libwine-development:amd64 1.7.27-1 amd64 >> ii wine-development 1.7.27-1 amd64 >> ii wine64-development 1.7.27-1 amd64 >> >> >> ... and executed the following line (wrapped for readability here, it >> was one line): >> >> WINEARCH=win64 \ >> WINELOADER=/usr/lib/wine-development/wine64 \ >> WINEDEBUG=fixme+all,err+all \ >> /usr/lib/wine-development/wine64 ImageMagick-6.8.9-7-Q16-x64-static.exe >> >> >> This immediately exits (returns 1), but just gives this output: >> >> wine: created the configuration directory '/home/jens/.wine' >> Could not load wine-gecko. HTML rendering will be disabled. >> wine: configuration in '/home/jens/.wine' has been updated. >> >> >> After installing libwine-development:i386 and wine32-development:i386 >> above command worked flawlessly if I removed ~/.wine. > > That's expected, many 64bit programs also contain 32bit components. > > You might try a built-in executable instead, e.g. notepad should work. > > But wine64 alone is not an upstream supported configuration. >
Thanks! Then wine-development should depend (without alternative) on wine32-development and perhaps recommend wine64-development. Greets jre _______________________________________________ pkg-wine-party mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party
