[Bug 22236] World of Goo Demo requires native D3DX9_38.dll

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Apr 3 07:36:58 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=22236


Christian Costa <titan.costa at wanadoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |titan.costa at wanadoo.fr




--- Comment #1 from Christian Costa <titan.costa at wanadoo.fr>  2010-04-03 07:36:57 ---
The builtin d3dx9_38.dll marks the native dll as preferred in DllMain.
So the native is used when present. When removed, as you did, we fall back to
the builtin one which is not complete enough.
The problem comes from D3DXGetImageInfoFromFile (d3dx9_36.dll) which is a stub.
That would be good to have the bug title reflects that.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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