https://bugs.winehq.org/show_bug.cgi?id=45557
Bug ID: 45557 Summary: winecfg -> wine: '/home/ich/.wine' is a 64-bit installation, it cannot be used with a 32-bit wineserver. Product: Packaging Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: wine-packages Assignee: wine-bugs@winehq.org Reporter: Ulf.Zibis@gmx.de CC: michael@fds-team.de, sebastian@fds-team.de Distribution: ---
On Ubuntu 18.04 I installed with: sudo dpkg --add-architecture i386 # Nur auf 64-Bit-Systemen notwendig wget -O - https://dl.winehq.org/wine-builds/Release.key | sudo apt-key add - sudo apt-add-repository 'https://dl.winehq.org/wine-builds/ubuntu/' && sudo apt update sudo apt install winehq-stable winetricks
With $ winecfg I get: ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. wine: '/home/ich/.wine' is a 64-bit installation, it cannot be used with a 32-bit wineserver.
For ERROR: ld.so: see bug 45434, but there remains the other blocking problem.
In /opt/wine-stable/bin/ wine64* is missing, see: $ ls -l /usr/bin/wine lrwxrwxrwx 1 root root 25 Jul 4 11:51 /usr/bin/wine -> /opt/wine-stable/bin/wine ich@T500:~$ ls -l /usr/bin/wine /usr/bin/wine64* lrwxrwxrwx 1 root root 25 Jul 4 11:51 /usr/bin/wine -> /opt/wine-stable/bin/wine lrwxrwxrwx 1 root root 27 Jul 4 11:51 /usr/bin/wine64 -> /opt/wine-stable/bin/wine64 lrwxrwxrwx 1 root root 37 Jul 4 11:51 /usr/bin/wine64-preloader -> /opt/wine-stable/bin/wine64-preloader $ ls -l /opt/wine-stable/bin/wine /opt/wine-stable/bin/wine64* ls: Zugriff auf '/opt/wine-stable/bin/wine64*' nicht möglich: Datei oder Verzeichnis nicht gefunden -rwxr-xr-x 1 root root 9556 Jul 4 12:05 /opt/wine-stable/bin/wine
https://bugs.winehq.org/show_bug.cgi?id=45557
Ulf Zibis Ulf.Zibis@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|winecfg -> wine: |winecfg ---> wine: |'/home/ich/.wine' is a |'/home/ich/.wine' is a |64-bit installation, it |64-bit installation, it |cannot be used with a |cannot be used with a |32-bit wineserver. |32-bit wineserver. CC| |Ulf.Zibis@gmx.de
https://bugs.winehq.org/show_bug.cgi?id=45557
--- Comment #1 from Ulf Zibis Ulf.Zibis@gmx.de --- But I can still run 32-bit programs e.g. with: env WINEPREFIX="/home/ich/.wine32" wine C:\windows\command\start.exe /Unix /home/ich/.wine32/dosdevices/c:/users/Public/Start\ Menu/Programs/tax\ 2018\ Professional/tax\ 2018\ Professional.lnk
https://bugs.winehq.org/show_bug.cgi?id=45557
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
--- Comment #2 from Fabian Maurer dark.shadow4@web.de --- You have 32bit wine installed, but try to access a 64bit WINEPREFIX. So that error is to be expected.
Something with your wine setup is wrong, you want to install the 64bit wine.
https://bugs.winehq.org/show_bug.cgi?id=45557
--- Comment #3 from Ulf Zibis Ulf.Zibis@gmx.de --- (In reply to Fabian Maurer from comment #2)
You have 32bit wine installed,
It really looks like that, but I intended to install a 64-bit wine with the stated setup.
but try to access a 64bit WINEPREFIX.
'/home/ich/.wine' is a 64-bit WINEPREFIX, so what to do different?
Something with your wine setup is wrong, you want to install the 64bit wine.
Yes, but how does a 64-bit wine setup look like in contrast to my stated setup?
https://bugs.winehq.org/show_bug.cgi?id=45557
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |normal CC| |z.figura12@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=45557
--- Comment #4 from Ulf Zibis Ulf.Zibis@gmx.de --- I had set the severity to blocker, because nothing is working after a standard installation on 64-bit Ubuntu.
https://bugs.winehq.org/show_bug.cgi?id=45557
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEEDINFO Ever confirmed|0 |1
--- Comment #5 from Rosanne DiMesio dimesio@earthlink.net --- We have plenty of Ubuntu 18.04 users and you are the only one who has encountered this problem, so it's extremely unlikely to be a packaging bug.
Nevertheless, since the package build environment has changed, please retest with a clean install of one of the packages that were built on the OBS. (At present that will have to be a 4.0-rc development or staging package; the 3.0.x packages on dl.winehq.org are all from the old build system).
And if you've managed to solve your problem since your last post, please let us know so we can close this bug.
https://bugs.winehq.org/show_bug.cgi?id=45557
--- Comment #6 from Ulf Zibis Ulf.Zibis@gmx.de --- At some day I was able to install wine from the standard Ubuntu repositories with: sudo dpkg --add-architecture i386 && sudo apt update sudo apt install wine-stable wine32 winetricks
Currently this is wine-3.0 (Ubuntu 3.0-1ubuntu1)
But I never was able to correctly install with the instructions from here: https://wiki.winehq.org/Ubuntu
https://bugs.winehq.org/show_bug.cgi?id=45557
--- Comment #7 from Rosanne DiMesio dimesio@earthlink.net --- The WineHQ builds, repository, and instructions for installing have all changed since you filed this bug, so you need to test the current setup. However, if you're no longer interested, I can mark it as abandoned.
https://bugs.winehq.org/show_bug.cgi?id=45557
--- Comment #8 from Ulf Zibis Ulf.Zibis@gmx.de --- Hi, it's fine for me to mark the bug as abandoned. Thanks for your effort!
https://bugs.winehq.org/show_bug.cgi?id=45557
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |ABANDONED Status|NEEDINFO |RESOLVED
--- Comment #9 from Austin English austinenglish@gmail.com --- (In reply to Ulf Zibis from comment #8)
Hi, it's fine for me to mark the bug as abandoned. Thanks for your effort!
https://bugs.winehq.org/show_bug.cgi?id=45557
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #10 from Gijs Vermeulen gijsvrm@gmail.com --- Closing.
https://bugs.winehq.org/show_bug.cgi?id=45557
Ulf Zibis Ulf.Zibis@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|ABANDONED |--- Status|CLOSED |REOPENED
--- Comment #11 from Ulf Zibis Ulf.Zibis@gmx.de --- I'm still on Ubuntu 18.04 and I'm not able to correctly install a newer version than 3.0 from the distro. I did: $ sudo apt purge wine-stable $ sudo apt autoremove --purge $ sudo dpkg --add-architecture i386 $ wget -O - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add - $ sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main' && sudo apt update $ sudo apt install --install-recommends winehq-stable winetricks Result ---> $ wine ~/.wine/drive_c/Program\ Files/IrfanView/i_view64.exe ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. wine: '/home/ich/.wine' is a 64-bit installation, it cannot be used with a 32-bit wineserver.
The only working install routine is: $ sudo apt-get install wine-stable $ sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get install wine32 ... witch results in: $ wine --version ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. wine-3.0 (Ubuntu 3.0-1ubuntu1)
https://bugs.winehq.org/show_bug.cgi?id=45557
--- Comment #12 from Rosanne DiMesio dimesio@earthlink.net --- (In reply to Ulf Zibis from comment #11)
$ sudo apt install --install-recommends winehq-stable winetricks
Attach the terminal output from installing winehq-stable, without winetricks. Winetricks is not packaged by WineHQ.
Also, what does wine --version return after you have installed the WineHQ packages?
wine: '/home/ich/.wine' is a 64-bit installation, it cannot be used with a 32-bit wineserver.
Have you tried a clean wineprefix?
https://bugs.winehq.org/show_bug.cgi?id=45557
--- Comment #13 from Ulf Zibis Ulf.Zibis@gmx.de --- (In reply to Rosanne DiMesio from comment #12)
Attach the terminal output from installing winehq-stable, without winetricks. Winetricks is not packaged by WineHQ.
At my first try I did no `autoremove` after `sudo apt purge wine-stable`, so the list of new packages was short:
$ sudo apt install winehq-stable winetricks Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt: fonts-wine libcapi20-3 libosmesa6 libwine libwine:i386 wine32:i386 wine64 Verwenden Sie »sudo apt autoremove«, um sie zu entfernen. Die folgenden zusätzlichen Pakete werden installiert: libsdl2-2.0-0:i386 libwayland-client0:i386 libwayland-cursor0:i386 libwayland-egl1:i386 libxkbcommon0:i386 libxss1:i386 wine-stable:i386 wine-stable-i386:i386 Vorgeschlagene Pakete: aria2 tor Die folgenden NEUEN Pakete werden installiert: libsdl2-2.0-0:i386 libwayland-client0:i386 libwayland-cursor0:i386 libwayland-egl1:i386 libxkbcommon0:i386 libxss1:i386 wine-stable:i386 wine-stable-i386:i386 winehq-stable winetricks 0 aktualisiert, 10 neu installiert, 0 zu entfernen und 12 nicht aktualisiert. Es müssen 24,7 MB an Archiven heruntergeladen werden. Nach dieser Operation werden 217 MB Plattenplatz zusätzlich benutzt. Möchten Sie fortfahren? [J/n] j Holen:1 http://de.archive.ubuntu.com/ubuntu bionic/main i386 libxss1 i386 1:1.2.2-1 [8.566 B] Holen:2 http://de.archive.ubuntu.com/ubuntu bionic-updates/main i386 libwayland-client0 i386 1.16.0-1ubuntu1.1~18.04.1 [24,2 kB] Holen:3 https://dl.winehq.org/wine-builds/ubuntu bionic/main i386 wine-stable-i386 i386 4.0~bionic [22,9 MB] Holen:4 http://de.archive.ubuntu.com/ubuntu bionic-updates/main i386 libwayland-cursor0 i386 1.16.0-1ubuntu1.1~18.04.1 [10,9 kB] Holen:5 http://de.archive.ubuntu.com/ubuntu bionic-updates/main i386 libwayland-egl1 i386 1.16.0-1ubuntu1.1~18.04.1 [5.764 B] Holen:6 http://de.archive.ubuntu.com/ubuntu bionic-updates/main i386 libxkbcommon0 i386 0.8.0-1ubuntu0.1 [104 kB] Holen:7 http://de.archive.ubuntu.com/ubuntu bionic-updates/universe i386 libsdl2-2.0-0 i386 2.0.8+dfsg1-1ubuntu1.18.04.3 [386 kB] Holen:8 http://de.archive.ubuntu.com/ubuntu bionic/universe amd64 winetricks all 0.0+20180217-1 [145 kB] Holen:9 https://dl.winehq.org/wine-builds/ubuntu bionic/main i386 wine-stable i386 4.0~bionic [1.124 kB] Holen:10 https://dl.winehq.org/wine-builds/ubuntu bionic/main amd64 winehq-stable amd64 4.0~bionic [1.892 B] Es wurden 24,7 MB in 24 s geholt (1.011 kB/s). Vormals nicht ausgewähltes Paket libxss1:i386 wird gewählt. (Lese Datenbank ... 311857 Dateien und Verzeichnisse sind derzeit installiert.) Vorbereitung zum Entpacken von .../0-libxss1_1%3a1.2.2-1_i386.deb ... Entpacken von libxss1:i386 (1:1.2.2-1) ... Vormals nicht ausgewähltes Paket wine-stable-i386:i386 wird gewählt. Vorbereitung zum Entpacken von .../1-wine-stable-i386_4.0~bionic_i386.deb ... Entpacken von wine-stable-i386:i386 (4.0~bionic) ... Vormals nicht ausgewähltes Paket wine-stable:i386 wird gewählt. Vorbereitung zum Entpacken von .../2-wine-stable_4.0~bionic_i386.deb ... Entpacken von wine-stable:i386 (4.0~bionic) ... Vormals nicht ausgewähltes Paket libwayland-client0:i386 wird gewählt. Vorbereitung zum Entpacken von .../3-libwayland-client0_1.16.0-1ubuntu1.1~18.04.1_i386.deb ... Entpacken von libwayland-client0:i386 (1.16.0-1ubuntu1.1~18.04.1) ... Vormals nicht ausgewähltes Paket libwayland-cursor0:i386 wird gewählt. Vorbereitung zum Entpacken von .../4-libwayland-cursor0_1.16.0-1ubuntu1.1~18.04.1_i386.deb ... Entpacken von libwayland-cursor0:i386 (1.16.0-1ubuntu1.1~18.04.1) ... Vormals nicht ausgewähltes Paket libwayland-egl1:i386 wird gewählt. Vorbereitung zum Entpacken von .../5-libwayland-egl1_1.16.0-1ubuntu1.1~18.04.1_i386.deb ... Entpacken von libwayland-egl1:i386 (1.16.0-1ubuntu1.1~18.04.1) ... Vormals nicht ausgewähltes Paket libxkbcommon0:i386 wird gewählt. Vorbereitung zum Entpacken von .../6-libxkbcommon0_0.8.0-1ubuntu0.1_i386.deb ... Entpacken von libxkbcommon0:i386 (0.8.0-1ubuntu0.1) ... Vormals nicht ausgewähltes Paket libsdl2-2.0-0:i386 wird gewählt. Vorbereitung zum Entpacken von .../7-libsdl2-2.0-0_2.0.8+dfsg1-1ubuntu1.18.04.3_i386.deb ... Entpacken von libsdl2-2.0-0:i386 (2.0.8+dfsg1-1ubuntu1.18.04.3) ... Vormals nicht ausgewähltes Paket winehq-stable wird gewählt. Vorbereitung zum Entpacken von .../8-winehq-stable_4.0~bionic_amd64.deb ... Entpacken von winehq-stable (4.0~bionic) ... Vormals nicht ausgewähltes Paket winetricks wird gewählt. Vorbereitung zum Entpacken von .../9-winetricks_0.0+20180217-1_all.deb ... Entpacken von winetricks (0.0+20180217-1) ... Trigger für mime-support (3.60ubuntu1) werden verarbeitet ... Trigger für desktop-file-utils (0.23-1ubuntu3.18.04.2) werden verarbeitet ... libxss1:i386 (1:1.2.2-1) wird eingerichtet ... libwayland-client0:i386 (1.16.0-1ubuntu1.1~18.04.1) wird eingerichtet ... wine-stable-i386:i386 (4.0~bionic) wird eingerichtet ... Trigger für bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu1) werden verarbeitet ... Rebuilding /usr/share/applications/bamf-2.index... Trigger für libc-bin (2.27-3ubuntu1) werden verarbeitet ... Trigger für man-db (2.8.3-2ubuntu0.1) werden verarbeitet ... libxkbcommon0:i386 (0.8.0-1ubuntu0.1) wird eingerichtet ... Trigger für gnome-menus (3.13.3-11ubuntu1.1) werden verarbeitet ... Trigger für hicolor-icon-theme (0.17-2) werden verarbeitet ... libwayland-cursor0:i386 (1.16.0-1ubuntu1.1~18.04.1) wird eingerichtet ... libwayland-egl1:i386 (1.16.0-1ubuntu1.1~18.04.1) wird eingerichtet ... wine-stable:i386 (4.0~bionic) wird eingerichtet ... libsdl2-2.0-0:i386 (2.0.8+dfsg1-1ubuntu1.18.04.3) wird eingerichtet ... winehq-stable (4.0~bionic) wird eingerichtet ... winetricks (0.0+20180217-1) wird eingerichtet ... Trigger für libc-bin (2.27-3ubuntu1) werden verarbeitet ...
Also, what does wine --version return after you have installed the WineHQ packages?
$ wine --version ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. wine-4.0
My 2nd try was after `autoremove`, but I aborted, as I could see, that only i386-packages would be installed, so 64-bit programs can't work:
$ sudo apt install --install-recommends winehq-stable Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig Die folgenden zusätzlichen Pakete werden installiert: gstreamer1.0-plugins-base:i386 libasn1-8-heimdal:i386 libasound2:i386 libasound2-plugins:i386 libasyncns0:i386 libavahi-client3:i386 libavahi-common-data:i386 libavahi-common3:i386 libbsd0:i386 libcairo2:i386 libcap2:i386 libcapi20-3:i386 libcdparanoia0:i386 libcups2:i386 libdbus-1-3:i386 libdrm-amdgpu1:i386 libdrm-intel1:i386 libdrm-nouveau2:i386 libdrm-radeon1:i386 libdrm2:i386 libedit2:i386 libelf1:i386 libexif12:i386 libexpat1:i386 libffi6:i386 libflac8:i386 libfontconfig1:i386 libfreetype6:i386 libgd3:i386 libgl1:i386 libgl1-mesa-dri:i386 libgl1-mesa-glx:i386 libglapi-mesa:i386 libglib2.0-0:i386 libglu1-mesa:i386 libglvnd0:i386 libglx-mesa0:i386 libglx0:i386 libgmp10:i386 libgnutls30:i386 libgphoto2-6:i386 libgphoto2-port12:i386 libgsm1:i386 libgssapi-krb5-2:i386 libgssapi3-heimdal:i386 libgstreamer-plugins-base1.0-0:i386 libgstreamer1.0-0:i386 libhcrypto4-heimdal:i386 libheimbase1-heimdal:i386 libheimntlm0-heimdal:i386 libhogweed4:i386 libhx509-5-heimdal:i386 libicu60:i386 libidn2-0:i386 libieee1284-3:i386 libjack-jackd2-0:i386 libjbig0:i386 libjpeg-turbo8:i386 libjpeg8:i386 libk5crypto3:i386 libkeyutils1:i386 libkrb5-26-heimdal:i386 libkrb5-3:i386 libkrb5support0:i386 liblcms2-2:i386 libldap-2.4-2:i386 libllvm7:i386 libltdl7:i386 libmpg123-0:i386 libnettle6:i386 libodbc1:i386 libogg0:i386 libopenal1:i386 libopus0:i386 liborc-0.4-0:i386 libosmesa6:i386 libp11-kit0:i386 libpcap0.8:i386 libpciaccess0:i386 libpixman-1-0:i386 libpng16-16:i386 libpulse0:i386 libroken18-heimdal:i386 libsamplerate0:i386 libsane1:i386 libsasl2-2:i386 libsasl2-modules:i386 libsasl2-modules-db:i386 libsdl2-2.0-0:i386 libsensors4:i386 libsndfile1:i386 libsndio6.1:i386 libspeexdsp1:i386 libsqlite3-0:i386 libssl1.1:i386 libstdc++6:i386 libtasn1-6:i386 libtheora0:i386 libtiff5:i386 libunistring2:i386 libusb-1.0-0:i386 libv4l-0:i386 libv4lconvert0:i386 libvisual-0.4-0:i386 libvorbis0a:i386 libvorbisenc2:i386 libwayland-client0:i386 libwayland-cursor0:i386 libwayland-egl1:i386 libwebp6:i386 libwind0-heimdal:i386 libwrap0:i386 libx11-6:i386 libx11-xcb1:i386 libxau6:i386 libxcb-dri2-0:i386 libxcb-dri3-0:i386 libxcb-glx0:i386 libxcb-present0:i386 libxcb-render0:i386 libxcb-shm0:i386 libxcb-sync1:i386 libxcb1:i386 libxcomposite1:i386 libxcursor1:i386 libxdamage1:i386 libxdmcp6:i386 libxext6:i386 libxfixes3:i386 libxi6:i386 libxinerama1:i386 libxkbcommon0:i386 libxml2:i386 libxpm4:i386 libxrandr2:i386 libxrender1:i386 libxshmfence1:i386 libxslt1.1:i386 libxss1:i386 libxxf86vm1:i386 ocl-icd-libopencl1:i386 wine-stable:i386 wine-stable-i386:i386 Vorgeschlagene Pakete: gvfs:i386 libgd-tools:i386 gnutls-bin:i386 gphoto2:i386 krb5-doc:i386 krb5-user:i386 libvisual-0.4-plugins:i386 gstreamer1.0-tools:i386 jackd2:i386 libmyodbc:i386 odbc-postgresql:i386 tdsodbc:i386 unixodbc-bin:i386 libportaudio2:i386 opus-tools:i386 hplip:i386 libsasl2-modules-gssapi-mit:i386 | libsasl2-modules-gssapi-heimdal:i386 libsasl2-modules-ldap:i386 libsasl2-modules-otp:i386 libsasl2-modules-sql:i386 lm-sensors:i386 sndiod:i386 opencl-icd:i386 Die folgenden NEUEN Pakete werden installiert: gstreamer1.0-plugins-base:i386 libasn1-8-heimdal:i386 libasound2:i386 libasound2-plugins:i386 libasyncns0:i386 libavahi-client3:i386 libavahi-common-data:i386 libavahi-common3:i386 libbsd0:i386 libcairo2:i386 libcap2:i386 libcapi20-3:i386 libcdparanoia0:i386 libcups2:i386 libdbus-1-3:i386 libdrm-amdgpu1:i386 libdrm-intel1:i386 libdrm-nouveau2:i386 libdrm-radeon1:i386 libdrm2:i386 libedit2:i386 libelf1:i386 libexif12:i386 libexpat1:i386 libffi6:i386 libflac8:i386 libfontconfig1:i386 libfreetype6:i386 libgd3:i386 libgl1:i386 libgl1-mesa-dri:i386 libgl1-mesa-glx:i386 libglapi-mesa:i386 libglib2.0-0:i386 libglu1-mesa:i386 libglvnd0:i386 libglx-mesa0:i386 libglx0:i386 libgmp10:i386 libgnutls30:i386 libgphoto2-6:i386 libgphoto2-port12:i386 libgsm1:i386 libgssapi-krb5-2:i386 libgssapi3-heimdal:i386 libgstreamer-plugins-base1.0-0:i386 libgstreamer1.0-0:i386 libhcrypto4-heimdal:i386 libheimbase1-heimdal:i386 libheimntlm0-heimdal:i386 libhogweed4:i386 libhx509-5-heimdal:i386 libicu60:i386 libidn2-0:i386 libieee1284-3:i386 libjack-jackd2-0:i386 libjbig0:i386 libjpeg-turbo8:i386 libjpeg8:i386 libk5crypto3:i386 libkeyutils1:i386 libkrb5-26-heimdal:i386 libkrb5-3:i386 libkrb5support0:i386 liblcms2-2:i386 libldap-2.4-2:i386 libllvm7:i386 libltdl7:i386 libmpg123-0:i386 libnettle6:i386 libodbc1:i386 libogg0:i386 libopenal1:i386 libopus0:i386 liborc-0.4-0:i386 libosmesa6:i386 libp11-kit0:i386 libpcap0.8:i386 libpciaccess0:i386 libpixman-1-0:i386 libpng16-16:i386 libpulse0:i386 libroken18-heimdal:i386 libsamplerate0:i386 libsane1:i386 libsasl2-2:i386 libsasl2-modules:i386 libsasl2-modules-db:i386 libsdl2-2.0-0:i386 libsensors4:i386 libsndfile1:i386 libsndio6.1:i386 libspeexdsp1:i386 libsqlite3-0:i386 libssl1.1:i386 libstdc++6:i386 libtasn1-6:i386 libtheora0:i386 libtiff5:i386 libunistring2:i386 libusb-1.0-0:i386 libv4l-0:i386 libv4lconvert0:i386 libvisual-0.4-0:i386 libvorbis0a:i386 libvorbisenc2:i386 libwayland-client0:i386 libwayland-cursor0:i386 libwayland-egl1:i386 libwebp6:i386 libwind0-heimdal:i386 libwrap0:i386 libx11-6:i386 libx11-xcb1:i386 libxau6:i386 libxcb-dri2-0:i386 libxcb-dri3-0:i386 libxcb-glx0:i386 libxcb-present0:i386 libxcb-render0:i386 libxcb-shm0:i386 libxcb-sync1:i386 libxcb1:i386 libxcomposite1:i386 libxcursor1:i386 libxdamage1:i386 libxdmcp6:i386 libxext6:i386 libxfixes3:i386 libxi6:i386 libxinerama1:i386 libxkbcommon0:i386 libxml2:i386 libxpm4:i386 libxrandr2:i386 libxrender1:i386 libxshmfence1:i386 libxslt1.1:i386 libxss1:i386 libxxf86vm1:i386 ocl-icd-libopencl1:i386 wine-stable:i386 wine-stable-i386:i386 winehq-stable 0 aktualisiert, 144 neu installiert, 0 zu entfernen und 12 nicht aktualisiert. Es müssen noch 76,8 MB von 81,2 MB an Archiven heruntergeladen werden. Nach dieser Operation werden 565 MB Plattenplatz zusätzlich benutzt. Möchten Sie fortfahren? [J/n] n Abbruch.
wine: '/home/ich/.wine' is a 64-bit installation, it cannot be used with a 32-bit wineserver.
Have you tried a clean wineprefix?
This time not, but in August, when I posted the bug, I did this with no success.
https://bugs.winehq.org/show_bug.cgi?id=45557
--- Comment #14 from Rosanne DiMesio dimesio@earthlink.net --- (In reply to Ulf Zibis from comment #13)
My 2nd try was after `autoremove`, but I aborted, as I could see, that only i386-packages would be installed, so 64-bit programs can't work:
You shouldn't have done that. You need those 32 bit packages for Wine to work properly.
https://bugs.winehq.org/show_bug.cgi?id=45557
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick@piezo-forte.be
--- Comment #15 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Hello,
Your issue is not a Wine or packaging bug, but a mess in your system.
Bugzilla is not a support place where people will help you find what's wrong in your system and fix it.
If you haven't already done so, I suggest that you go to the forums and ask for help there: https://forum.winehq.org/viewforum.php?f=2
Regards
https://bugs.winehq.org/show_bug.cgi?id=45557
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME Status|REOPENED |RESOLVED
--- Comment #16 from Rosanne DiMesio dimesio@earthlink.net --- I can't reproduce this, no one else has reported it, and the problem pre-dates the current build system. As Olivier said, you have a mess in your system. You can ask for help on our forum, but I suggest the Ubuntu forum instead, as the problem goes beyond Wine: libgtk3-noscd is not a dependency of Wine.
Marking WORKSFORME.
https://bugs.winehq.org/show_bug.cgi?id=45557
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #17 from Rosanne DiMesio dimesio@earthlink.net --- Closing.
https://bugs.winehq.org/show_bug.cgi?id=45557
--- Comment #18 from Ulf Zibis Ulf.Zibis@gmx.de --- (In reply to Rosanne DiMesio from comment #14)
You shouldn't have done that. You need those 32 bit packages for Wine to work properly.
I know that, but don't I also need a 64-bit wine server? Where is it?
https://bugs.winehq.org/show_bug.cgi?id=45557
--- Comment #19 from Ulf Zibis Ulf.Zibis@gmx.de --- (In reply to Rosanne DiMesio from comment #16)
libgtk3-noscd is not a dependency of Wine.
This is not the actual problem here, see: bug 45434
To resolve the mess, I've filed a forum request: https://forum.winehq.org/viewtopic.php?f=8&t=32365