http://bugs.winehq.org/show_bug.cgi?id=21817
--- Comment #9 from Grazvydas Ignotas notasas@gmail.com 2011-08-19 19:07:42 CDT --- Created an attachment (id=36047) --> (http://bugs.winehq.org/attachment.cgi?id=36047) real funcs for elevated
It seems the demo doesn't like forwarded functions in d3dx9_33, it just assumes they are real and crashes if they are not. With this patch it will no longer crash because of this, but then
fixme:d3dcompiler:D3DCompile data 0x420caf, data_size 3492, filename (null), defines (nil), include (nil), entrypoint "m0", target "vs_3_0", sflags 0, eflags 0, shader 0x870104, error_messages (nil) stub!
..is encountered and program trips on a NULL pointer that D3DXCompileShader is supposed to fill.