Wine: Error message: Warning: the specified Windows directory L"c:\\windows" and such
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Wine: Error message: Warning: the specified Windows directory L"c:\\windows" and such
Code:
darknice@DarkNice:~$ wine
Warning: the specified Windows directory L"c:\\windows" is not accessible.
Warning: the specified System directory L"c:\\windows\\system" is not accessible.
Wine 20041019
Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
wine --help Display this help and exit
wine --version Output version information and exit
darknice@DarkNice:~$
What should I do to fix that? I've been searching for 2 days now...
Do you have much stuff installed in WINE? If not, just try this
Code:
rm -r ~/.wine
wine
It'll delete all your wine config and your fake windows drive but then you're free to create a fresh config and start again. If you've got a bit of stuff then maybe just try deleting ~/.wine/config and use something like winesetuptk to create a new one.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.