http://bugs.winehq.org/show_bug.cgi?id=12812
--- Comment #12 from knipl@in.tum.de 2010-01-11 09:31:00 --- Created an attachment (id=25666) --> (http://bugs.winehq.org/attachment.cgi?id=25666) msxml trace w/o native modules (except MSVCP71.dll)
using wine-1.1.36 w/o any native modules all I get is this:
stefan@AmmonJerro:~/.wine/drive_c/Civ4$ WINEDEBUG=+msxml wine Civilization4.exe err:module:import_dll Library MSVCP71.dll (which is needed by L"C:\Civ4\BOOST_PYTHON-VC71-MT-1_32.DLL") not found err:module:import_dll Library BOOST_PYTHON-VC71-MT-1_32.DLL (which is needed by L"C:\Civ4\Civilization4.exe") not found err:module:import_dll Library MSVCP71.DLL (which is needed by L"C:\Civ4\Civilization4.exe") not found err:module:import_dll Library MSVCP71.dll (which is needed by L"C:\Civ4\HAPDBG.DLL") not found err:module:import_dll Library HAPDBG.DLL (which is needed by L"C:\Civ4\Civilization4.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\Civ4\Civilization4.exe" failed, status c0000135
w/ native MSVCP71.dll I get the ouput attached.