http://bugs.winehq.org/show_bug.cgi?id=5024
------- Additional Comments From xerox_xerox2000@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?