Bug 493441 - 3.9.6 Crash on launch on Catalina
Summary: 3.9.6 Crash on launch on Catalina
Status: RESOLVED NOT A BUG
Alias: None
Product: kid3
Classification: Applications
Component: general (show other bugs)
Version: 3.9.x
Platform: macOS (DMG) macOS
: NOR critical
Target Milestone: ---
Assignee: Urs Fleisch
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-21 14:09 UTC by Jean-PIerre Melkonian
Modified: 2024-09-21 16:08 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
attachment-3938946-0.html (1.35 KB, text/html)
2024-09-21 14:24 UTC, Jean-PIerre Melkonian
Details
GraphiqueCollé-1.tiff (12.23 KB, image/tiff)
2024-09-21 14:24 UTC, Jean-PIerre Melkonian
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-PIerre Melkonian 2024-09-21 14:09:48 UTC
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
Comment 1 Urs Fleisch 2024-09-21 14:15:59 UTC
Can you try the amd64 version instead of arm64?
Comment 2 Jean-PIerre Melkonian 2024-09-21 14:24:30 UTC
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.
Comment 3 Jean-PIerre Melkonian 2024-09-21 14:24:30 UTC
Created attachment 173937 [details]
GraphiqueCollé-1.tiff
Comment 4 Urs Fleisch 2024-09-21 14:56:38 UTC
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.
Comment 5 Jean-PIerre Melkonian 2024-09-21 15:35:13 UTC
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.
Comment 6 Urs Fleisch 2024-09-21 16:08:27 UTC
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