-
Notifications
You must be signed in to change notification settings - Fork 16k
Electron 11 stable-release for darwin x64 cannot run with rosetta2 on Apple Silicon #26530
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
Comments
I'm having exactly the same issue: my app worked under Rosetta2 when still running Big Sur beta, but after upgrading to the official Big Sur release, the app doesn't start anymore and has the "no sign" in the icon. Command line:
|
I can repro this, I'm assuming though that this is specific to the DTK and will not occur on M1 machines. I'm just checking up on this though, will see what I find. |
Confirmed that this will work just fine on the M1 machines. If you want to workaround this on your DTK ensure you launch the app from terminal directly. E.g.
|
Thanks @MarshallOfSound! I can confirm that the workaround works in DTK. |
I updated to 11.0.3 and now the app works again normally. This was included in 11.0.2: #26570, might be related. |
Preflight Checklist
Issue Details
We still need to work with Electron build for arch x86_64 under rosetta2, due to pretty complex c++ addon which cannot easily rebuild for arm64.
Every thing works fine until our mac upgrade to macOS 11.0.1, the app is not supported any more
Expected Behavior
works with rosetta2
Actual Behavior
electron.app is not supported
To Reproduce
run 'electron-v11.0.0-darwin-x64' directly on apple silicon with latest big sur
Screenshots
Additional Information
The text was updated successfully, but these errors were encountered: