SUMMARY Crash on launch on Catalina STEPS TO REPRODUCE 1. Launch 3.9.6 (kid3-3.9.6-Darwin-arm64) 2. 3. OBSERVED RESULT Crash titi@Bacchus ~ % grep kid3 /var/log/system.log Sep 21 15:23:10 Bacchus com.apple.xpc.launchd[1] (com.apple.xpc.launchd.oneshot.0x10000004.kid3[96632]): Service exited with abnormal code: 1 Sep 21 15:24:02 Bacchus com.apple.xpc.launchd[1] (org.kde.kid3.504368[2068]): Service exited with abnormal code: 1 Sep 21 15:24:06 Bacchus com.apple.xpc.launchd[1] (org.kde.kid3.504368[2108]): Service exited with abnormal code: 1 Sep 21 15:24:09 Bacchus com.apple.xpc.launchd[1] (org.kde.kid3.504368[2174]): Service exited with abnormal code: 1 Sep 21 15:24:34 Bacchus com.apple.xpc.launchd[1] (org.kde.kid3.504368[2629]): Service exited with abnormal code: 1 Sep 21 15:26:44 Bacchus com.apple.xpc.launchd[1] (com.apple.xpc.launchd.oneshot.0x10000007.kid3[4200]): Service exited with abnormal code: 1 Sep 21 15:27:48 Bacchus com.apple.xpc.launchd[1] (com.apple.xpc.launchd.oneshot.0x10000008.kid3[4657]): Service exited with abnormal code: 1 EXPECTED RESULT SOFTWARE/OS VERSIONS macOS: Catalina 10.15.7 ADDITIONAL INFORMATION
Can you try the amd64 version instead of arm64?
Created attachment 173936 [details] attachment-3938946-0.html It was the and version For the arm version: ------------------------------ Jean-Pierre Melkonian mailto:jpmelkonian@noos.fr > Le 21 sept. 2024 à 16:15, Urs Fleisch <bugzilla_noreply@kde.org> a écrit : > > https://bugs.kde.org/show_bug.cgi?id=493441 > > --- Comment #1 from Urs Fleisch <ufleisch@users.sourceforge.net> --- > Can you try the amd64 version instead of arm64? > > -- > You are receiving this mail because: > You are on the CC list for the bug. > You reported the bug.
Created attachment 173937 [details] GraphiqueCollé-1.tiff
I thought you used the arm64 version, because it was described like this in "STEPS TO REPRODUCE". Try the version for old macOS releases, https://prdownloads.sourceforge.net/kid3/kid3-3.9.6-Darwin-Qt5.dmg, although I thought that it is needed only for versions older than Mojave.
It works Thanks ------------------------------ Jean-Pierre Melkonian mailto:jpmelkonian@noos.fr > Le 21 sept. 2024 à 16:56, Urs Fleisch <bugzilla_noreply@kde.org> a écrit : > > https://bugs.kde.org/show_bug.cgi?id=493441 > > --- Comment #4 from Urs Fleisch <ufleisch@users.sourceforge.net> --- > I thought you used the arm64 version, because it was described like this in > "STEPS TO REPRODUCE". > > Try the version for old macOS releases, > https://prdownloads.sourceforge.net/kid3/kid3-3.9.6-Darwin-Qt5.dmg, although I > thought that it is needed only for versions older than Mojave. > > -- > You are receiving this mail because: > You reported the bug. > You are on the CC list for the bug.
Good to hear that. Qt 6.2 required at least macOS 10.14 (Mojave) [1], but this requirement seems to have been raised for Qt 6.5 to macOS 11 (Big Sur) [2], and this is the version used for the Qt 6 version of Kid3. So the observed behavior can be explained, and I will have to update the description on Kid3's website. [1] https://doc.qt.io/qt-6.2/macos.html [2] https://doc.qt.io/qt-6.5/macos.html