http://bugs.winehq.org/show_bug.cgi?id=28370
--- Comment #4 from Piotr Caban piotr.caban@gmail.com 2011-09-14 09:02:35 CDT --- There're no msvcrXX and msvcpXX debug channels except of msvcr90 and msvcp90.
I've sent a patch that makes the application crashing on unimplemented function: wine: Call from 0x7b83b112 to unimplemented function msvcp60.dll.?_Tidy@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAEX_N@Z, aborting wine: Unimplemented function msvcp60.dll.?_Tidy@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAEX_N@Z called at address 0x7b83b112 (thread 0009), starting debugger...
There was an incorrect implementation in wine previously.