https://bugs.winehq.org/show_bug.cgi?id=50105
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #4 from Zebediah Figura z.figura12@gmail.com --- Created attachment 68598 --> https://bugs.winehq.org/attachment.cgi?id=68598 ntdll: Use a dynamically allocated buffer in find_forwarded_export() if necessary.
Wine's d3dx9_38 implements D3DXMatrixMultiply(), so that's not the problem. The actual problem is that Wine fails to resolve a rather creative forwarder export to "C:\Windows\System32\d3dx9_38.D3DXMatrixMultiply" because the name is too long. The attached patch should fix that.