[Bug 13326] New: the cannot manipulate linux path with spaces in the directory name.

wine-bugs at winehq.org wine-bugs at winehq.org
Tue May 20 10:45:50 CDT 2008


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

           Summary: the cannot manipulate linux path with spaces in the
                    directory name.
           Product: Wine
           Version: 1.0-rc1
          Platform: Other
        OS/Version: other
            Status: UNCONFIRMED
          Severity: major
          Priority: P2
         Component: -unknown
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: berg.foss at gmail.com


the cannot manipulate linux path with spaces in the directory name.
the executable with space in the names works fine.
see this test. I created a directory named "install " with a space at end
(install\ ) and directory "test" without space.
plus a renamed a executable with spaces "networkview3.60setup.exe"
(/networkview\ 3.60\ setup.exe) and other without
"networkview3.60.without.space.exe".


cd myloginz at stable-laptop:~$ cd install\ /
myloginz at stable-laptop:~/install $ wine networkview\ 3.60\ setup.exe 
Warning: could not find DOS drive for current working directory
'/home/myloginz/install ', starting in the Windows directory.
wine: could not load L"c:\\windows\\system32\\networkview 3.60 setup.exe":
Module not found
myloginz at stable-laptop:~/install $ cd ..
myloginz at stable-laptop:~$ cd test/
myloginz at stable-laptop:~/test$ wine networkview3.60.without.space.exe 
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the
registry for bias 180, std (d/m/y): 24/02/2008, dlt (d/m/y): 2/11/2008
fixme:reg:GetNativeSystemInfo (0x33fea0) using GetSystemInfo()
fixme:advapi:CheckTokenMembership ((nil) 0x132198 0x33fe18) stub!
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
fixme:sfc:SfcIsFileProtected ((nil), L"C:\\Arquivos de
programas\\NetworkView36\\unins000.exe") stub
fixme:shell:IPersistFile_fnGetCurFile (0x16c290)
fixme:shell:IPersistFile_fnGetCurFile (0x16be70)
fixme:shell:IPersistFile_fnGetCurFile (0x16c290)
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
myloginz at stable-laptop:~/test$ cp ../install\ /networkview\ 3.60\ setup.exe .
myloginz at stable-laptop:~/test$ wine networkview\ 3.60\ setup.exe 
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the
registry for bias 180, std (d/m/y): 24/02/2008, dlt (d/m/y): 2/11/2008
fixme:reg:GetNativeSystemInfo (0x33fea0) using GetSystemInfo()
fixme:advapi:CheckTokenMembership ((nil) 0x132138 0x33fe18) stub!
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
myloginz at stable-laptop:~/test$ cd ..
myloginz at stable-laptop:~$ cd install\ /
myloginz at stable-laptop:~/install $ cp ../test/networkview3.60.without.space.exe
.
myloginz at stable-laptop:~/install $ wine networkview3.60.without.space.exe 
Warning: could not find DOS drive for current working directory
'/home/myloginz/install ', starting in the Windows directory.
wine: could not load
L"c:\\windows\\system32\\networkview3.60.without.space.exe": Module not found
myloginz at stable-laptop:~/install $ pwd
/home/myloginz/install 

"/home/myloginz/install "


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.



More information about the wine-bugs mailing list