yoman82 wrote: > This error persists after a sudo apt-get remove wine* --purge command. This is wrong. Uninstalling Wine doesn't touch it's configuration. You need to run this instead: Code: rm -rf ~/.wine Then verify directory was really removed: Code: ls -la ~/.wine If it's still there, then use sudo: Code: sudo rm -rf ~/.wine And keep in mind to NEVER EVER use sudo/su to run Wine with.