[Bug 2682] PrgWin Fifth Edition - PoePoem.c - Unhandled Page Fault

Wine Bugs wine-bugs at winehq.org
Wed Jun 8 21:40:07 CDT 2005


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


felix.nawothnig at t-online.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1




------- Additional Comments From felix.nawothnig at t-online.de  2005-08-06 21:40 -------
A recent patch by Alexandre kinda fixed this - rsrc is no longer readonly.
However, the right behaviour would be to reprotect rsrc and fix
check_resource_write().

check_resource_write() fails for winelib apps because AllocationBase from
VirtualQuery(), which points to the ELF header, is used as a HMODULE. If writing
to resources in loaded DLLs also causes a COW on Windows we should use
BaseAddress from LdrFindEntryForAddress() - otherwise we can simply pass
GetCurrentProcess() to RtlImageDirectoryEntryToData().

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list