May 1, 2026
3:04 p.m.
I think we need a generic way to parse url, that will work for any scheme. For example what happens for "/file://..." or "file://////c:/...". If disk paths are turned to file:// urls, we should do that too, probably before looking for a scheme handler. Async case probably needs the same fix? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10708#note_138528