http://bugs.winehq.org/show_bug.cgi?id=18034
--- Comment #6 from Johann johaahn@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.