https://bugs.winehq.org/show_bug.cgi?id=38875
Bug ID: 38875 Summary: DirectDraw: blitting from Offscreen Plain surface to Primary Surface displays black instead Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: danweiss@gmail.com Distribution: ---
I made a simple DirectDraw test program that draws a bitmap to an Offscreen Plain surface, then draws that surface to the primary surface with resizing.
It works fine on Windows. But whenever I run it on Wine, it draws a black rectangle instead of the bitmap.
If I create a System Memory Surface instead of an Offscreen Plain Surface, it draws correctly.
Link to the test program EXE: http://www.dwedit.org/files/TestWin32_2.exe