• scfg.exe (Windows) ghost instances are possible

    From Rob Swindell@1:103/705 to GitLab issue in main/sbbs on Thu Jan 2 20:53:08 2025
    open https://gitlab.synchro.net/main/sbbs/-/issues/856

    When closing SCFG ungracefully (e.g. using the red 'x' icon or the "Close window" popup menu option from the taskbar), can leave an invisible instances of scfg.exe running:
    ```
    tasklist | findstr scfg
    scfg.exe 36668 Console 1 34,216 K scfg.exe 36088 Console 1 34,048 K ```
    taskkill (or similar) must be used to terminate them, e.g.
    ```
    taskkill /f /im scfg.exe
    SUCCESS: The process "scfg.exe" with PID 36668 has been terminated.
    SUCCESS: The process "scfg.exe" with PID 36088 has been terminated.
    ```
    --- SBBSecho 3.23-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to GitLab note in main/sbbs on Thu Jan 2 20:54:58 2025
    https://gitlab.synchro.net/main/sbbs/-/issues/856#note_6204

    I thought you disabled the red X icon and "Close window" popups?
    --- SBBSecho 3.23-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to GitLab note in main/sbbs on Thu Jan 2 21:16:14 2025
    https://gitlab.synchro.net/main/sbbs/-/issues/856#note_6205

    I did, but if you use the taskbar, they're still options.
    --- SBBSecho 3.23-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to GitLab note in main/sbbs on Thu Jan 2 21:32:43 2025
    https://gitlab.synchro.net/main/sbbs/-/issues/856#note_6206

    :see_no_evil:
    --- SBBSecho 3.23-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)