View Single Post
Posts: 992 | Thanked: 738 times | Joined on Jun 2010 @ Low Earth Orbit
#20
Originally Posted by MartinK View Post
There can be something wrong with the file storing the options (/opt/modrana/data/options.bin). There are a few things you can try to fix it:
  • check permissions for that file
    ...
OK that file doesn't exist. Reason being that most (all?) of the directories under /opt/modrana/ is owned by user "1000" (which doesn't exist on my system) and hence user "user" isn't able to create a new file. I fixed it by:
Code:
chmod o+w /opt/modrana/data/
Now file is created and options are saved OK

OK, I added a feature request ticket for it. Some thing to note:
Many thanks!
 

The Following 3 Users Say Thank You to kureyon For This Useful Post: