Skip to content
Snippets Groups Projects
  1. Sep 12, 2020
    • Rob Swindell's avatar
      Improve startup w/Config Wizard reliability · e1a79a56
      Rob Swindell authored
      I noticed on one particular system that Canceling or Completing
      the configuration wizard on a fresh install, sbbsctrl.exe would
      just shut down (no error dialog or anything, likely a crash of
      some kind). Instrumenting StartupTimerTick() didn't reveal anything
      useful (it ran to completion).
      
      By changing the method of launching the Configuration Wizard,
      I was able to eliminate this observed problem. Now, the StartupTimer
      runs twice on a fresh install (just once for a normal startup),
      and the second run of the StartupTimerTick starts the configuration
      wizard.
      
      I also reverted to the previous behavior of dynamically creating
      and destroying the wizard for each use. There's just too much state
      information to restore if the config wizard is run a second time.
      
      Also, removed a bunch of old Registry settings readings (v3.10/11
      upgrade support) and commented out code.
      e1a79a56
    • Rob Swindell's avatar
      8d864dbe
    • Rob Swindell's avatar
      Update Id keyword. Not sure why. · e1534a74
      Rob Swindell authored
      e1534a74
    • Rob Swindell's avatar
      Resolve GCC warnings. · a40ca56d
      Rob Swindell authored
      a40ca56d
    • Rob Swindell's avatar
      Add install and symlinks targets · ae302832
      Rob Swindell authored
      ae302832
  2. Sep 11, 2020
  3. Sep 10, 2020
  4. Sep 09, 2020
  5. Sep 08, 2020
Loading