[Bug 27216] 32bit DLL pulling in 64bit DLLs fails in check_architecture

wine-bugs at winehq.org wine-bugs at winehq.org
Thu May 26 10:49:11 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=27216

--- Comment #2 from Marcel Partap <mpartap at gmx.net> 2011-05-26 10:49:11 CDT ---
> What application is this?
It is a CFD app, i failed to get a demo version for public testing but willing
to investigate locally.
> Terminal output?
err:module:import_dll Loading library QtGui4.dll (which is needed by
L"C:\\cfd_app\\qwt5.dll") failed (error c000007b).
err:module:import_dll Loading library QtCore4.dll (which is needed by
L"C:\\cfd_app\\qwt5.dll") failed (error c000007b).
err:module:import_dll Loading library MSVCP80.dll (which is needed by
L"C:\\cfd_app\\qwt5.dll") failed (error c000007b).
err:module:import_dll Loading library MSVCR80.dll (which is needed by
L"C:\\cfd_app\\qwt5.dll") failed (error c000007b).
err:module:import_dll Library qwt5.dll (which is needed by
L"C:\\cfd_app\\cfd_app.exe") not found
err:module:import_dll Loading library QtXml4.dll (which is needed by
L"C:\\cfd_app\\cfd_app.exe") failed (error c000007b).
err:module:import_dll Loading library QtOpenGL4.dll (which is needed by
L"C:\\cfd_app\\cfd_app.exe") failed (error c000007b).
err:module:import_dll Loading library QtGui4.dll (which is needed by
L"C:\\cfd_app\\cfd_app.exe") failed (error c000007b).
err:module:import_dll Loading library QtCore4.dll (which is needed by
L"C:\\cfd_app\\cfd_app.exe") failed (error c000007b).
err:module:import_dll Loading library MSVCP80.dll (which is needed by
L"C:\\cfd_app\\cfd_app.exe") failed (error c000007b).
err:module:import_dll Loading library MSVCR80.dll (which is needed by
L"C:\\cfd_app\\cfd_app.exe") failed (error c000007b).
err:module:import_dll Loading library libifcoremd.dll (which is needed by
L"C:\\cfd_app\\cfd_app.exe") failed (error c000007b).
err:module:import_dll Loading library libifportMD.dll (which is needed by
L"C:\\cfd_app\\cfd_app.exe") failed (error c000007b).
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\cfd_app\\cfd_app.exe" failed, status c0000135

the dlls involved in order of read access:
qwt5.dll: PE32 executable (DLL) (GUI) Intel 80386, for MS Windows
QtGui4.dll: PE32+ executable (DLL) (GUI) x86-64, for MS Windows
QtCore4.dll: PE32+ executable (DLL) (GUI) x86-64, for MS Windows
Microsoft.VC80.CRT/msvcp80.dll: PE32+ executable (DLL) (GUI) x86-64, for MS
Windows
Microsoft.VC80.CRT/msvcr80.dll: PE32+ executable (DLL) (GUI) x86-64, for MS
Windows
QtXml4.dll: PE32+ executable (DLL) (GUI) x86-64, for MS Windows
QtOpenGL4.dll: PE32+ executable (DLL) (GUI) x86-64, for MS Windows
QtGui4.dll: PE32+ executable (DLL) (GUI) x86-64, for MS Windows
QtCore4.dll: PE32+ executable (DLL) (GUI) x86-64, for MS Windows
Microsoft.VC80.CRT/msvcp80.dll: PE32+ executable (DLL) (GUI) x86-64, for MS
Windows
Microsoft.VC80.CRT/msvcr80.dll: PE32+ executable (DLL) (GUI) x86-64, for MS
Windows
libifcoremd.dll: PE32+ executable (DLL) (console) x86-64, for MS Windows
libifportmd.dll: PE32+ executable (DLL) (GUI) x86-64, for MS Windows

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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