http://bugs.winehq.org/show_bug.cgi?id=30580
Bug #: 30580 Summary: Wine incompatible with alsaequal Product: Wine Version: 1.5.3 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winealsa.drv AssignedTo: wine-bugs@winehq.org ReportedBy: chasevasic@gmail.com Classification: Unclassified
Created attachment 40010 --> http://bugs.winehq.org/attachment.cgi?id=40010 Log from me trying to start starcraft ii
WINE will not work with any program I have which uses the soundcard. The problem appears to be linked to the alsaequal plugin.
The error I am getting is: Failed to load plugin "/usr/lib/ladspa/caps.so": /usr/lib/ladspa/caps.so: wrong ELF class: ELFCLASS64 --- Here is my .asoundrc ctl.equal { type equal; } pcm.plugequal { type equal; slave.pcm "plughw:0,0"; } pcm.!default { type plug; slave.pcm plugequal; } ------ If I delete .asoundrc wine functions just fine, so my first impression is that there is some sort of incompatibility with alsaequal. I am however not a linux dev and the exact error I get seems to be more related to LADSPA which makes no sense to me.