Hi I have a problem. I installed Wine packet and configured it with winesetup. When I run wine with some application (i.e. wine c:\\notepad.exe ) I can see error like below : Invoking /usr/bin/wine.bin c:\setup.exe ... Could not stat /c (No such file or directory), ignoring drive C: Warning: could not find wine config [Drive x] entry for current working directory /home/andy/.wine; starting in windows directory. Invalid path L"c:\\windows" for L"windows" directory: does not exist. Perhaps you have not properly edited or created your Wine configuration file, which is (supposed to be) '/home/andy/config'. Wine failed with return code 1 I have a config file and I don't know where can be a problem ... please point me some reasons of this problems ... Tx AndY
Hi, please post your configfile here, else I can only guess where the error may be ... Did you use ./tools/wineinstall to create a config + fake_windows directory? If not you should try that first.> Could not stat /c (No such file or directory), ignoring drive C:This actually means, that you configured Drive C to be in the directory /c which unfortunately does not exist. ;-) Or maybe the permissions are wrong and your user can't access it. Are you trying to use a fake windows configuration (preferred) or do you want to use an existing windows as base for wine? Philipp