[Bug 50105] New Vegas Heap Replacer requires unimplemented d3d9 function D3DXMatrixMultiply

WineHQ Bugzilla wine-bugs at winehq.org
Sun Nov 8 16:45:00 CST 2020


https://bugs.winehq.org/show_bug.cgi?id=50105

Zebediah Figura <z.figura12 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |z.figura12 at gmail.com

--- Comment #4 from Zebediah Figura <z.figura12 at 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.



More information about the wine-bugs mailing list