[Desktop][Bug] Version 7.2.0 crashes at start
eb1962 opened this issue · 4 comments
I have updated my Elevate app to version 7.2.0 and despite having followed all steps as documented the app doesn't open and crashes.
The error message;
"The application Elevate can't be opened" is prompted
and the problem report is shown:
"Elevate quit unexpectedly"
Most important info are:
Exception Type: EXC_CRASH (SIGKILL (Code Signature Invalid))
Exception Codes: 0x0000000000000000, 0x0000000000000000
Termination Reason: CODESIGNING 4 Launch Constraint Violation
Despite having authorised the app in the "Privacy and Security" section of the System Settings, which is kind of weird.
Thanks!
I have also tried downgrading to release 7.1.0 but I get the same result.
It seems as it is related with the latest OS developments.
I get the same error, however I've found I'm able to run it ok by using a similar workaround for other apps that aren't yet 100% compatible.
From terminal, enter the following, it will still display the error in terminal but it runs fine:
/Applications/Elevate.app/Contents/MacOS/Elevate
vk2him@Ians-MBP ~ % /Applications/Elevate.app/Contents/MacOS/Elevate
21:33:47.138 › Version: 7.2.0
21:33:47.145 › Running in production
21:33:47.146 › App running into: /Applications/Elevate.app/Contents/Resources/app.asar
21:33:47.325 › System details: Hostname Ians-MBP.home; Platform darwin x64; Cpu Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz; Memory 32GB; athleteMachineId 'redacted'; Node v18.17.1
21:33:47.530 › No proxy detected
2024-09-29 21:33:47.736 Elevate[15572:422510] +[IMKClient subclass]: chose IMKClient_Legacy
2024-09-29 21:33:47.736 Elevate[15572:422510] +[IMKInputSession subclass]: chose IMKInputSession_Legacy
21:33:48.649 › Update app requested: platform=darwin; autoUpdatable=false; acceptPreReleases=false
21:33:48.649 › Manual update check: clientVersion=7.2.0; platform=darwin; arch=x64; acceptPreReleases=false;
21:33:48.650 › Seek for github releases from: https://api.github.com/repos/thomaschampagne/elevate/releases
21:33:48.699 › Found 8 github releases
[15572:0929/213349.657153:ERROR:trust_store_mac.cc(846)] Error parsing certificate:
ERROR: Failed parsing extensions
[15572:0929/213349.657220:ERROR:trust_store_mac.cc(846)] Error parsing certificate:
ERROR: Failed parsing extensions```