Page 1 of 1

830 - Bug in saving settings

Posted: 04.10.2020, 11:41
by Free4all
FC 830 64-bit donor has a bug when saving settings. Follow standard test procedures to create a new test profile. Look at the FreeCommander.ini file that gets created. Here is a section with an obvious error:

TreeFontStrikeout=0
TreeFontColor=-16777208
TreeFontColorSelected=-16777208
FavoritesTreeColor=-16777211
FavoritesTreeInactiveColor=536870911
FavoritesTreeColorSelectedNode=-16777203
=536870911
FavoritesTreeFontName=Tahoma
FavoritesTreeFontCharset=1
FavoritesTreeFontSize=9
FavoritesTreeFontBold=0
FavoritesTreeFontItalic=0


This bug also changes existing settings files that don't have any errors.

Furthermore, I found another bug when saving the active/inactive selected tree item color, but before I report details for it, I think it's best to fix this issue first. I have a hunch the two issues are related, so best to fix this issue so I can test the other issue more thoroughly before reporting.

Re: 830 - Bug in saving settings

Posted: 08.10.2020, 04:46
by Odamn-Ete
Confirmed.

in my standard configuration the bug creates the following Entry at the End of the [Form] section:

Code: Select all

TreeColorSelectedNodeInactive=536870911
=536870911
I also confirm the persistence. Not possible to delete erroneous entry in .ini-file. Entry is re-created upon startup of FC.


FreeCommander XE 2020 Build 830 64-bit donor
Windows 10 Pro 64-bit Version 1909 Build 18363.1110

Re: 830 - Bug in saving settings

Posted: 23.10.2020, 02:47
by Free4all
Odamn-Ete wrote: 08.10.2020, 04:46 Confirmed...
Thank you for taking the time to confirm the bug.

Re: 830 - Bug in saving settings

Posted: 23.10.2020, 22:40
by Marek
Fixed for the next release.

Re: 830 - Bug in saving settings

Posted: 01.11.2020, 17:24
by Odamn-Ete
I was able to delete erroneous entry in .ini-file and it was not re-created upon startup of FC.

Thanks for the fix Marek.

Re: 830 - Bug in saving settings

Posted: 15.11.2020, 02:33
by Free4all
Marek wrote: 23.10.2020, 22:40 Fixed for the next release.
Thank you Marek.