[Bug 47979] New: NtCreateFile incorrectly returns STATUS_OBJECT_NAME_NOT_FOUND when RootDirectory is populated
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(a)winehq.org Reporter: andrew(a)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 -- 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=47979 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Fixed by SHA1| |e4595a0ce8fd26d10d2bd47a310 | |d1c1cf7bd953f Resolution|--- |FIXED --- Comment #1 from Alexandre Julliard <julliard(a)winehq.org> --- It should be fixed by e4595a0ce8fd26d10d2bd47a310d1c1cf7bd953f. -- 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=47979 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 4.19. -- 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=47979 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |4.0.x -- 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=47979 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|4.0.x |--- --- Comment #3 from Michael Stefaniuc <mstefani(a)winehq.org> --- Removing the 4.0.x milestone from bug fixes included in 4.0.4. -- 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)
-
WineHQ Bugzilla