http://bugs.winehq.org/show_bug.cgi?id=58444
Bug ID: 58444 Summary: winepath -w "$PWD" outputs corrupted Windows path with extra garbage Product: Wine-staging Version: 10.11 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: dddg4447@gmail.com CC: leslie_alistair@hotmail.com, z.figura12@gmail.com Distribution: ---
After updating to Wine 10.11 (staging), I noticed that winepath -w "$PWD" produces corrupted output. At the end of the result, containing some "fixme" messages, there's an invalid path segment such as:
Z:\home\michaechael
My username is michael, and the extra michaechael is not present in the filesystem or Wine prefix.
Additional info:
echo %USERPROFILE% returns correct C:\users\michael
No michaechael user exists under drive_c/users
grep -i michaechael ~/.wine/*.reg returns nothing
ls ~/.wine/drive_c/users contains only michael and Public
This did not happen in Wine 10.10
I suspect a regression or buffer corruption in winepath.
http://bugs.winehq.org/show_bug.cgi?id=58444
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE
--- Comment #1 from Alexandre Julliard julliard@winehq.org --- Duplicate.
*** This bug has been marked as a duplicate of bug 58435 ***