http://bugs.winehq.org/show_bug.cgi?id=27363
Summary: Frhed encode/decode needs msvcp80.dll.?find_first_of@?$basic_string@DU?$char_tra its@D@std@@V?$allocator@D@2@@std@@QBEIDI@Z Product: Wine Version: 1.3.21 Platform: x86-64 URL: https://sourceforge.net/project/showfiles.php?group_id =236485&package_id=308801&release_id=688790 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcp AssignedTo: wine-bugs@winehq.org ReportedBy: asb@asbradbury.org
I used the standalone Frhed-1.6.0 executable available at the URL attached to this report. Run Frhed.exe, click the Misc menu and then choose Encode/Decode. It will then crash with:
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
http://bugs.winehq.org/show_bug.cgi?id=27363
Alex Bradbury asb@asbradbury.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=27363
Alex Bradbury asb@asbradbury.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source
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.
http://bugs.winehq.org/show_bug.cgi?id=27363
Alex Bradbury asb@asbradbury.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #2 from Alex Bradbury asb@asbradbury.org 2011-06-23 04:48:00 CDT --- And the spec files are resynced: http://source.winehq.org/git/wine.git/commit/39ace9e138de759914502235a8e4859...
Thanks Piotr - issue fixed.
http://bugs.winehq.org/show_bug.cgi?id=27363
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2011-06-24 17:45:19 CDT --- Closing bugs fixed in 1.3.23.