Hi,
After a recent update, I noticed that Finder.app is not “available” any more.
I am no longer able to run my large amount of AppleScripts, which got the following error:
Finder got an error: Application isn’t running. (-600)
And several another Finder extensions such as “Default Folder X” can no longer work with TotalFinder.
In the old versions, Finder AppleScripts, Default Folder X and all other applications working with Finder also works with TotalFinder. But now, all of them are broken.
I am wondering if it is possible to fix such regression. Thanks!
I assume you speak about update 1.6.1 under Mavericks.
Can you please check Console.app when you execute the applescript? There could be some additional info. Is Finder process really running at that point?
Please open /Applications/Utilities/Console.app and observe error reports there. I hope there will be some additional info about that failed apple event.
Additionally please try to execute the osascript command against basic Finder (use CMD+OPT+ESC to restart into basic Finder.app without TotalFinder)
To me that error does not make sense. It looks like applescript subsystem is unable to deliver apple events to the Finder process.
Hi,
I tried “CMD+OPT+ESC”, and found there were actually TWO finders running at the same time.
After I quit both finder and restart TotalFinder, now all apple scripts work like before.
Thanks for your help!