-
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
0.13.0-beta4 - app crash when closing window if package.window.show is false (MacOS) #4187
Comments
@ghostoy pls add case for this. |
@rogerwang it should be the same as #4114 Try to package some app using this package.json
show: false was breaking my packaged app. I will test it again with beta4 and I'll let you know |
@rogerwang I found the problem. It's not only related to the pacakge.json
splashscreen.html
app.html (app.js included) <-- this window should be hidden as described in package
So the app will crash when starts with |
I see this happens even if the package has window.show = true and I try to hide right after the main app window (app.html) like that
The app will crash anyway. So I think it's something related to the visibility of main app window. @rogerwang Could you confirm? |
It's mac only. And NW wasn't crashed, but quit the event loop after hidden window is closed. I will add a case for it. |
Fixed and available in the last nightly build. |
Same error #4114 (comment) but with beta3 and only if app is launched from zipped app.nw.
Maybe reopen this issue #4114?
The text was updated successfully, but these errors were encountered: