[OSX/Linux] App settings .xml becomes corrupted
opcon opened this issue · 0 comments
opcon commented
This is due to a bug in Mono (https://bugzilla.xamarin.com/show_bug.cgi?id=36388 & mono/mono#2273 & gitextensions/gitextensions#2710) where extra xml declarations is inserted into the settings xml.
Specifically here, this occurs when saving the recent song list. It's fixed in the current Mono master branch (mono/mono#2400), but will still affect older versions.
Possible way of working around this is to save the recent song list as a separate xml file. This will probably be better in the long run, since there's no chance of it being lost with a settings upgrade.