So far I have had a number of programs running great, no problems. But today I got an error that I tried googling to no avail:
Code: Select all
12:46_acer6292:~$ photoshop
Warning: the specified Windows directory L"c:\\windows" is not accessible.
Warning: the specified System directory L"c:\\windows\\system32" is not accessible.
Warning: could not find DOS drive for current working directory '/local/data/myuser', starting in the Windows directory.
wine: cannot find 'c:\Programfiler\Adobe\Adobe Photoshop CS2\Photoshop.exe'
Code: Select all
export WINEPREFIX="/local/data/myuser/.photoshop_wine/"
wine "c:\\Programfiler\Adobe\Adobe Photoshop CS2\Photoshop.exe" $@
This actually happens to all the installed programs, and since they are in totally different wine-dirs, no "inter-program pollution" is possible. I have been running these programs for months, so it was really strange that they stopped working now. I thought it might be because I upgraded wine, but the funny thing is that I believe (not sure) I have been running programs after upgrading to (0.9.57).
After reinstalling a program to a fresh wine directory, the program works, but since I have rather many installed programs, each "customized", I would really hate doing that with all the programs I need.
So does anyone know why I get this error, and/or how to fix it?
Is this normal when upgrading wine? I though the registry settings were "forward-compatible"?
---
edit:
Running "WINEPREFIX=~/.photoshop_wine/ winecfg" just gives me these error messages, and then it hangs. Does not respond to Ctrl-C, and has to be forced to terminate.
Code: Select all
Warning: the specified Windows directory L"c:\\windows" is not accessible.
Warning: the specified System directory L"c:\\windows\\system32" is not accessible.
Warning: could not find DOS drive for current working directory '/local/data/carl-erik', starting in the Windows directory.
Warning: the specified Windows directory L"c:\\windows" is not accessible.
Warning: the specified System directory L"c:\\windows\\system32" is not accessible.
Warning: could not find DOS drive for current working directory '/', starting in the Windows directory.
err:wineboot:main Cannot set the dir to L"c:\\windows" (2)