We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 Version : v0.52.0 Operating System : macOS Big Sur Version 11.1 -- error also occurs on older Version. It is not a Big Sur only problem.
The Program should open normally.
The Program cannot be opened if closed before in Fullscreen. It is closing without an error. You can only see the icon jumping at the bottom.
{ "name": "helloworld", "main": "index.html", "window": { "id": "fullScreenCloseError1.0.0", "title": "fullScreenCloseError", "width": 500, "height": 500 } }
Close while in fullscreen. Do not exit Fullscreen before closing.
It seems that following file is responsible for the error. /Users/timebro/Library/Application Support/nwjs/Default/Preferences
/Users/timebro/Library/Application Support/nwjs/Default/Preferences
If the file is deleted the app may start again, if the application is signed. If it is not signed the id in the package.json has to be changed.
The Problem does not occur with older nw.js versions like v0.50.1
The text was updated successfully, but these errors were encountered:
nwjs/chromium.src@669a753
src: Fix fullscreen start crash #7697
417bd99
This is fixed in git and will be available in the next nightly build.
Sorry, something went wrong.
rogerwang
No branches or pull requests
NWJS Version : v0.52.0
Operating System : macOS Big Sur Version 11.1 -- error also occurs on older Version. It is not a Big Sur only problem.
Expected behavior
The Program should open normally.
Actual behavior
The Program cannot be opened if closed before in Fullscreen. It is closing without an error. You can only see the icon jumping at the bottom.
How to reproduce
{ "name": "helloworld", "main": "index.html", "window": { "id": "fullScreenCloseError1.0.0", "title": "fullScreenCloseError", "width": 500, "height": 500 } }
Important
Close while in fullscreen. Do not exit Fullscreen before closing.
Additional Information
It seems that following file is responsible for the error.
/Users/timebro/Library/Application Support/nwjs/Default/Preferences
If the file is deleted the app may start again, if the application is signed. If it is not signed the id in the package.json has to be changed.
The Problem does not occur with older nw.js versions like v0.50.1
The text was updated successfully, but these errors were encountered: