Hrafnagudh Posted April 12, 2021 Share Posted April 12, 2021 (edited) Hello. I just installed the game via snap, on Lubuntu 20.04. When I start the game I get this error message CConfigDB: :WriteFile(): CreateFile "config/user.cfg" failed (error: -110300) that appears again if I start a match. Also the map is tilted vertically or something, with no way to move around the view Edited April 12, 2021 by Hrafnagudh Link to comment Share on other sites More sharing options...
Stan` Posted April 12, 2021 Share Posted April 12, 2021 @wraitii@vladislavbelov Any ideas Link to comment Share on other sites More sharing options...
vladislavbelov Posted April 12, 2021 Share Posted April 12, 2021 Is it A24b or a different version? Link to comment Share on other sites More sharing options...
nwtour Posted April 12, 2021 Share Posted April 12, 2021 Looks like there are not enough permissions Try "Enable Acess files in your home folder"https://ubuntu.com/blog/a-guide-to-snap-permissions-and-interfaces 1 Link to comment Share on other sites More sharing options...
Hrafnagudh Posted April 12, 2021 Author Share Posted April 12, 2021 (edited) It is the one I downloaded from here: https://snapcraft.io/install/0ad/ubuntu I will try the permissions and update you with what happens Edited April 12, 2021 by Hrafnagudh Link to comment Share on other sites More sharing options...
Hrafnagudh Posted April 12, 2021 Author Share Posted April 12, 2021 No, giving permission does not solve the problems, the error is still there. I installed the snap store also, but still... Link to comment Share on other sites More sharing options...
nwtour Posted April 12, 2021 Share Posted April 12, 2021 22 minutes ago, Hrafnagudh said: No, giving permission does not solve the problems, the error is still there. I installed the snap store also, but still... The problem is precisely the permissions to write the configuration in the home directory. I reproduced on my computer: $ rm ~/.config/0ad/config/user.cfg $ sudo chown root:root ~/.config/0ad/config ERROR: CConfigDB::WriteFile(): CreateFile "config/user.cfg" failed (error: -110300) Try cleaning your config directory (type in terminal): sudo mv ~/.config/0ad /tmp/0ad_backup and reinstall snap in dev mode (without restriction) snap remove 0ad snap install --devmode 0ad https://snapcraft.io/tutorials/advanced-snap-usage#3-handling-interfaces-and-permissions-in-your-snaps 1 1 Link to comment Share on other sites More sharing options...
Hrafnagudh Posted April 12, 2021 Author Share Posted April 12, 2021 Beautiful, it worked! Thank you very much Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now