[Bug 21249] Midtown Madness 2 (v1.1NoCD): memMemoryAllocator::FindHeap failed on ptr 2056d18

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jul 17 14:36:05 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=21249


Emil <empann at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |empann at hotmail.com




--- Comment #6 from Emil <empann at hotmail.com>  2010-07-17 14:36:04 ---
I ran a regression test, and found that the error can be fixed by changing the
line

MultiByteToWideChar (CP_ACP, 0, "Microsoft Synthesizer", -1,
obj->pCaps.wszDescription, sizeof(obj->pCaps.wszDescription)/sizeof(WCHAR));

to

MultiByteToWideChar (CP_ACP, 0, "Microsotf Synthesizer", -1,
obj->pCaps.wszDescription, sizeof(obj->pCaps.wszDescription)/sizeof(WCHAR));

in the file dlls/dmsynth/synth.c.
There was a patch (93423aaa39f14b75df9c02dc0f870ce0a8fce164) between 1.1.22 and
1.1.23 that corrected the typing error from Microsotf to Microsoft, but the
versions >= 1.1.23 don't work.

I think it's very strange this patch created such problems...

-- 
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.



More information about the wine-bugs mailing list