https://bugs.winehq.org/show_bug.cgi?id=50105 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12(a)gmail.com --- Comment #4 from Zebediah Figura <z.figura12(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.