http://bugs.winehq.org/show_bug.cgi?id=26141
Summary: Titan Quest requires vcrun2003 Product: Wine Version: 1.3.13 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcp AssignedTo: wine-bugs@winehq.org ReportedBy: xvachon@gmail.com
The game bundles msvcr71.dll by default, but it also depends on msvcp71.dll
err:module:import_dll Library MSVCP71.dll (which is needed by L"C:\jeu\stlport_vc7146.dll") not found err:module:import_dll Library MSVCP71.dll (which is needed by L"C:\jeu\Engine.dll") not found
mscodescan reveals some stubs for msvcr71.dll, but nothing for msvcp71.dll
msvcr71:__CxxCallUnwindDtor msvcr71:__CxxExceptionFilter msvcr71:__CxxRegisterExceptionObject msvcr71:__CxxUnregisterExceptionObject msvcr71:__security_error_handler
winetricks vcrun2003 is a workaround.