http://bugs.winehq.org/show_bug.cgi?id=31019
Bug #: 31019 Summary: stl_test crashes due to missing msvcp80.dll.??$?5DU?$char_traits@D@std@@@std@@YAAAV?$b asic_istream@DU?$char_traits@D@std@@@0@AAV10@AAD@Z Product: Wine Version: 1.5.7 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: msvcp AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com Classification: Unclassified
Now that bug 24287 is fixed, the next problem in stl_test is
Unhandled exception: unimplemented function msvcp80.dll.??$?5DU?$char_traits@D@std@@@std@@YAAAV?$basic_istream@DU?$char_traits@D@std@@@0@AAV10@AAD@Z
To reproduce:
sh winetricks vc2005express export WINEPREFIX=$HOME/.local/share/wineprefixes/vc2005express cd $WINEPREFIX/drive_c wget http://web.archive.org/web/20060202000105/http://petef.port5.com/cpp/stltest... tar -xzvf stltest-1.00.tar.gz chmod +w -R stltest cd stltest wget http://kegel.com/wine/stltest.patch patch -p1 < stltest.patch cd ../"Program Files/Microsoft Visual Studio 8/Common7/Tools" wine cmd and then, in cmd, vsvars32 cd \stltest nmake vc.mak exit and then: cd $WINEPREFIX/drive_c unset WINEPREFIX rm -rf ~/.wine wine cmd /c echo hi cp -a stltest ~/.wine/drive_c cd ~/.wine/drive_c/stltest wine stl_test.exe