http://bugs.winehq.org/show_bug.cgi?id=2082
------- Additional Comments From madewokherd@gmail.com 2006-04-06 14:27 ------- Created an attachment (id=2585) --> (http://bugs.winehq.org/attachment.cgi?id=2585&action=view) WINEDEBUG=+win log
I think I know what's happening here.
I've explained in detail at http://bugs.winehq.org/show_bug.cgi?id=4009#c22
Summary of that comment: The main window passed to SetCooperativeLevel has a child window that obscures all of it. Wine's ddraw does not draw to the area obscured by child windows. Presumably Windows' ddraw does. I do not have the skills needed to do anything about that.