-
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
nwjs 0.17 beta - crash at boot #5193
Comments
Tested without any app installed (just the empty package as after download) and it's the same crash. |
The same thing is on OS X https://gist.github.com/oaleynik/70dbde98d151ada76e66720f62c0c9ca |
@Blatman I tested with 0.17 beta on Mac and it didn't crash. I'm on Mac OSX 10.11.6. Could you post corresponding crash dumps in |
@AndryBray I can confirm this bug on Windows without any application. It just crash after boot. I'll look into this issue. |
@ghostoy - unfortunately it looks like nwjs crashes before the ~/Library/Application Support/nwjs folder is created (it is created OK with 0.16.2). I tried upgrading the mini to 10.11.6 (El Capitan) and still the same and also tried 0.17 on a MBP running 10.10.5 (Yosemite) where it still failed with the same error as above screenshot. |
@ghostoy - just tried more of the builds from 08-05-2016. nw17-5d3baf3-0d7f0fb-5dcd777-77640cb/ 5th 06:39AM WORKS! The 5d3baf3 build works OK - the earlier ones fail so it looks like the problem was fixed on OSX. |
@Blatman I was using the released beta version at https://dl.nwjs.io/v0.17.0-beta1/ |
This issue should be Windows 7 only, which exited with And it works on Windows 8.1 and Windows 10 |
It looks like the crash is on AVX instructions in the official binary and the hardware without AVX support in the CPU. Will investigate the build options. |
nwjs 0.17 crashes on Windows 7 if starting the app with window show = false (package manifest).
This bug is similar to this one but for Windows only: #4187 from which one you can take the test case
PS: after crash, no nwjs process is visible inside the task manager
The text was updated successfully, but these errors were encountered: