score icon indicating copy to clipboard operation
score copied to clipboard

bleeding edge version crashes on macOS 14.2

Open samamou opened this issue 1 year ago • 1 comments

crash report: score-crash.txt

samamou avatar Oct 17 '24 20:10 samamou

Issue A: x86-64 build crashes in rosetta. We should have a warning message that prevents this to ever happening: for instance by launching a script that shows a pop-up and tells the user the app isn't compatible with rosetta. Or maybe check if there's a way to indicate to apple to not even try to run the app through rosetta.

Issue B: in continuous build ci script, it looks like the name of the released binary isn't ok. The binary generated by GH Actions is correct, it's just the "continuous" deploy step which isn't doing the right thing.

jcelerier avatar Oct 18 '24 15:10 jcelerier

fixed a week ago

jcelerier avatar Nov 01 '24 11:11 jcelerier

  • added thing to plist to prevent macOS to try running the macintel version on applesilicon macs: https://github.com/ossia/score/commit/a085530f96f4260927751b48c827e6c78e18f631

jcelerier avatar Nov 01 '24 11:11 jcelerier