[Bug 34875] WordFlood 2.0 crashes on startup

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Nov 10 12:47:16 CST 2015


https://bugs.winehq.org/show_bug.cgi?id=34875

--- Comment #12 from super_man at post.com ---
Actually I found the crash location.

dlls/user32/win.c

SetWindowTextW

I just added a nullcheck like this

if(hwnd ==NULL) FIXME("Print something"); 

and it let the application start without any crash.

The real problem could be related to the EM_SETMARGINS: stub messge. 

Or where the NULL comes?

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