[Bug 5436] Possible filename/-attribute handling problem with Mankind

Wine Bugs wine-bugs at winehq.org
Tue Sep 19 15:03:44 CDT 2006


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





------- Additional Comments From vitaliy at kievinfo.com  2006-19-09 15:03 -------
trace:file:CreateFileW L"c:\\Programme\\Mankind/Mankind.mip" GENERIC_READ
FILE_SHARE_READ FILE_SHARE_WRITE  creation 3 attributes 0x80

so obviously the CreateFileW call fails. im not sure why. enough diskspace,
sufficient permissions...

Not corect. It tries to open existing file: creation 3 == OPEN_EXISTING


warn:file:wine_nt_to_unix_file_name L"Mankind.npr" not found in
/home/boeserwolff/.wine/dosdevices/c:/Programme/Mankind
trace:file:CreateFileW L"c:\\Programme\\Mankind/Mankind.dpf" GENERIC_READ
FILE_SHARE_READ FILE_SHARE_WRITE  creation 3 attributes 0x80

so its only "mankind.mip" which cant be created.

Wrong again. Same thing - it opens existing file _not_ creating new one.

For more information about CreateFile see ... MSDN.

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