WouterJD / FortiusANT

FortiusANT enables a pre-smart Tacx trainer (usb- or ANT-connected) to communicate with TrainerRoad, Rouvy or Zwift through ANT or Bluetooth LE.
GNU General Public License v3.0
143 stars 77 forks source link

FortiusAnt does not end; GearboxOverlay not closed :-( #460

Closed WouterJD closed 4 months ago

WouterJD commented 4 months ago
          There is a strange behavior  when I close the program. the terminal windows stays open and does not close.
22:31:31,016: FortiusAnt applies the MotorBrake power curve
22:31:35,484: Tacx2Dongle; Pedal Stroke Analysis active
22:31:35,484: ---------- BLE-devices are activated ----------
22:31:37,486: ---------- BLE-devices are deactivated ----------

Does this effect only appear with "bookworm"? I think I will look into the source code. May be you can give me a hint.

Originally posted by @decodeais in https://github.com/WouterJD/FortiusANT/issues/457#issuecomment-1928144442

WouterJD commented 4 months ago

Refer to https://github.com/WouterJD/FortiusANT/issues/457#issuecomment-1930816929 for bypass

WouterJD commented 4 months ago

I have tested; constants.py#29 MultiProcessing = True # Production version can be either False or True

When True, the problem occurs and when false, it does not. So a clear target for investigation.

WouterJD commented 4 months ago

Issue solved; child windows that are created must be deleted before app stops.