http://bugs.winehq.org/show_bug.cgi?id=21670
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #8 from Michael Stefaniuc mstefani@redhat.com 2012-06-29 18:25:37 CDT --- Of course my two patches don't make the app run but fix the temporary regression. The real reason of the exception is:
0009:fixme:d3drm:IDirect3DRM3Impl_LoadTexture (0x210478/0x210470)->(C:\Program Files\FMS\Landscape\FIELD3S.bmp,0x2869f4): stub 0009:trace:seh:raise_exception code=c0000005 flags=0 addr=0x47f4ee ip=0047f4ee tid=0009
IDirect3DRM3Impl_LoadTexture() returns E_NOTIMPL and the exception is raised right after that. I'm attaching the +tid,+seh,+d3drm trace with both of my patches applied.