I guess we have a problem with ordering of settings processing in the GUI. It seems we create the optionsmodel now before getting to AppInit2() which covers parameter interactions and stuff. This seems to be able to cause problems as GUI settings are processed before these.
[Qt] problem with ordering of settings processing on init #4248
issue Diapolo opened this issue on May 29, 2014-
Diapolo commented at 12:24 PM on May 29, 2014: none
-
laanwj commented at 12:44 PM on May 29, 2014: member
We always created the optionsmodel before getting to AppInit2, or at least for a very long time we've done so.
What specific problem does this cause?
- laanwj added the label GUI on May 29, 2014
-
Diapolo commented at 1:19 PM on May 29, 2014: none
If we soft set settings in OptionsModel, that WILL cause trouble with the networking related parameter interactions? Think about -listen or -proxy for example... I stumbled upon this while looking into adding listen to the GUI.
- Diapolo closed this on Oct 31, 2015
- DrahtBot locked this on Sep 8, 2021