[Bug 48940] New: The 'winepath' component from windows to linux returns string with a carriage return (0x0D).

WineHQ Bugzilla wine-bugs at winehq.org
Thu Apr 16 05:00:03 CDT 2020


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

            Bug ID: 48940
           Summary: The 'winepath' component from windows to linux returns
                    string with a carriage return (0x0D).
           Product: Wine-staging
           Version: 5.6
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: -unknown
          Assignee: wine-bugs at winehq.org
          Reporter: sohatok at yandex.ru
                CC: leslie_alistair at hotmail.com, z.figura12 at gmail.com
      Distribution: ---

Hello.

The winepath component from windows to linux returns a string with a carriage
return (0x0D).
In particular, when installing dxvk (ver. 1.6)
win64_sys_path=$($wine64 winepath -u 'C:\windows\system32' | 2> /dev/null)
returns:
/home/alex/.wine/dosdevices/c:/windows/system32 + '0x0D'
the next option returns the normal path
win64_sys_path=$($wine64 winepath -u 'C:\windows\system32' | tr -d '\r' 2>
/dev/null)

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