https://bugs.winehq.org/show_bug.cgi?id=51197
Bug ID: 51197 Summary: NtOpenSection returns STATUS_OBJECT_PATH_NOT_FOUND Product: Wine Version: 6.9 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: winehq@mrag.nl Distribution: ---
Created attachment 70071 --> https://bugs.winehq.org/attachment.cgi?id=70071 Example program
On Windows 10, the attached program will always print "Success", but on Wine this prints "Unable to open ntdll section", with NtOpenSection() returning STATUS_OBJECT_PATH_NOT_FOUND.
It seems like Wine does not know what "\KnownDlls" is?
https://bugs.winehq.org/show_bug.cgi?id=51197
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE
--- Comment #1 from Alexandre Julliard julliard@winehq.org --- KnownDlls is not implemented.
*** This bug has been marked as a duplicate of bug 47062 ***
https://bugs.winehq.org/show_bug.cgi?id=51197
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing duplicate.