-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Unexpected status 'OBJECT_PATH_INVALID' #22178
Copy link
Copy link
Open
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorcontributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.standard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
Milestone
Metadata
Metadata
Assignees
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorcontributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.standard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
Zig Version
master
Steps to Reproduce and Observed Behavior
On windows while opening
\\serverfile, zig return unexpected status.error.Unexpected NTSTATUS=0xc0000039
Though when opening
\\server\...im gettingerror.NetworkNotFoundas expected.Expected Behavior
Expected to get back a valid error, like
error.BadPathNameorerror.NetworkNotFound.