-
Notifications
You must be signed in to change notification settings - Fork 6
Fatal exception on Electron package for Windows: stack(...).some is not a function #5
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
Thanks for the report; I look for this problem the next week. |
Got same error on Linux with Electron 3.0.3, make app freezing. |
The same problem after upgrading to electron 3.X.X
In the second case, |
I am getting a "Module did not self-register" error on start-up of the packaged app (win10 64bit) with electron 3.1.2. |
hazardous is broken since electron > 1. I've still not spend time on this. |
Hello @Skywalker13 , thanks for maintening this package.
I'd like to report an error with the dependency
callsite
used.When installed and launched on some computers, Win10 and Win7 as well, hazardous is not working properly and throwing a fatal exception that crashes my electron app.
Here is the stacktrace it logs:
I presume that
stack ()
is returningnull
or something like that, and I believe it should either be handled, or patched in the original package (I'll try to see with them as well).Has anybody faced the same problem and uncovered the reason why callsite does not return an array?
The text was updated successfully, but these errors were encountered: