-
Notifications
You must be signed in to change notification settings - Fork 671
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
Failed to run on Macos Electron project #1212
Comments
A quick google search reveals this issue occurred only on Apple Silicon when using WASM and was fixed in node.js some time ago via patches from upstream V8. Since Electron utilizes its own copy of V8 though, I'm not sure if they have pulled in the same fix or not in the copy of Electron you have. My suggestion would be to try the latest v19.x version of Electron or the the latest major version of Electron (v20.x as of this writing -- or perhaps even the v21.x beta). If it still doesn't work after that, I would recommend creating an issue on Electron's issue tracker as the error is coming from their copy of V8. |
@mscdex Thanks for your reply. |
@mscdex do you happen to have a link to the patches that resolved this so i can cross-check them? |
@codebytere I don't know for sure that this resolves the issue, it's just based on what others reported: nodejs/node#35986 |
When I add ssh2 to my electron project, build and run, but it failed with errors below:
Any sugesstion to fixed this issue ?
Thanks anyway
OS: Macos 12.4
Electron: v19
The text was updated successfully, but these errors were encountered: