Page 1 of 1

App Unresponsive, when opening some folder

Posted: 20 Jun 2026 05:21
by gruber
App unresponsive, opening some folder shows not responding, mouse cursor thinking, so cannot click anywhere.
when I click on close application on x it after some thinking shows this:
2026-06-20_061742.jpg
What are those unfinished operations i didn't make anything only open folder.

Re: App Unresponsive, when opening some folder

Posted: 20 Jun 2026 05:44
by jupe
Most likely you have custom columns that are calculating still, currently XY is single CPU thread. You can optimize columns a few diff ways, such as by changing them to only calculate on visible items, changing type etc.

ESC will abort too.

Re: App Unresponsive, when opening some folder

Posted: 20 Jun 2026 13:00
by gruber
Thanx