[Bug 5024] Thief: Deadly Shadows crashes:page fault on read access to 0x0000040c

Wine Bugs wine-bugs at winehq.org
Fri Jun 15 06:48:58 CDT 2007


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





------- Additional Comments From xerox_xerox2000 at yahoo.co.uk  2007-15-06 06:48 -------
Created an attachment (id=6750)
 --> (http://bugs.winehq.org/attachment.cgi?id=6750&action=view)
patch to fix the install problem

Hi, the attached patch fixes the problem. It appeared CreateFileW ( user.ini)
failed with an ERROR_SHARING_VIOLATION. The file was created with GENERIC_READ
| GENERIC_WRITE, FILE_SHARE_READ | FILE_SHARE_WRITE , and after that
PROFILE_Open does a CreateFileW with only GENERIC_READ, FILE_SHARE_READ -->
ERROR_SHARING_VIOLATION.

Could someone confirm (or not ;)) if this fix is right?  

-- 
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