http://bugs.winehq.org/show_bug.cgi?id=27363
--- Comment #1 from Alex Bradbury asb@asbradbury.org 2011-06-22 12:10:14 CDT --- (In reply to comment #0)
wine: Call from 0x7b839d62 to unimplemented function msvcp80.dll.?find_first_of@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEIDI@Z, aborting
This function was implemented for msvcp90.dll: http://source.winehq.org/git/wine.git/commit/ab612bc650c8aa1c8be72964bb4cd3b...
It hasn't been added to the msvcp80.spec yet - Piotr indicated on IRC he's going to update the other msvcp spec files once his current msvcp changes are in wine. I manually updated my msvcp80.spec to use the msvcp90 implementation and it resolves the issue for me. Once msvcp80.spec gets updated, this issue will be fixed.