http://bugs.winehq.org/show_bug.cgi?id=26343 Andrew Nguyen <arethusa26(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #1 from Andrew Nguyen <arethusa26(a)gmail.com> 2011-03-07 07:55:04 CST --- level1.exe makes a long series of small heap allocations, with numerous GetLastError() calls in between, and then attempts to allocate a 524 MB block of memory, which usually fails: 0027:Call ntdll.RtlAllocateHeap(01920000,00000000,0000001c) ret=004b0a53 0027:trace:heap:RtlAllocateHeap (0x1920000,70000062,0000001c): returning 0x1933a90 0027:Ret ntdll.RtlAllocateHeap() retval=01933a90 ret=004b0a53 ... 0027:Call ntdll.RtlAllocateHeap(01920000,00000000,00000004) ret=004b0a53 0027:trace:heap:RtlAllocateHeap (0x1920000,70000062,00000004): returning 0x1933ac0 0027:Ret ntdll.RtlAllocateHeap() retval=01933ac0 ret=004b0a53 ... 0027:Call ntdll.RtlAllocateHeap(01920000,00000000,1f400000) ret=004b0a53 0027:warn:heap:allocate_large_block Could not allocate block for 1f400000 bytes 0027:trace:heap:RtlAllocateHeap (0x1920000,70000062,1f400000): returning (nil) 0027:Ret ntdll.RtlAllocateHeap() retval=00000000 ret=004b0a53 0027:Call user32.MessageBoxA(00050062,005775a0 "Not enough memory or disk space",005789a8 "3D GameStudio Extra / A6 Engine",00052000) ret=0041f5ce -- 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.