[quote="Tlarhices"] fowie wrote: > You will have to erase your .wine folder. Run : > > Code: > rm -rf ~/.wine > > > 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.