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
http://bugs.winehq.org/show_bug.cgi?id=9580
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2007-09-04 08:18:33 --- Created an attachment (id=7957) --> (http://bugs.winehq.org/attachment.cgi?id=7957) A possible fix
Please try the attached patch.
http://bugs.winehq.org/show_bug.cgi?id=9580
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #7957|application/octet-stream |text/plain mime type| | Attachment #7957 is|0 |1 patch| |
http://bugs.winehq.org/show_bug.cgi?id=9580
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2007-09-11 07:58:33 --- Should be fixed in git. If you still see the problem feel free to re-open the bug.
http://bugs.winehq.org/show_bug.cgi?id=9580
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2007-09-11 07:59:00 --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=9580
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|_obsolete_files |-unknown