[Bug 28205] New: (regression ? ) MSPY2010.exe crash on unimplemented function msvcp90.dll.??4?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEAAV01@PB_W@Z
http://bugs.winehq.org/show_bug.cgi?id=28205 Summary: (regression ? ) MSPY2010.exe crash on unimplemented function msvcp90.dll.??4?$basic_string(a)_WU?$char_traits(a)_W@std@ @V?$allocator(a)_W@2@@std@@QAEAAV01(a)PB_W@Z Product: Wine Version: 1.3.26 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: fracting(a)gmail.com 1. Download MSPY2010.exe from http://www.microsoft.com/china/pinyin/ 2. Start the installer with wine: $ wine MSPY2010.exe /quiet wine: Call from 0x7b83a537 to unimplemented function msvcp90.dll.??4?$basic_string(a)_WU?$char_traits(a)_W@std@@V?$allocator(a)_W@2@@std@@QAEAAV01(a)PB_W@Z, aborting The installer works in wine-1.3.26, doesn't work in wine-1.3.27 I'm not sure whether this is a regression, a bisect shows as below: 227f87fc7dd13c27f2f3c04eae4e036ce4d56bef is the first bad commit commit 227f87fc7dd13c27f2f3c04eae4e036ce4d56bef Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Aug 25 17:20:28 2011 +0200 msvcr90: Add a WinSxS manifest resource. :040000 040000 555c864d57fed04525a7d8ab5e4081001a55b242 4a86ece6791f7e7c665ed54f2c7ca8c222e0e966 M dlls bisect run success -- 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.
http://bugs.winehq.org/show_bug.cgi?id=28205 fracting <fracting(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.3.26 |1.3.27 --- Comment #1 from fracting <fracting(a)gmail.com> 2011-08-27 12:11:26 CDT --- change wine version to 1.3.27 ( forgot to set...) -- 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.
http://bugs.winehq.org/show_bug.cgi?id=28205 fracting <fracting(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.microsoft.com/ch | |ina/pinyin/ -- 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.
http://bugs.winehq.org/show_bug.cgi?id=28205 fracting <fracting(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Regression SHA1| |227f87fc7dd13c27f2f3c04eae4 | |e036ce4d56bef -- 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.
http://bugs.winehq.org/show_bug.cgi?id=28205 fracting <fracting(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julliard(a)winehq.org -- 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.
http://bugs.winehq.org/show_bug.cgi?id=28205 --- Comment #2 from Alexandre Julliard <julliard(a)winehq.org> 2011-08-27 12:49:30 CDT --- Technically it's not really a regression. Since we now have a valid manifest for builtin, the installer doesn't use its included native fallback; that's the expected behavior. We just need to improve our builtin. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=28205 fracting <fracting(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|regression | Component|-unknown |msvcp Summary|(regression ? ) |MSPY2010.exe crash on |MSPY2010.exe crash on |unimplemented function |unimplemented function |msvcp90.dll.??4?$basic_stri |msvcp90.dll.??4?$basic_stri |ng(a)_WU?$char_traits(a)_W@std@ |ng(a)_WU?$char_traits(a)_W@std@ |@V?$allocator(a)_W@2@@std@@QA |@V?$allocator(a)_W@2@@std@@QA |EAAV01(a)PB_W@Z |EAAV01(a)PB_W@Z | Regression SHA1|227f87fc7dd13c27f2f3c04eae4 | |e036ce4d56bef | --- Comment #3 from fracting <fracting(a)gmail.com> 2011-08-27 13:21:24 CDT --- Thanks for explanation, I just learn new things ;-) So setting Component to msvcp. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=28205 stephen.thomas(a)live.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stephen.thomas(a)live.com -- 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.
http://bugs.winehq.org/show_bug.cgi?id=28205 Piotr Caban <piotr.caban(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |piotr.caban(a)gmail.com Resolution| |FIXED --- Comment #4 from Piotr Caban <piotr.caban(a)gmail.com> 2011-09-12 13:01:05 CDT --- msvcp90.dll.??4?$basic_string(a)_WU?$char_traits(a)_W@std@@V?$allocator(a)_W@2@@std@@QAEAAV01(a)PB_W@Z is now implemented (commit ac29261f). -- 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.
http://bugs.winehq.org/show_bug.cgi?id=28205 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #5 from Alexandre Julliard <julliard(a)winehq.org> 2011-09-23 12:59:42 CDT --- Closing bugs fixed in 1.3.29. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=28205 Vitaliy Margolen <vitaliy-bugzilla(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |ac29261f1972fe725a95b491170 | |c345a1367df75 -- 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.
participants (1)
-
wine-bugs@winehq.org