http://bugs.winehq.org/show_bug.cgi?id=10880 --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2007-12-28 10:01:02 --- [sakuramboo@~]$ mv .wine .wine.bak [sakuramboo@~]$ mkdir .wine [sakuramboo@~]$ mv CrimsonlandSetup.exe .wine/CrimsonlandSetup.exe [sakuramboo@~/.wine]$ wine CrimsonlandSetup.exe 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 '/home/sakuramboo/.wine', starting in the Windows directory. wine: could not load L"c:\\windows\\system32\\CrimsonlandSetup.exe": Module not found This won't work. Try this instead: $ mv .wine .wine.bak2 $ wineprefixcreate $ wine CrimsonlandSetup.exe When you created the .wine folder, it wasn't populated with the necessary information. Then when you ran the program, it saw that .wine existed, and assumed you have a valid wine prefix (which you don't). As for the demo, are you saying it does or does not have the same problem? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.