[Bug 25395] GTA III and Vice City crash after the intro video

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Dec 6 07:41:23 CST 2010


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

--- Comment #7 from Maarten Lankhorst <m.b.lankhorst at gmail.com> 2010-12-06 07:41:22 CST ---
Does it still crash with current git? If yes, can you change quartz/main.c ?

HRESULT WINAPI DllCanUnloadNow(void)
{
    if (dll_ref) return S_FALSE;
    return QUARTZ_DllCanUnloadNow();
}

turn into

HRESULT WINAPI DllCanUnloadNow(void)
{
    ERR("\n");
    return S_FALSE;
}

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