[Bug 2082] DirectDraw games only showing black screen

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Dec 18 06:31:27 CST 2016


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

--- Comment #163 from Lauri Kenttä <lauri.kentta at gmail.com> ---
Created attachment 56474
  --> https://bugs.winehq.org/attachment.cgi?id=56474
HACK: Blit ddraw surface to window at (1,1)

Seems that many of the older hacks don't work anymore (or need gdi32 renderer),
so here's a new one. Works with Wine 2.0-rc2 and probably any later versions as
well.

This hack copies ddraw surface to the window at (1,1) when the ddraw surface is
unlocked. This needs to be enabled with DDRAW_HACK=1 on runtime, so this
doesn't interfere with other applications.

This works at least for Diablo (partially, not neatly).

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