https://bugs.winehq.org/show_bug.cgi?id=42067
Józef Kucia joseph.kucia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |joseph.kucia@gmail.com
--- Comment #5 from Józef Kucia joseph.kucia@gmail.com --- Created attachment 56704 --> https://bugs.winehq.org/attachment.cgi?id=56704 Hack
The source of the problem is "wined3d_rendertarget_view" cached in "d3d9_surface". The "width" and "height" fields in "wined3d_rendertarget_view" are not updated after the "Reset()" call.
The attached hack fixes the problem. I'm not sure how we want to fix this.