Hello erverybody! Im with a problem with the configuration of WINE I changed in the ~/.wine/config the mapping of my c: to "Path" = "/home/teste/.wine/fake_windows" instead of "Path" = "/home/teste/.wine/drive_c" and mounted by smb mount a c drive of a real windows machine with all prograns that i wanna run and the windows and system path to "Windows" = "C:\\WINNT" "System" = "C:\\WINNT\\system32" instead of "Windows" = "C:\\Windows" "System" = "C:\\Windows\\system" in agreement of the documentation on winehq I did these modifications without any instance of wine running, but my wine still loking for the windows and system path on c:\\Windows and c:\\Windows\System so when I run the wine its return these errors: Warning: the specified Windows directory L"C:\\Windows" is not accessible Warning: the specified System directory L"C:\\Windows\\System" is not accessible Some one have any idea of becouse Wine isn't using the new configuration of windows and system directories that I configured on ~/.wine/config ??? thanks, Denis
> Some one have any idea of becouse Wine isn't using > the new > configuration of windows and system directories that > I configured on > ~/.wine/config >Is your wine version recent? > June of 2005?
On 10/20/05, Denis <denismpa@gmail.com> wrote:> I changed in the ~/.wine/config the mapping of my c: to > > "Path" = "/home/teste/.wine/fake_windows"Stop right there! If you're using a recent (July 2005 or later) Wine, you need to do things differently. ~/.wine/config is no longer used at all. It's all controlled by ~/.wine/dosdevices If ~/.wine doesn't exist, Wine sets it up for you when it first runs, and creates symlinks for c: and z:. Here's what that directory contains by default: $ ls -l ~/.wine/dosdevices/ lrwxrwxrwx 1 dank dank 10 Oct 20 07:02 c: -> ../drive_c lrwxrwxrwx 1 dank dank 1 Oct 20 07:02 z: -> / You could try changing where that c: symlink points to. Hope that helps. Yes, the doc needs updating!