http://bugs.winehq.org/show_bug.cgi?id=26671
Summary: Sims Medieval wants msvcp100:?max@?$numeric_limits@I@std@@SAIXZ Product: Wine Version: 1.3.17 Platform: x86 OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: msvcp AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Now that bug 24134 is fixed, I tried with builtin msvcp. Surprisingly, Sims Medieval may only need one more function from msvcp: ./TSM.exe imports following stub symbols: msvcp100:?max@?$numeric_limits@I@std@@SAIXZ
though one of its dlls brings in a few more: ./TSLHost.dll imports following stub symbols: msvcp100:??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z
msvcp100:??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@P6AAAV01@AAV01@@Z@Z msvcp100:?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ msvcp100:?endl@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@1@AAV21@@Z msvcp100:?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ msvcp100:?setstate@?$basic_ios@DU?$char_traits@D@std@@@std@@QAEXH_N@Z msvcp100:?sputc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEHD@Z msvcp100:?uncaught_exception@std@@YA_NXZ
it may wants an msvcr80 function: ./TSM.exe imports following stub symbols: msvcr100:_wctime64_s
but at least starts up with builtin msvcr80, so that may not be needed, or only needed later in game.
http://bugs.winehq.org/show_bug.cgi?id=26671
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #1 from Austin English austinenglish@gmail.com 2011-05-04 14:25:04 CDT --- Fixed by http://source.winehq.org/git/wine.git/commitdiff/af0c9edfc3b9faac928ad9c7fc4...
http://bugs.winehq.org/show_bug.cgi?id=26671
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org 2011-05-13 13:33:19 CDT --- Closing bugs fixed in 1.3.20.