[Bug 51681] New: Filepaths (or file URLs) including spaces do not convert properly to Unix paths

WineHQ Bugzilla wine-bugs at winehq.org
Wed Aug 25 12:34:50 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=51681

            Bug ID: 51681
           Summary: Filepaths (or file URLs) including spaces do not
                    convert properly to Unix paths
           Product: Wine
           Version: 6.13
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: -unknown
          Assignee: wine-bugs at winehq.org
          Reporter: justincook2003 at gmail.com
      Distribution: ---

Our application is a C#/WPF dot net Framework app. When we try to open a
generated PDF (or any file type) where the path or filename itself contain
spaces using Process.Start(...), the following error gets written to the
console:

winebrowser:wmain Failed to convert file URL to unix path

And the filepath gets truncated to the first space. At that point, nothing else
happens.

I have attempted to escape the spaces, convert the filepath to a file URL
(which also escapes the spaces), but nothing seems to make a difference.

-- 
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.



More information about the wine-bugs mailing list