-
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.24.3 crashes on OSX 10.9 #6108
Comments
Attaching system report from one of our users: https://gist.github.com/oaleynik/afc98ab339049961231f4020aa755d06 |
I try a simple case on Mac 10.12.6 with nwjs-sdk-v0.24.3. No crash happens. Maybe it's related to Mac version or the specific case. Is there a test case to reproduce this issue? |
I think this needs to be tested on 10.9 (if it is still supported) - this is the same as #6051. |
The attached sample also works fine on my Mac 10.12.6, but I don't have 10.9 device to double check. If there are some crash dump files in your device, please upload here. Thanks. |
Attached is the dmp file from Mavericks for MavTest .... |
@oaleynik could you please provide the crash dump file? |
@Blatman the dump file of yours shows that it crashes in system lib libxpc.dylib in an OSX 10.9.2 system. Could you please try with 10.9.5? |
@oaleynik I managed to get more information from the trace you provided. No need to ask the users for crash dump file for now... |
@Roger - |
@Blatman and all: I don't have 10.9 system for now. Does the official binary start and show the default NW.js screen without any app? (Just download the official binary, don't use any package tool). And make sure that there is symlink in directory |
@rogerwang Well, tried the 0.24.3-sdk nwjs binary itself and it also fails in the same manner - have attached screenshots of the folder structure in the framework package. |
I just double checked, all 3 cases of this crash report we got from our users are with MacOS 10.9.x |
On OSX - 10.12.5
|
@Blatman the error msg says about "duplicate service", so I guess there may be another app or NW binary in the system. Would you change the bundle ID from "io.nwjs.nwjs.*" to something else or make sure there is no other NW binaries in the system and try again? I found these files contain the official bundle ID in the binary:
|
@Blatman forget it. I just get a 10.9 system and will see it. |
A workaround is to add |
@rogerwang thanks for a hint to workaround this! Should we expect official fix for this? We were kinda excited for native notifications.. |
Yeah. I'll try to workaround the system xpcd issue, which is apparently fixed in later macOS versions: from system.log you can see that the same XPC service from NW is scanned twice and reported as duplication... |
@rogerwang no prob. Just let us know if there is no quick fix for this. Thanks a lot! |
This is fixed in git and will be available in the next nightly build. |
how and where to install nw.js for mac os x 10.9.5? |
https://dev.to/thejaredwilcurt/guide-to-nw-js-versions-5d38 |
@ayushmanchhabra and where to find the version available for download of nw.js for mac os x 10.9? |
@neymar57 As the article says, "OSX support is not well-documented". Start with v0.29.x, download and check if it runs. If it doesn't, try other versions. Since this is a closed issue, could you ask further questions via Discord or Gitter? |
Hi there!
We have two users reported that our latest app version has been crashing upon startup. Both users are on OSX 10.9.5. Not sure is that a real cause of the problem, but rollback to 0.21.6 has fixed the problem. Just wanna double check with the team behind NWJS is that still true that NWJS 0.24.3 can be used on OSX 10.9+
NWJS Version : 0.24.3
Operating System : OSX 10.9.5
Expected behavior
App should start without crashing
Actual behavior
App crashes before showing anything
How to reproduce
Not sure.
The text was updated successfully, but these errors were encountered: