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@winehq.org Reporter: z.figura12@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.
https://bugs.winehq.org/show_bug.cgi?id=43875
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@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@web.de --- Filling in a few fields.