Arch64 and bin32-wine error

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
OKAN
Newbie
Newbie
Posts: 4
Joined: Thu Sep 17, 2009 5:29 pm

Arch64 and bin32-wine error

Post by OKAN »

I am using Arch Linux 64bit. I installed bin32-wine from both archlinuxfr repo and AUR. But everytime wine did not work.

Image

and

Code: Select all

$ winecfg
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?
OKAN
Newbie
Newbie
Posts: 4
Joined: Thu Sep 17, 2009 5:29 pm

Post by OKAN »

fullyspenged
Level 2
Level 2
Posts: 31
Joined: Tue Dec 02, 2008 1:29 pm

Post by fullyspenged »

Download and install lib32-esd from the AUR and it should work. :D
OKAN
Newbie
Newbie
Posts: 4
Joined: Thu Sep 17, 2009 5:29 pm

Post by OKAN »

The file is dead in AUR.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Arch64 and bin32-wine error

Post by vitamin »

OKAN wrote:err:module:load_builtin_dll failed to load .so lib for builtin L"wineesd.drv": libesd.so.0: wrong ELF class: ELFCLASS64
You can't mix 32-bit and 64-bit libraries. Wine is 32-bit application and requires 32-bit libraries to work.

Click the "close" button in that "crashed dialog" and post complete terminal output after that.
OKAN
Newbie
Newbie
Posts: 4
Joined: Thu Sep 17, 2009 5:29 pm

Post by OKAN »

I click close button but again and again appears the same window.

Code: Select all

$ wine Start.exe
wine: Unhandled page fault on read access to 0x20003705 at address 0x20003705 (thread 0009), starting debugger...
wine: Unhandled page fault on read access to 0x00000028 at address 0x7eb253a3 (thread 0019), starting debugger...
wine: Unhandled page fault on read access to 0x00000028 at address 0x7eb313a3 (thread 001d), starting debugger...
wine: Unhandled page fault on read access to 0x00000028 at address 0x7eb253a3 (thread 001f), starting debugger...
wine: Unhandled page fault on read access to 0x00000028 at address 0x7eb253a3 (thread 0021), starting debugger...
Locked