Quote:
Originally Posted by democrite
Great to see the update.
I have a different crashing issue on macOS Ventura, Apple Silicon. Trying to add an existing file, an image, it seems to occur either when navigating to a particular folder or selecting some file. I'm not sure if it's one or the other or both. Tried 4 or 5 times so far without success. It seems to not happen until I navigate to some folder with images. If it helps, here's the crash log.
|
Thanks for your bug report. Your backtrace shows that is not a segfault crash but instead something deep inside Apple's CoreFoundation is calling ABORT because of an illegal character in a path or a file name or a file name suffix.
You could try renaming the folder with images to something simple, and moving that folder into your Desktop. Then try manually renaming each image file one by one to try to track down which file/folder name Apple is complaining about.
It is probably an illegal non utf-8 character or a character not allowed to be in a file name or path (reserved).
If you can track the issue down and create a reproducible test case I would be happy to take a look at it. But without a means to reproduce it, I have no way to help.
Alternatively, zip up the problem folder of images and PM KevinH with a link and I will try and see if there is anything I can detect.
KevinH