[Bug 43875] New: WinObj fails to open some object types (NtOpenKey() should return STATUS_OBJECT_TYPE_MISMATCH)
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(a)winehq.org Reporter: z.figura12(a)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.
https://bugs.winehq.org/show_bug.cgi?id=43875 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4(a)web.de Status|UNCONFIRMED |NEW Ever confirmed|0 |1 URL| |https://docs.microsoft.com/ | |en-us/sysinternals/download | |s/winobj Keywords| |download --- Comment #1 from Fabian Maurer <dark.shadow4(a)web.de> --- Filling in a few fields. -- 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.
participants (1)
-
wine-bugs@winehq.org