fowie@fowie-desktop:~$ wine /media/cdrom0/install\ studio\ 8.exe
err:process:init_windows_dirs directory L"c:\\windows" could not be created, error 2
err:process:init_windows_dirs directory L"c:\\windows\\system32" could not be created, error 3
err:process:init_windows_dirs directory L"c:\\windows" could not be created, error 2
err:process:init_windows_dirs directory L"c:\\windows\\system32" could not be created, error 3
err:wineboot:main Cannot set the dir to L"c:\\windows" (2)
err:process:init_windows_dirs directory L"c:\\windows" could not be created, error 2
err:process:init_windows_dirs directory L"c:\\windows\\system32" could not be created, error 3
err:process:init_windows_dirs directory L"c:\\windows" could not be created, error 2
err:process:init_windows_dirs directory L"c:\\windows\\system32" could not be created, error 3
wine: could not load L"D:\\install studio 8.exe": Module not found
I'm using Ubuntu Hardy 8.04, and I've done an apt-get remove --purge of wine and reinstalled, to no avail. I seem to remember trying something a while back to fix wine so it would let me run an old Dos game, but can't remember what it was. Any ideas where to look?
fowie@fowie-desktop:~$ wine /media/cdrom0/install\ studio\ 8.exe
err:process:init_windows_dirs directory L"c:\\windows" could not be created, error 2
err:process:init_windows_dirs directory L"c:\\windows\\system32" could not be created, error 3
err:process:init_windows_dirs directory L"c:\\windows" could not be created, error 2
err:process:init_windows_dirs directory L"c:\\windows\\system32" could not be created, error 3
err:wineboot:main Cannot set the dir to L"c:\\windows" (2)
err:process:init_windows_dirs directory L"c:\\windows" could not be created, error 2
err:process:init_windows_dirs directory L"c:\\windows\\system32" could not be created, error 3
err:process:init_windows_dirs directory L"c:\\windows" could not be created, error 2
err:process:init_windows_dirs directory L"c:\\windows\\system32" could not be created, error 3
wine: could not load L"D:\\install studio 8.exe": Module not found
I'm using Ubuntu Hardy 8.04, and I've done an apt-get remove --purge of wine and reinstalled, to no avail. I seem to remember trying something a while back to fix wine so it would let me run an old Dos game, but can't remember what it was. Any ideas where to look?
To remove everything you have made to wine configuration and everything you installed in it.
Which might not be enough. Mos tlikely you used sudo to run Wine and your ~/.wine directory is owned by root. You might need to use 'sudo rm -rf ~/.wine' to remove this directory. And for the future remember never to use 'sudo' to run Wine.