http://bugs.winehq.org/show_bug.cgi?id=13265
Summary: winepath exist always with zero code Product: Wine Version: unspecified Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: bugtrack@roumenpetrov.info
The winepath program exist with zero even cannot map host path to the path from emulated environment and output non existing location (directory). ======================================= $ cd $ winepath `pwd`; echo $? Warning: could not find DOS drive for current working directory '/home/user', starting in the Windows directory. err:service:RPC_Init RpcServerUseProtseq failed with error 1703 err:wineboot:start_services_process Unexpected termination of services.exe - exit code 1703 /home/user/.wine/dosdevices/c:/home/user 0 ======================================= The output is from version 1.0-rc1.
Also previous versions output is without "err:.." lines and the host path is appended to the path of last dos-device found (in 1.0-rc1 to the first).