You are not logged in.
Pages: 1
I am using Arch64. I installed bin32-wine from both archlinuxfr repo and AUR. But everytime wine did not work.
and
$ winecfg
Could not load wine-gecko. HTML rendering will be disabled.
err:module:load_builtin_dll failed to load .so lib for builtin L"msxml3.dll": libxml2.so.2: wrong ELF class: ELFCLASS64
wine: configuration in '/home/kan/.wine' has been updated.
fixme:jack:JACK_drvLoad error loading the jack library libjack.so.0, please install this library to use jack
err:module:load_builtin_dll failed to load .so lib for builtin L"wineesd.drv": libesd.so.0: wrong ELF class: ELFCLASS64
How can I fix this?
Offline
pacman -S lib32-libxml2
Give what you have. To someone, it may be better than you dare to think.
Offline
I installed lib32-libxml2 and then same error.
But:
$ winecfg
fixme:jack:JACK_drvLoad error loading the jack library libjack.so.0, please install this library to use jack
err:module:load_builtin_dll failed to load .so lib for builtin L"wineesd.drv": libesd.so.0: wrong ELF class: ELFCLASS64
Last edited by OKAN (2009-09-17 22:50:26)
Offline
$ winecfg fixme:jack:JACK_drvLoad error loading the jack library libjack.so.0, please install this library to use jack err:module:load_builtin_dll failed to load .so lib for builtin L"wineesd.drv": libesd.so.0: wrong ELF class: ELFCLASS64
Building/installing the AUR package lib32-esound will address the libesd.so.0 error. http://aur.archlinux.org/packages.php?ID=22826.
You can use one of the many AUR helper applications to download, compile and install if you like.
Knowledge is a beam of light in which humans can only see the reflection.
Offline
Most of the problems conserning 32 bit wine on 64bit arch is solved by installint lib32 packages. If you encounter more errors then try searshing for the correct package. pacman -Ss lib32
Also, installa bin32-winetricks from AUR and then run: winetricks gecko
To install the missing gecko. It's not fatal, but still nice to see html rendering in startup boxes etc.
Offline
Pages: 1