<p dir="ltr">On Sep 28, 2014 9:30 AM, "jre" <<a href="mailto:jre.winesim@gmail.com">jre.winesim@gmail.com</a>> wrote:<br>
><br>
> Source: wine-development<br>
> Version: 1.7.27-1<br>
> Severity: normal<br>
><br>
> Hi,<br>
><br>
> wine64 seems not to work if the 32-bit packages aren't installed.<br>
><br>
><br>
> I had only the 64-bit packages installed:<br>
><br>
> ii  libwine-development:amd64    1.7.27-1     amd64<br>
> ii  wine-development             1.7.27-1     amd64<br>
> ii  wine64-development           1.7.27-1     amd64<br>
><br>
><br>
> ... and executed the following line (wrapped for readability here, it<br>
> was one line):<br>
><br>
> WINEARCH=win64 \<br>
> WINELOADER=/usr/lib/wine-development/wine64 \<br>
> WINEDEBUG=fixme+all,err+all \<br>
> /usr/lib/wine-development/wine64 ImageMagick-6.8.9-7-Q16-x64-static.exe<br>
><br>
><br>
> This immediately exits (returns 1), but just gives this output:<br>
><br>
> wine: created the configuration directory '/home/jens/.wine'<br>
> Could not load wine-gecko. HTML rendering will be disabled.<br>
> wine: configuration in '/home/jens/.wine' has been updated.<br>
><br>
><br>
> After installing libwine-development:i386 and wine32-development:i386<br>
> above command worked flawlessly if I removed ~/.wine.<br>
><br>
> If I didn't remove ~/.wine the installation also worked (I could start<br>
> imdisplay.exe later), but showed some popups about ole errors [1] and<br>
> failed to open the webpage (in the Linux system webbroser).<br>
><br>
><br>
> Useless stuff I tried:<br>
> I tried adding "env" before the command line and exported some variables:<br>
><br>
> export W=/usr/lib/x86_64-linux-gnu/wine-development/<br>
> export WINEVERPATH=$W<br>
> export PATH=$W:/usr/lib/wine-development/:$PATH<br>
> export WINESERVER=$W/wineserver<br>
> export WINELOADER=/usr/lib/wine-development/wine64<br>
> export WINEDLLPATH=$W/fakedlls<br>
> export LD_LIBRARY_PATH=$W<br>
><br>
><br>
><br>
> [1] Errors when installing in a broken prefix:<br>
> err:ole:CoGetClassObject class {00021401-0000-0000-c000-000000000046}<br>
> not registered<br>
> err:ole:create_server class {00021401-0000-0000-c000-000000000046} not<br>
> registered<br>
> err:ole:CoGetClassObject no class object<br>
> {00021401-0000-0000-c000-000000000046} could be created for context 0x5<br>
><br>
><br>
><br>
> -- System Information:<br>
> Debian Release: jessie/sid<br>
>   APT prefers testing<br>
>   APT policy: (900, 'testing'), (300, 'unstable')<br>
> Architecture: amd64 (x86_64)<br>
> Foreign Architectures: i386<br>
><br>
> Kernel: Linux 3.14-2-amd64 (SMP w/4 CPU cores)<br>
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)<br>
> Shell: /bin/sh linked to /bin/dash<br>
><br>
> Versions of packages wine-development depends on:<br>
> ii  wine64-development  1.7.27-1<br>
><br>
> wine-development recommends no packages.<br>
><br>
> Versions of packages wine-development suggests:<br>
> ii  binfmt-support             2.1.5-1<br>
> ii  ttf-mscorefonts-installer  3.5<br>
><br>
> -- no debconf information<br>
><br>
> _______________________________________________<br>
> pkg-wine-party mailing list<br>
> <a href="mailto:pkg-wine-party@lists.alioth.debian.org">pkg-wine-party@lists.alioth.debian.org</a><br>
> <a href="http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party">http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party</a></p>
<p dir="ltr">That's expected, many 64bit programs also contain 32bit components.</p>
<p dir="ltr">You might try a built-in executable instead, e.g. notepad should work.</p>
<p dir="ltr">But wine64 alone is not an upstream supported configuration.</p>