[Bug 14719] Assassin's Creed breaks after intro videos

wine-bugs at winehq.org wine-bugs at winehq.org
Sun May 31 13:02:17 CDT 2009


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





--- Comment #16 from Vitaliy Margolen <vitaliy at kievinfo.com>  2009-05-31 13:02:17 ---
(In reply to comment #15)
> The dxupdate won't affect Wine in anyway, unless you have already overridden
> Wine with native DLLs.
It will for some dlls (such as d3dx9_*) that are set to prefer native over
builtin:

BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved)
{
    switch(reason)
    {
    case DLL_WINE_PREATTACH:
        return FALSE; /* prefer native version */

-- 
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