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?