14 Jan
2026
14 Jan
'26
8:14 a.m.
even if Wine kernel APIs accept both '/' and '\\' in pathnames, always enforcing in cmd raises some other issues: * '/' is also used as the start of a (builtin) command option, so '/foo' can either be interpreted as unix absolute path /foo (expecting / to be mounted in Wine) or as option '/foo' * and '/' is interpreted as a separator in interactive prompr, not a part of a path * and native doesn't accept it as a path name did the error stem from interactive cmd usage or do you have an app which uses it? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9881#note_126900