http://bugs.winehq.org/show_bug.cgi?id=29555
--- Comment #12 from PommeGolden lapommegolden@gmail.com 2012-01-08 06:49:19 CST --- (In reply to comment #11)
(In reply to comment #9)
thanks, I can confirm the patch does make the frozen screen go away although the two "err" messages about ddraw_clipper_GetClipList & gdi:alloc_gdi_handle are still there in the log..
"err:ddraw:ddraw_clipper_GetClipList Failed to create region. err:gdi:alloc_gdi_handle out of GDI object handles, expect a crash"
Not in the log you attached. If it's just the two messages that are actually in the log, that's probably harmless, it may be because e.g. the window was destroyed.
My bad, the err messages after patch are actually:
"err:ddraw:get_window_region Failed to get client rect. err:ddraw:ddraw_clipper_GetClipList Failed to get window region."
I notice when the log is flooded with
"err:ddraw:ddraw_clipper_GetClipList Failed to create region. err:gdi:alloc_gdi_handle out of GDI object handles, expect a crash""
the screen will freeze sooner or later.