http://bugs.winehq.org/show_bug.cgi?id=19782
--- Comment #2 from Tony Wasserka tony.wasserka@freenet.de 2009-08-19 05:13:45 --- Created an attachment (id=23174) --> (http://bugs.winehq.org/attachment.cgi?id=23174) Patch which implements D3DXLoadSurfaceFromFile
Our D3DXLoadSurfaceFromFile implementation always returns E_NOTIMPL, so native d3dx9_36 (from winetricks) fixes this probably. If it works that way, you could try the attached patch, which implements D3DXLoadSurfaceFromFile. The implementation is restricted quite a bit in terms of supported image and pixel formats, so YMMV. Note that this patch must be applied against Wine 1.1.27, everything before or after is very likely to break the patch.