-
Notifications
You must be signed in to change notification settings - Fork 51
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
Crash on macOS during start #56
Comments
Same error here with I have a {
"name":"hello",
"version":"1.0.0",
"devDependencies":{
"nw":"^0.22.0",
"nw-builder":"^3.2.0"
},
"scripts":{
"dev":"nw src/",
"prod":"nwbuild --platforms win32,win64,osx64,linux32,linux64 --buildDir dist/ src/"
}
} I run: Since I defined a script called
|
+1 perhaps the dir structure changed in .22 (working with a vanilla install) |
I think it probably has something to do with switch to symbolic links instead of actual content in 0.22. |
I'm also getting this issue after upgrading to 0.22.0. NW.js apps will not run. |
This is due to dependent download library issue not respecting symlinks which is already solved on their end. I have created a PR(#58) to simply update it. Hope it works! |
also experiencing this. Anyone have a workaround? |
+1 |
@funwithtriangles Click the reaction button instead of writing +1 so you don't send me a noisy pointless notification, thanks! |
Wanted to update my nwjs CLI to pull the latest version of
Have to downgrade back to |
Still encountering this in
Can someone please approve @nurishi's PR? |
It's been almost two weeks, bumping @Mithgol |
Thanks for reminding me. A fix is published in v0.23.6-1 (and in v0.23.6-sdk-1) and now I need a macOS user to confirm or deny the results. |
I tried both v0.23.6-1 and in v0.23.6-sdk-1 on macOS and can confirm that they work. Thanks for the fix! |
Okay. Now, does anyone really need a v0.24.0-beta1sdk-1? |
Nodody does. Okay, this is closed, there's nothing else to do. |
It's still happens on mac os with versions 0.23.7, 0.24.*, only 0.25.0 from live-build works well |
Since we are already using the |
I run in to the same error message, but only on OSX, using 0.30.4. We want to use NWJS with Python (and PyInstaller). Here is our small PoC where we are trying the setup: You can run it by creating a pipenv and build it with the script:
This is the error:
Any input is welcome. Downgrading didn't help. |
After upgrading to 0.22.0-sdk nw is crashing on start on macOS Sierra 10.12.4, showing the following dialog:
Here is what I have in the console:
The text was updated successfully, but these errors were encountered: