http://bugs.winehq.org/show_bug.cgi?id=31019 Bug #: 31019 Summary: stl_test crashes due to missing msvcp80.dll.??$?5DU?$char_traits(a)D@std@@@std@@YAAAV?$b asic_istream(a)DU?$char_traits(a)D@std@@@0(a)AAV10@AAD(a)Z Product: Wine Version: 1.5.7 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: msvcp AssignedTo: wine-bugs(a)winehq.org ReportedBy: dank(a)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(a)D@std@@@std@@YAAAV?$basic_istream(a)DU?$char_traits(a)D@std@@@0(a)AAV10@AAD(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.