http://bugs.winehq.org/show_bug.cgi?id=58129 Bug ID: 58129 Summary: shlwapi::PathCombineW does not manage path starting with dots Product: Wine Version: 10.5 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: shlwapi Assignee: wine-bugs(a)winehq.org Reporter: kyle.kcsoftwares(a)gmail.com Distribution: --- Created attachment 78395 --> http://bugs.winehq.org/attachment.cgi?id=78395 sample app Inspired by https://bugs.winehq.org/show_bug.cgi?id=4309 and https://jira.reactos.org/browse/CORE-20129 Use this simple NSI script : Section System::Call 'shlwapi::PathCombineW(w.r1,w "C:\", w "...xx")' MessageBox MB_OK $1 SectionEnd Shows "C:.xx" in Wine while it shows "C:\...xx" in Windows -- 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.