Still fails, even just browsing and then closing all tabs. See attached file for version.
But I have faced a new issue: when you're in the ingest dialog window and choose the primary destination (an existing one or creating a new one) and in the meantime you rename an existing folder within the PM dialog window, the app freezes, like there is a hidden active window which prevents to perform any action.
I hope it's clear.
Before we move to that issue, can you open up a Terminal window and enter the following?
ps -ax | grep "Photo Mechanic"
You'll then see some output like so:
94340 ?? 0:15.56 path/to/Photo Mechanic 6.app/Contents/MacOS/Photo Mechanic 6
94458 ttys007 0:00.01 grep Photo Mechanic
Make note of that number at the start of the line that lists the path to your running Photo Mechanic application (for me it is the first line, but it could be any one of the lines that appear in the output.)
Then enter:
lsof -p <number> | grep "PM_lock"
Where you'll replace <number> with the number you noted in the first command. Copy and paste the text from your terminal window in your reply to this message.
Thanks,
-Kirk