[Bug 14790] after full tilt poker upgrade, client crashes randomly

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Aug 7 15:49:31 CDT 2008


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





--- Comment #3 from Will Tipton <wtipton at hmc.edu>  2008-08-07 15:49:30 ---
Thanks for your quick response.  It appears that infoPtr->tools[nTool].lpszText
== NULL in dlls/comctl32/tooltips.c:TOOLTIPS_GetTextW (line 1563), causing the
call to strcpyW to fail.  Of course I have no idea if this is indicative of a
larger underlying problem, but tossing in a quick 

if (infoPtr->tools[nTool].lpszText == NULL) 
        return 0;

seems to make it work.


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