-
-
Notifications
You must be signed in to change notification settings - Fork 246
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
Can't quit Keka #709
Comments
Hi @criswaller, Does this happens always? Only after extracting/compressing specific files? Can you check if there's any log from Keka in the Console.app? Thanks! |
I can confirm this issue exists. I have the same problem. I haven't found a pattern yet on when it happens or under what circumstances. It just happens every time I use Keka. The process doesn't react to sigterm or quitting through Finder. What I can tell though is that there are hundreds (!) of running "Keka Finder Integration" processes running (see screenshot below). macOS 11.0. |
Wops... @cryptochrome not sure what's happening there. Can you enable the "Enable debug information" and "Save debug information" and once you reproduce the issue share with me the logs of Keka? You can disable the Finder Extension meanwhile, not sure why you have that many. macOS is the one that spawns/kills it, not Keka directly. @franckm-rait are you having the same problem? Not able to close Keka or too many Finder Extensions? |
@aonez Yes, exactly the same problem. When I use Keka on Big Sure (X86), I can't shutdown the computer without Force Quit Keka. Seems not to be linked to the extraction of certain type of file. Not checked on extension. |
Happens with me as well. When you press Quit button, it only minimizes the application; the icon remains on the Dock with the running dot symbol.
The log just says:
Disabling the extension on Keka's Preferences window won't change the situation. If it helps I can also record a short video. Thanks in advance. |
These "Keka Finder Integration" processes are managed by macOS and it keeping them around is by design. See: knurling/ServiceStation#17 If there's an issue with Keka itself quitting, then that must be considered separately. |
@nighto does this happens constantly for you? Does it not update eventually? At least now I have something to test 😉 |
Hi @aonez |
@aonez yeah, it is always present on alt-tab; if I press Cmd+Q it only minimizes, does not close. Somewhat annoying but I'm ignoring it so far :P |
@Oleg-Chashko let's follow that other issue here: #734 |
@nighto what version of Keka are you using? If you disable "Automatically check for updates" in Keka's Preferences it still refuses to quit? |
@aonez it's |
Thanks for the feedback @nighto! So clearly at least that version has an issue updating. Can you manually update to the latest v1.2.5 and see (in the next days) if the error reproduces with "Automatically check for updates" enabled? @criswaller @cryptochrome @franckm-rait @IvanStanul are you running the latest version of Keka? |
I can confirm 1.2.5 fixes the issue for me. App quits just fine now. I also don't seem to have dozens of Finder Integration processes anymore. Kudos for fixing it! 👍 |
@aonez I can confirm it has been fixed as well. Thanks a lot! :) |
Confirming also that new update fixed the problem for me, thanks! |
I noticed the same, always when there is an update, keka won't close and I have to force quit it, sometimes multiple times. last noticed it with the update to 1.2.7 today |
Thanks for the feedback @Stanzilla and all of you. Finally fixed this one. This only happens when you have "Automatically download and install updates in the future" selected so Keka updates in the background. Once the update is downloaded and installed Keka is unable to quit due a bug in the terminate code. This is fixed in the upcoming v1.2.8. I recommend all affected with this issue to call "Check for updates" to update to v1.2.8 or even download the full Keka package and install it manually. Once in that new version the automatic download in the background will work flawlessly. I'll be updating the main topic of the issue with this instructions for newcomers. |
Yep @nighto... I'm releasing |
1.2.8 and subsequently a hotfix 1.2.9 has been released. Closing this one. Thanks to all! |
Thank you @aonez =) |
👉 To fix this issue update to
v1.2.8
or newerDue to a bug in the terminate code, if you have "Automatically download and install updates in the future" selected in a version between versions
1.2.0
and1.2.7
Keka will need to be force-quit after it automatically updates in the background. More detailed info in #709 (comment).Original report
I cannot quit Keka from the Dock, Force Quit or Activity Monitor. I had to use killall from Terminal.
The text was updated successfully, but these errors were encountered: