-
-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adb.exe stays resident on QZ exit (Windows) #1951
Comments
@victorypoint thanks for the feedback, could you check this build? https://github.com/cagnulein/qdomyos-zwift/actions/runs/7420467774 |
@cagnulein, I tested windows-binary.zip and windows-msvc2019-ai-server-binary.zip builds. In each case, adb.exe was not killed when exiting QZ by hitting window x close or Quit from menu. windows-binary-debug-Fri_Jan_5_11_20_46_2024.log |
thanks @victorypoint i added some debug log in the terminate function unfortunately i don't have a windows build to try :( |
sorry wrong link https://github.com/cagnulein/qdomyos-zwift/actions/runs/7423659773 |
ok so QT thinks to did everything right
Let's try to add this command at the end so
|
@cagnulein, I forgot to mention the QZ terminal window stayed open indefinitely after QZ quit - so seemed to hang. |
done https://github.com/cagnulein/qdomyos-zwift/actions/runs/7424793324 mmm..that's interesting..I should check what could cause this. let's try this build to see if it was ADB or something else |
@cagnulein, you nailed it. Adb.exe is killed on exit and no more terminal window hang issue. Nicely done! 👍🎉🥳 |
actually you did it :)
Roberto Viola
Software engineer and open source enthusiast
http://robertoviola.cloud
Il giorno ven 5 gen 2024 alle 19:18 Al Udell ***@***.***> ha
scritto:
… @cagnulein <https://github.com/cagnulein>, you nailed it. Adb.exe is
killed on exit and no more terminal window hang issue. Nicely done! 👍🎉🥳
—
Reply to this email directly, view it on GitHub
<#1951 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAALYWFSEQEEHMWGMFGLI7TYNA7XLAVCNFSM6AAAAABBNIU3AOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZZGA4DGMRYHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I've been experiencing no auto-incline sometimes when I leave my Zwift/QZ PC on during the day and then turn on the treadmill after several hours to start a Zwift session. I narrowed it down to the ADB.exe process staying in memory on PC. If I kill it, auto-incline works.
I confirmed.. single ADB.exe stays resident on QZ exit - both via quit from menu and x on window bar.
This works to kill adb.exe process..
cmd /c wmic process where name='adb.exe' delete
The text was updated successfully, but these errors were encountered: