http://bugs.winehq.org/show_bug.cgi?id=21670
--- Comment #7 from Michael Stefaniuc mstefani@redhat.com 2012-06-29 18:18:34 CDT --- My previous patch (while correct on its own) just papered over the temporary regression in this bug. The real reason is that IDirect3DRM3_CreateFrame() expects a version 3 parent frame but the app passes it a version 1 frame. Unclear if this is an application bug or if the API explicitly allowed it (casts are easier then doing it right). The API is obsoleted and MSDN has no traces of it.
Patch submitted http://source.winehq.org/patches/data/87808