[Bug 43875] New: WinObj fails to open some object types (NtOpenKey() should return STATUS_OBJECT_TYPE_MISMATCH)

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Oct 10 12:19:23 CDT 2017


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

            Bug ID: 43875
           Summary: WinObj fails to open some object types (NtOpenKey()
                    should return STATUS_OBJECT_TYPE_MISMATCH)
           Product: Wine
           Version: 2.18
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ntdll
          Assignee: wine-bugs at winehq.org
          Reporter: z.figura12 at gmail.com
      Distribution: ---

WinObj is a browser for the Windows native object directory tree. When right
clicking on some object types (e.g. devices) and selecting Properties, the
program will spawn an error box saying "Path not found". Testing shows that the
program is trying to open an object as a series of different types of object in
sequence, and expects STATUS_OBJECT_TYPE_MISMATCH to continue with the loop,
otherwise it will quit. Currently NtOpenKey() returns the wrong value on error.

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