Summary: | kdenlive crashes on startup on Intel-based Macs (24.12.2 and newer) | ||
---|---|---|---|
Product: | [Applications] kdenlive | Reporter: | qrhy <qpedhrhy> |
Component: | Setup & Installation | Assignee: | Jean-Baptiste Mardelle <jb> |
Status: | CONFIRMED --- | ||
Severity: | crash | CC: | fritzibaby, pleasefixwebkit |
Priority: | HI | Keywords: | triaged |
Version First Reported In: | 24.12.2 | ||
Target Milestone: | --- | ||
Platform: | macOS (DMG) | ||
OS: | macOS | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=501583 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
qrhy
2025-03-12 16:32:38 UTC
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. |