Open spotlesscoder opened 1 month ago
This is the arm64 version, right?
This happened with the CI build of #13741, could you please try the alpha of the main branch? https://downloads.mixxx.org/snapshots/main/mixxx-2.6-alpha-99-gcff6de731a-macosarm.dmg from https://downloads.mixxx.org/snapshots/main/
Yes, it's arm64 The version you linked does work :)
Okay, thanks.
I think it's highly unlikely that changes of #13741 would cause this, so I guess I just based my branch on some old, broken commit in main (0c00f15543a8d9c6aff9ccc51e72331549e98fb3). I'll rebase #13741 on main now.
We could simply walk on, who cares, it's been fixed. Or shall we git bisect to identify the culprit? @mixxxdj/developers Are you by any chance familiar with git?
yes, I am but I won't find the time in the near future
I wrote a Python script for bisecting over binary snapshots of Mixxx a while back, which you could use if you don't want to bisect with Git and build everything manually: https://github.com/fwcd/mixxx-bisect
And a gdb backtrace of the crashing¹ version would be nice. Instructions are here https://github.com/mixxxdj/mixxx/wiki/Creating-Backtraces#linux--mac-os-x-with-xcode-4x
¹it's not actually crashing, right? It's macOS stopping Mixxx because it thinks some 'plugin' is missing?
you may also test the most recent 2.5-beta build, maybe we can isolate it to a specific version. https://downloads.mixxx.org/snapshots/2.5/mixxx-2.5-beta-60-g240033666f-macosarm.dmg
Posted this on Zulip already, but reposting it here for completeness too:
The issue might actually be a bug in the macOS daemon ScopedBookmarkAgent
on macOS 15 and 15.0.1, which can hang if launched before the user keychain was unlocked. The bug seems to be fixed in macOS 15.1, but until then, a workaround is to kill ScopedBookmarkAgent
manually and relaunch Mixxx.
If that workaround fixes it for you (or the issue occurs on stable Mixxx too), it's probably not a Mixxx issue.
you may also test the most recent 2.5-beta build, maybe we can isolate it to a specific version. https://downloads.mixxx.org/snapshots/2.5/mixxx-2.5-beta-60-g240033666f-macosarm.dmg
That version works 👍
Bug Description
Logfile:
Version
2.6-alpha-105-g5f1a710870
OS
macOS 15.0.1 (M1)