https://bugs.winehq.org/show_bug.cgi?id=47979
Bug ID: 47979 Summary: NtCreateFile incorrectly returns STATUS_OBJECT_NAME_NOT_FOUND when RootDirectory is populated Product: Wine Version: 4.17 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: andrew@ziglang.org Distribution: ---
Created attachment 65488 --> https://bugs.winehq.org/attachment.cgi?id=65488 test.c
Please see attached test.c which is a minimal reduction.
$ ls example-dir/
$ zig build-exe --c-source test.c -lc -target i386-windows-gnu && wine test.exe OK, it worked
$ zig build-exe --c-source test.c -lc -target x86_64-windows-gnu && wine64 test.exe NtCreateFile for opening `example-dir` failed with STATUS_OBJECT_NAME_NOT_FOUND
$ wine --version wine-4.17
$ wine64 --version wine-4.17
https://bugs.winehq.org/show_bug.cgi?id=47979
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Fixed by SHA1| |e4595a0ce8fd26d10d2bd47a310 | |d1c1cf7bd953f Resolution|--- |FIXED
--- Comment #1 from Alexandre Julliard julliard@winehq.org --- It should be fixed by e4595a0ce8fd26d10d2bd47a310d1c1cf7bd953f.
https://bugs.winehq.org/show_bug.cgi?id=47979
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 4.19.
https://bugs.winehq.org/show_bug.cgi?id=47979
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |4.0.x
https://bugs.winehq.org/show_bug.cgi?id=47979
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|4.0.x |---
--- Comment #3 from Michael Stefaniuc mstefani@winehq.org --- Removing the 4.0.x milestone from bug fixes included in 4.0.4.