[Bug 48940] New: The 'winepath' component from windows to linux returns string with a carriage return (0x0D).
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(a)winehq.org Reporter: sohatok(a)yandex.ru CC: leslie_alistair(a)hotmail.com, z.figura12(a)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.
https://bugs.winehq.org/show_bug.cgi?id=48940 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED --- Comment #1 from Alexandre Julliard <julliard(a)winehq.org> --- Duplicate. *** This bug has been marked as a duplicate of bug 48937 *** -- 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.
https://bugs.winehq.org/show_bug.cgi?id=48940 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Austin English <austinenglish(a)gmail.com> --- Closing. -- 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.
participants (1)
-
WineHQ Bugzilla