41
Support and Feedback / Re: Search complementary files
« Last post by Matthias515566 on April 28, 2026, 20:10:15 »I recommend the software Beyond Compare for your tasks: Scooter Software – Beyond Compare
MultiCommander v15.8 is released!
If you edit the file correctly it should have restore the settings. might be that you missed some tags some places.. format is xml so it require correct structure to be read correctly.
But new version out.
It will try to recover corrupted MultiCommander.xml file when loading it.
The Error was that setting page was wrong so it could not be opened. and that resulted in it saving a multicommander.xml with a error value in it. and when reloading then new top level xml nodes started to be added to the file making it so it failed to load config.
From build 3154, it will remove all extra xml top level tags that should not be there and try to restore the config file.
Settings page now works again.
This is a true BETA, lots of changes. if any of the new thing does not work or if you find new issues.. please report it.
If no body report issue they see, then it can't be fixed.
that file is your settings so it depends on you settings.. YOu just delete it. and it will be created with default settings
file should look like
<?xml version="1.0"?>
<config global="0" Build="3151">
<AskLanguage value="0"/>
<appinfo>
at the beginning only 1 "<config" tag
and one </config> close tag
<experimental>
<darkmode value="0"/>
</experimental>
</config>
then just search for "</config>" and make sure there is no one except at the end of the file
Hm if you run portable version it may say
<config global="1" Build="3151">
at the top