[Bug 40586] New: FILE_CreateFile always warns "{File} not found" in all failed status

wine-bugs at winehq.org wine-bugs at winehq.org
Fri May 6 07:05:17 CDT 2016


https://bugs.winehq.org/show_bug.cgi?id=40586

            Bug ID: 40586
           Summary: FILE_CreateFile always warns "{File} not found" in all
                    failed status
           Product: Wine
           Version: 1.9.9
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: trivial
          Priority: P2
         Component: ntdll
          Assignee: wine-bugs at winehq.org
          Reporter: lz96 at foxmail.com
      Distribution: ---

See https://source.winehq.org/source/dlls/ntdll/file.c#0254 .

This is confusing when I see

warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows" not found (c0000035)

while c0000035 actually represents
STATUS_OBJECT_NAME_COLLISION(https://source.winehq.org/source/include/ntstatus.h#0238).

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list