http://bugs.winehq.org/show_bug.cgi?id=27216
Summary: 32bit DLL pulling in 64 DLLs fails in check_architecture Product: Wine Version: 1.3.20 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: mpartap@gmx.net
At first, i was thinking that somehow, wine64 'gets all confused' about its 64bitness and spuriously spawns 32bit wine processes that naturally choke at loading 64bit dlls. Having a closer look at it, the program i'm running to run is mixed 32/64bit executables and libraries. The 32bit main program pulls in a 32bit library that wants to load 64bit QT dlls. Is there a way to make it run?