http://bugs.winehq.org/show_bug.cgi?id=19646 --- Comment #1 from Night Nord <NightNord(a)gmail.com> 2009-08-09 11:58:55 --- Created an attachment (id=22932) --> (http://bugs.winehq.org/attachment.cgi?id=22932) Crash log with WINEDEBUG="warn+all,trace+virtual" on patched wine I've added simple WARN in the end of NtAllocateVirtualMemory to catch up return value - you see it when it fails to allocate some memory, just before the crash. Crash begins from line 7527 into log, here game freezes for some time and than error message mentioned above pop-ups. While freezed it's trying to allocate heap four or five times, with different amounts, but failing with STATUS_NO_MEMORY return, which means, as far i can see, mmap's ENOMEM. But there is at least 1Gb of memory free, and wineserver + exe processes taking only 512Mb summary. -- 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.