-
Notifications
You must be signed in to change notification settings - Fork 27
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
Electron crash on start #66
Comments
I've not tried this in electron, do you see an error when starting electron from the command line? |
Unfortunately all of the debugging disconnects... |
I assume you are using it in the backend process? The underlying usb package wont be available in the browser process. |
you can
|
then from my thegecko and i just whipped up a new release that fixes a segfault on windows during device opening, i bet you it will fix this electron issue too see #68 |
Can't find much on this around the net, but including webusb within an electron app (just using the blank/quick-start guide to keep it simple), and installing webusb, then running the webusb example code from the docs, causes an immediate crash on attempting to start the app.
Unfortunately there doesn't seem to be much in the way of errors.
Node.js 12.13.0, Chromium 80.0.3987.141, and Electron 8.1.1 on OSX
The text was updated successfully, but these errors were encountered: