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.
http://bugs.winehq.org/show_bug.cgi?id=26141
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |minor
http://bugs.winehq.org/show_bug.cgi?id=26141
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |RESOLVED URL| |http://download.cnet.com/Ti | |tan-Quest-demo/3000-7537_4- | |10535634.html CC| |focht@gmx.net Resolution| |DUPLICATE Summary|Titan Quest requires |Titan Quest requires |vcrun2003 |msvcp71.dll (purist)
--- Comment #1 from Anastasius Focht focht@gmx.net 2011-05-01 12:39:23 CDT --- Hello,
the game ships and installs "MSVCP71.dll" in system32 folder so either you used a broken WINEPREFIX or a different installer. Anyway, manually removing "MSVCP71.dll" breaks the thing (purist).
Marking this a dupe of bug 24567
Regards
*** This bug has been marked as a duplicate of bug 24567 ***
http://bugs.winehq.org/show_bug.cgi?id=26141
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com 2011-05-03 00:09:47 CDT --- Closing duplicate.
http://bugs.winehq.org/show_bug.cgi?id=26141
--- Comment #3 from Austin English austinenglish@gmail.com 2011-05-03 14:10:08 CDT --- FWIW, there's now a stub msvcp71 in git. According to mscodescan: msvcp71:?_Nomemory@std@@YAXXZ
is missing, but the game runs for me without it.