[Bug 2085] New: winepath no longer works

Wine Bugs wine-bugs at winehq.org
Thu Mar 11 06:12:58 CST 2004


http://bugs.winehq.org/show_bug.cgi?id=2085

           Summary: winepath no longer works
           Product: Wine
           Version: 20040213
          Platform: All
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: wine-programs
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: bbuades at dgtic.caib.es


winepath was working in wine-20031212, but now it does not work with absolute 
unix paths. 
 
It seems to be due to some changes in slash and back-slash processing in 
kernel32.dll. kernel32 now does not convert unix to dos path names, so 
winepath needs to implement it by itself. 
 
If I run winepath -- -l path/to/file  
I get path\to\file (ok) 
 
If I run winepath -- -l /home/user/path/to/file  
I get \home\user\path\to\file (wrong) 
when I should get f:\path\to\file

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list