http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html
is the location of the spec
$XDG_CONFIG_HOME or ~/.config by default
this is useful to provide a standard location for config files,
and once they are all in one folder it allows nice things like backing up all of your config files trvially, symlinking them onto another drive, easily finding and deleting config files of a specific application if something goes wrong, etc, etc
Logged In: NO
changing the line
ConfigFilePath += "/.crrcsim/crrcsim.xml";
to
ConfigFilePath += "/.config/crrcsim/crrcsim.xml";
in file config.cpp should be a simple change to at least follow the default path