[Bug 45557] winecfg ---> wine: '/home/ich/.wine' is a 64-bit installation, it cannot be used with a 32-bit wineserver.

wine-bugs at winehq.org wine-bugs at winehq.org
Fri May 3 12:48:46 CDT 2019


https://bugs.winehq.org/show_bug.cgi?id=45557

Ulf Zibis <Ulf.Zibis at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|ABANDONED                   |---
             Status|CLOSED                      |REOPENED

--- Comment #11 from Ulf Zibis <Ulf.Zibis at 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)

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list