http://bugs.winehq.org/show_bug.cgi?id=9580
Summary: Wine should return 32 instead of 31 when it CreateFile fails due to "file_set_error: Text file busy". Product: Wine Version: 0.9.43. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-files AssignedTo: wine-bugs@winehq.org ReportedBy: skiy@actionpos.co.za
Created an attachment (id=7955) --> (http://bugs.winehq.org/attachment.cgi?id=7955) Detailed Information, Source Code and Logs
Say I have a cifs share mounted on /mnt/share/. When CreateFile on a file in this share fails due the file being in use by another client, then it returns 31. This is wrong, on windows 32 is returned.
The following also gets displayed: file_set_error: Text file busy