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