http://bugs.winehq.org/show_bug.cgi?id=18034 --- Comment #6 from Johann <johaahn(a)gmail.com> 2009-04-17 15:38:36 --- Thanks Austin for your reply, I've started investigation on this dosmem trace. With additional trace points, I've noticed that failure is due to below condition: if(!VirtualProtect( DOSMEM_dosmem + DOSMEM_protect, DOSMEM_SIZE - DOSMEM_protect, PAGE_READWRITE, NULL )) Actually, this is VIRTUAL_FindView() in NtProtectVirtualMemory() which is not able to find appropriate view. What can be the root cause? Thanks in advance. -- 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.