[Bug 16605] riched20 regression: FullTiltPoker client crashes when leaving game window

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Dec 24 19:43:10 CST 2008


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


Will Tipton <wtipton at hmc.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dylan.ah.smith at gmail.com




--- Comment #7 from Will Tipton <wtipton at hmc.edu>  2008-12-24 19:43:10 ---
Ok so manually sticking in the bitmap worked and the regression test gives:

5dc1271ba6af791e2f7475da12ed7fb1b25451ba is first bad commit
commit 5dc1271ba6af791e2f7475da12ed7fb1b25451ba
Author: Dylan Smith <dylan.ah.smith at gmail.com>
Date:   Fri Dec 19 10:57:28 2008 -0500

    richedit: Move message handling to function callable without window.

    In order to make the message handling available to windowless richedit
    controls, the message handling must be in a function that can be
    called from the ITextServices_TxSendMessage method.  This method will
    never have a handle to a window to pass to RichEditWndProc_common in
    order to get the editor with GetWindowLongPtrW, but passing the editor
    will work (even if hWnd is NULL).

:040000 040000 b56a87544f3da8cafe474b8407ce0df28400cd67
190f0ce5d8876087d2c839127366debd49a20921 M      dlls

and indeed it shows to be crashing at riched20/editor.c:3824:
SetWindowLongPtrW(editor->hWnd, 0, 0);

Cheers


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