-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[macOS] photoqt crashes on start on Sonoma / arm64 #19
Comments
I'm not too familiar with macOS, but what I can gather from the log file it seems to crash when an unhandled exception is thrown by GraphicsMagick, in particular when querying Try the following: In the file |
@luspi Thank you for responding! Should I literally leave I can try disabling whatever is disableable and see if that works to begin with. |
The three dots act as a catch-all for any exception. If it still crashes with that in place, then try disabling GraphicsMagick in CMake and recompile. If it still crashes that means we're on the wrong path anyways as it must be caused by something else then. |
@luspi Sorry for a delay. So, |
Ok, that's great to hear that you got it to work. From the point of view of PhotoQt, the API of both should be identical. I have had issues with GraphicsMagick before, though they had all been with the compilation and not running. |
@luspi Since
|
Thanks, |
@luspi So basically we need to remove one? I did not initially notice
|
Oh, wait, just wondering, why did you take the desktop file from the legacy repository? Running cmake should create the appropriate desktop file with the right mime types for your current build. |
@luspi Because this is on 10.6, where we only got Qt4, and the 1.0 legacy version is the last one to support it. |
Ah, sorry, I knew that... The mime type entry should look something like this: If I run this through |
I have built now v. 3.4 on Sonoma, however it crashes on launch:
photoqt-2023-11-08-171122.txt
The text was updated successfully, but these errors were encountered: