I recently updated my Anki to the latest version (Qt6) but ever since I get the “processing” dialog open persistently and the program getting stuck on it, forcing me to end task and reopen , only for it to happen again almost immediately after starting to edit cards. I’ve tried starting the program with the shift key held down to disable add-ons, but it does not fix the problem.
There have been a few folks reporting various issues with persistent/recurring “Processing” pop-ups lately, but it’s hard to tell whether something suggested was a fix for them, or they just wandered off.
After you’ve run through the Troubleshooting already suggested, maybe take a look at these?
Kind of funny that the reason is because the addon is somewhat slow. There is an interesting race condition in the ProgressManager implementation where _levels is decremented to 0 before the window is actually closed. Since everything runs on the main loop you would expect this to be fine, but we are too smart for our own good:
I open Anki, edit a card here and there, a Window pops up and says “Processing”.
That’s it. I have to kill the process and restart Anki. Sometimes this happens every 5-10 minutes, which is pretty annoying.
I have no add-ons installed and Anki runs on a new ThinkPad.
And yes, I have followed Troubleshooting - Anki Manual.
My video driver is set to software (never had any issues with missing UI elements).
Resetting window sizes seems to help a bit but still does not prevent an eventual stall.
Searching the forums (this post) have led me to the conclusion that I’m not the only one observing this behaviour. I’m happy to provide log files and such …
Will try the beta Damian mentions, but in the meantime I wanted to provide some more context just in case it helps with debugging this better.
The chances of getting that “processing” bar that hangs is either exclusive to, or at least far more likely when, editing from the browser, rather than from the “add card” menu.
For me, an almost ‘guaranteed’ way to get it to happen ‘quickly’ is to start editing a card in the ‘browser’, which involves lots of old-skool latex (i.e. the [$] [/$] kind, not mathjax), and start fixing the latex / introducing latex errors and correcting them, WITH the preview window open.
I’ve noticed that closing the preview window helps mitigate this. However, this is not the only case where I’ve noticed this (what prompted me to come to the forum and write this was an instance where I was just editing normal non-latex text in the browser window, with no preview window open).
Thanks
PS. (Anki version 23.12.1 / Qt6; Linux Mint 21.2; python 3.10.12; )