http://bugs.winehq.org/show_bug.cgi?id=33606
--- Comment #14 from Christian Costa titan.costa@gmail.com 2013-06-23 13:19:26 CDT --- Created attachment 44926 --> http://bugs.winehq.org/attachment.cgi?id=44926 Fix text display
I implemented per-stage constants handling. This fixes text display in the main menu (ESC) and the popup when you click rescue and a lot of output errors. Please give it a try.
The dirt effect is still missing. The remaining output errors are: fixme:d3d_surface:surface_load_location Unimplemented copy from 0 to SFLAG_INTEXTURE for depth/stencil buffers. err:d3d_surface:surface_modify_location Surface 0x12ad5950 does not have any up to date location. err:d3d:state_undefined Undefined state. err:d3d:state_undefined Undefined state.
I guess the surface errors are related to the dirt effect.