SUMMARY The x86_64 macOS build of kdenlive crashes immediately after the splash screen since version 24.12.2 STEPS TO REPRODUCE 1. Install kdenlive-24.12.2-x86_64.dmg (or newer) 2. kdenlive exits immediately OBSERVED RESULT Crash EXPECTED RESULT No crash ADDITIONAL INFORMATION * Tested on different Intel-based Macs to rule out local environment issues * Tested on ARM-based Macs and kdenlive starts up successfully
Thank you for reporting. I can confirm that Kdenlive crashes on Intel Mac after the splash-screen. It could be a certification issue.
Not sure if it is relevant, but could you please confirm which MacOs version was used on the system that crashes ?
Mine is a Mac Pro with OS 13.7.3
I can confirm emohr's suspicion that this is a code signing and certification issue since kdenlive starts up successfully after manually replacing the signature. Tested on 13.7.4 and 14.7.4
Thank you for the feedback. That is interesting. Let me know the steps you have done to manually replacing the signature. The I can test on my Mac as well.
Of course! You can replace the signature using Terminal by running: codesign --force --sign - "/Applications/kdenlive.app"
Success. I had to login as administrator and run: sudo codesign --force --sign - "/Applications/kdenlive.app" Then I got the error: /Applications/kdenlive.app: replacing existing signature /Applications/kdenlive.app: Operation not permitted On top right it appears the message: “do you want to give Terminal full disk access?” and I clicked on yes. Restart the terminal and run the same command again and it have replaced the existing signature and Kdenlive starts.