[Bug 11188] Most attempts to save in Warcraft III 1.21a Reign of Chaos crash the game

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jan 7 18:00:45 CST 2009


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





--- Comment #84 from John M. Drescher <drescherjm at gmail.com>  2009-01-07 18:00:42 ---
I looked at the code for 0.9.24 and IOCP is not enabled:

HANDLE WINAPI CreateIoCompletionPort(HANDLE hFileHandle, HANDLE
hExistingCompletionPort,
                                     ULONG_PTR CompletionKey, DWORD
dwNumberOfConcurrentThreads)
{
    FIXME("(%p, %p, %08lx, %08x): stub.\n",
          hFileHandle, hExistingCompletionPort, CompletionKey,
dwNumberOfConcurrentThreads);
    SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
    return NULL;
}

It would be interesting to see what version added this function and see if that
does indeed cause the crash.


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