-
Notifications
You must be signed in to change notification settings - Fork 15
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
Unable to Open on M1 Mac #36
Comments
Thanks for reporting. This is a duplicate of #28. I'd like to help but I need more info about this: I'd be thankful if you could launch the app from a terminal, so we can see some debugging output. |
This is the output when using the 'open' command to run the app from the Terminal The application cannot be opened for an unexpected reason, error=Error Domain=RBSRequestErrorDomain Code=5 "Launch failed." UserInfo={NSLocalizedFailureReason=Launch failed., NSUnderlyingError=0x600000d819e0 {Error Domain=NSPOSIXErrorDomain Code=111 "Unknown error: 111" UserInfo={NSLocalizedDescription=Launchd job spawn failed}}} |
Thank you for the follow-up. Since I am preparing for an important final exam in six weeks and a group trip to France after that, it might take some time and patience before I actually can get to this. Feel free to try whatever might work by yourself though. I don't have a M1 Mac to test anyway. |
I have left a comment in #28 |
there is a workaround working on my MacBook Pro 2019 w/ Intel Core i9
|
Thank you for the comment @gokhantuna. |
@gokhantuna's work-around confirmed working in macOS Monterey on an Intel Mac. @amo13 you simply need to set the permission of the binary inside the app correctly to begin with .. ;) |
I am not sure how I would implement this. The build pipeline simply calls I (and probably also others) would be grateful, if a M1/2 Mac-user could fork the repo and tinker a bit with the build process. I guess I'd update the project to the latest dependencies (especially fyne) as a first try. |
@amo13 FYI, in v1.3.0 and below, the Again, I'm on Intel, so this is not Apple Silicon specific. Wish I could be of more help with this. But I bet other devs here on GH experienced the same issue, and the solution already exists and just has to be hunted down and applied :) |
I've added a Hopefully the issue is now gone. Please reopen if not. |
sorry to report, @amo13 , but the issue persists. Am on an Intel Mac. I double-checked the version number of the unzipped Anarchy-Droid.app - v.1.4.2. After applying chmod +x to the binary, the app again runs as it should, so it's definitely still the same issue :( |
Thank you for double-checking. But I don't understand why the executable bit set inside the build pipeline is not kept... |
👍 thanks Amaury, confirmed - your manually treated 1.4.2 zip launches and works fine (macOS Monterey, Intel). Smells very much like a bug in the fyne system worth reporting to them. |
Thanks! |
I use an M1 MacBook Air
It shows the error 'This Application can't be opened'
I've run it from the Downloads folder and by dragging it to Applications too.
The text was updated successfully, but these errors were encountered: