http://bugs.winehq.org/show_bug.cgi?id=244
Summary: Subdirectory with blank refused Product: Wine Version: 20010305 Platform: All OS/Version: All Status: CLOSED Severity: normal Priority: P1 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: raoul-linux@yucom.be CC: fgouget@codeweavers.com
Dear,
When I try to create a windows application using application link type using the subdirectory "..../Program Files/...", it assimile Program Files as Program. Example: wine /mnt/windows/Program Files/Winamp/winamp.exe
I must add int the PATH parameter of my configuration file "C:\Program File\Winamp"
I have the problem for each application stay after a subdirectory contaning a blank character.
Thanks for your cooperation Raoul
------- Additional Comments From fgouget@codeweavers.com 2001-14-05 20:06 ------- There are two possible causes for this problem: * either you forgot to escape / quote the path containing the space -> try the following: wine "/mnt/windows/Program Files/Winamp/winamp.exe" or (both are equivalent) wine /mnt/windows/Program\ Files/Winamp/winamp.exe
* or you're using the builtin msvcrt library -> then this is a duplicate of bug #234 http://wine.codeweavers.com/bugzilla/show_bug.cgi?id=234 In that case the workaround is to add the following to your DllOverrides section: "msvcrt" = "native"
One of the above should solve your problem which I will mark as resolved and a duplicate of #234 (I assume you did quote the path correctly). Just reopen the bug if the above doesn't solve this problem.
*** This bug has been marked as a duplicate of 234 ***