-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
NW.js v0.39.2 crashes while using Johnny-Five 1.1.0 #7107
Comments
I don't have the hardware to reproduce. But I tried to push a fix with the helpful stack trace. Let's see how it will work with the next nightly build. |
I just tried it with the nightly build from 07-11-2019 (0.39.3). Unfortunately, it still crashes on my Mac... Here is the crash log:
If there's anything more I can do to help, just let me know. Thanks. |
built another fix: https://dl.nwjs.io/live-build/nw39/07-11-2019/315ec544a/v0.39.3/ |
I'm still getting the crash. Does it matter if I cannot recompile against 0.39.3 ? When I try to recompile my modules, I get this message:
I supposed that's normal since 0.39.3 is not yet released but I just want to confirm. Here's the crash report:
|
You are right. The header is not there but it doesn't matter. It seems tricky to fix the issue without reproducing it. I'll try another fix and then try to reproduce it if it's not working. |
Still crashing... :-(
|
It works! |
I have a project that is working fine with version 1.0.0 of the Johnny-Five Node module. When I try to run the same project with version 1.1.0 of Johnny-Five, NW.js 0.39.2 crashes.
To reproduce the problem, you need to have a properly set up Arduino board connected to the computer. Here is a test page that triggers the problem:
Here is my package.json:
Here is the crash report:
Thank you for your help.
The text was updated successfully, but these errors were encountered: