Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crash at start (Silicon macOS CODESIGNING) #25

Closed
Philk0033 opened this issue Jul 21, 2024 · 3 comments
Closed

crash at start (Silicon macOS CODESIGNING) #25

Philk0033 opened this issue Jul 21, 2024 · 3 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@Philk0033
Copy link

Philk0033 commented Jul 21, 2024

Describe the bug

Translated Report (Full Report Below)

[...]

Date/Time: 2024-07-21 20:33:13.9422 +0200
OS Version: macOS 14.5 (23F79)
Report Version: 12
Anonymous UUID: [...]

Sleep/Wake UUID: [...]

Time Awake Since Boot: 1300000 seconds
Time Since Wake: 277408 seconds

System Integrity Protection: enabled

Crashed Thread: 0

Exception Type: EXC_BAD_ACCESS (SIGKILL (Code Signature Invalid))
Exception Codes: UNKNOWN_0x32 at 0x0000000103268000
Exception Codes: 0x0000000000000032, 0x0000000103268000

Termination Reason: Namespace CODESIGNING, Code 2 Invalid Page

[...]

Steps to reproduce

...

Expected behavior

No response

Software version

1.5

Download medium

GitHub Releases page

Platform running

macOS Sonoma

Architecture running

arm64 (aarch64)

Other (please specify)

No response

Additional context

No response

Log

[...]

Screenshot

No response

@Philk0033 Philk0033 added the bug Something isn't working label Jul 21, 2024
@ctlcltd ctlcltd changed the title crash at start crash at start (Silicon macOS CODESIGNING) Jul 21, 2024
@ctlcltd
Copy link
Owner

ctlcltd commented Jul 21, 2024

This crash seems to be due to the lack of signature of the software on macOS with Silicon machine.

This software is not signed.

Code Type: ARM-64 (Native)
OS Version: macOS 14.5 (23F79)
Exception Type: EXC_BAD_ACCESS (SIGKILL (Code Signature Invalid))
Termination Reason: Namespace CODESIGNING, Code 2 Invalid Page

Sorry, I had to edit your issue report for readability reason.

It seems they have added additional limitations to the OS using brand new Silicon chipset and macOS Sonoma, preventing software from unidentified developers from running. I cannot be sure, I do not have a mac with Silicon chipset.

Apple documentation page "Open a Mac app from an unidentified developer" explains how to open the software: https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unidentified-developer-mh40616/

Signing the software would not be enough as, I don not have a Silicon mac.

I do not know if the intel build runs on Rosetta 2, same reason above.

If I have donations I could invest in software signature and testing on a cloud machine. The donations amount is 0.

Unfortunately, no software signing is currently planned.

This software is free software provided "AS IS".

Repository owner locked as resolved and limited conversation to collaborators Jul 21, 2024
Repository owner unlocked this conversation Jul 21, 2024
@Philk0033
Copy link
Author

Philk0033 commented Jul 21, 2024 via email

@ctlcltd
Copy link
Owner

ctlcltd commented Jul 22, 2024

@Philk0033 Thank you too, any help is precious.

Another solution could be to self-sign the released software, but I do not know if it will work. It requires knowledge of code signing software and membership in the Apple Developer Program with related terms and costs.

Sorry, this is the situation at the moment for macOS on Silicon mac.

@ctlcltd ctlcltd added the enhancement New feature or request label Jul 22, 2024
@ctlcltd ctlcltd closed this as not planned Won't fix, can't repro, duplicate, stale Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants