[Bug 36462] New: spaces in WINEPREFIX break wine
http://bugs.winehq.org/show_bug.cgi?id=36462 Bug ID: 36462 Summary: spaces in WINEPREFIX break wine Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: 7WCbywQg3N2H(a)dyweni.com if WINEPREFIX contains spaces, then wine cannot initialize the prefix. export WINEPREFIX="/path/to/folder with spaces/wine" export WINEARCH=win32 wineboot wine: created the configuration directory '/lkcs-devel/pdf-generation/utilities/PDF_Generation/work/wine' err:process:init_windows_dirs directory L"C:\\windows" could not be created, error 2 err:process:init_windows_dirs directory L"C:\\windows\\system32" could not be created, error 3 err:process:init_windows_dirs directory L"C:\\windows" could not be created, error 2 err:process:init_windows_dirs directory L"C:\\windows\\system32" could not be created, error 3 err:wineboot:main Cannot set the dir to L"C:\\windows" (2) err:process:init_windows_dirs directory L"C:\\windows" could not be created, error 2 err:process:init_windows_dirs directory L"C:\\windows\\system32" could not be created, error 3 err:process:init_windows_dirs directory L"C:\\windows" could not be created, error 2 err:process:init_windows_dirs directory L"C:\\windows\\system32" could not be created, error 3 Application tried to create a window, but no driver could be loaded. The explorer process failed to start. Application tried to create a window, but no driver could be loaded. The explorer process failed to start. err:setupapi:SetupDefaultQueueCallbackW copy error 2 L"\\\\?\\unix\\usr\\share\\wine\\l_intl.nls" -> L"C:\\windows\\system32\\l_intl.nls" err:setupapi:SetupDefaultQueueCallbackW copy error 3 L"\\\\?\\unix\\usr\\share\\wine\\l_intl.nls" -> L"C:\\windows\\system32\\l_intl.nls" err:setupapi:create_dest_file failed to create L"C:\\windows\\rundll.exe" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\twain.dll" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\twain_32.dll" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\winhelp.exe" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\winhlp32.exe" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\command\\start.exe" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\system\\ddeml.dll" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\system\\mmsystem.dll" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\ddhelp.exe" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\dosx.exe" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\dsound.vxd" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\winhlp32.exe" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\explorer.exe" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\hh.exe" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\notepad.exe" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\regedit.exe" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\explorer.exe" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\iexplore.exe" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\notepad.exe" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\winetest.exe" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\drivers\\mountmgr.sys" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\aspnet_regiis.exe" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\ngen.exe" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\fusion.dll" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\regsvcs.exe" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\regasm.exe" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\servicemodelreg.exe" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\presentationfontcache.exe" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\msxml.dll" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\msxml2.dll" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\msxml3.dll" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\msxml4.dll" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\msxml6.dll" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\shdocvw.dll" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\gecko\\plugin\\npmshtml.dll" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\wbem\\mofcomp.exe" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\wbem\\wbemdisp.dll" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\wbem\\wbemprox.dll" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\wbem\\wmic.exe" (error=3) err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\wbem\\wmiutils.dll" (error=3) .... -- 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.
http://bugs.winehq.org/show_bug.cgi?id=36462 7WCbywQg3N2H(a)dyweni.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #1 from 7WCbywQg3N2H(a)dyweni.com --- Actually, the real error is that WINEPREFIX can't be on a CIFS mounted share. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=36462 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Austin English <austinenglish(a)gmail.com> --- Closing. -- 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.
participants (1)
-
wine-bugs@winehq.org