In config.c, there is a static wstring rc_filename = 0; which is used as the filename when saving the options. I believe this used to be set during the load, but at the current commit 4ae22a6, this variable is not getting set. This causes the option save to fail and a garbage filename is printed.
