[Bug 13765] ZENcast 2.01.01 Installer Fails to Start

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jun 12 14:14:54 CDT 2008


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





--- Comment #4 from Alexandre Julliard <julliard at winehq.org>  2008-06-12 14:14:53 ---
The bug is that the app doesn't expect MsgWaitForMultipleObjects to return
until it's done, but it returns because we receive an X event. There's nothing
wrong with the XIM code, it just triggers an extra event in that case.

The proper fix is to implement HWND_MESSAGE and/or initialize display
connection later (when first window is displayed).


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