-
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[53739:5075607] NSWindow warning: adding an unknown subview: <WebContentsViewCocoa: 0x7ff13349b9e0>. Break on NSLog to debug. #4850
Comments
当frameless windows(frame:false) 时才会出现 NSWindow warning: adding an unknown subview: <WebContentsViewCocoa 的问题。 |
Not sure if worth commenting but I get no crash dump related to this on nw.js v0.12.3 or earlier. |
For the record I get something similar when attempting to open frameless window with this code: var new_win = gui.Window.open('source/index.html', |
Can't reproduce this issue. I tried on Mac with nwjs-sdk-v0.21.5. I just see the following errors in the console, but nwjs app doesn't crash. |
This is my command:
The following is an error message
|
Now I can reproduce this issue on another Mac with nwjs-sdk-v0.26.2. |
Any way to get around this message? I need clean output. |
set |
Is there any other solution? |
two years passed, why frame crash still exists? |
I'm receiving a crash dump when using transparent with no frame in package.json
Simple project to reproduce:
https://github.com/AlizeeIOsys/420/tree/master/nodejs/Sample
Using nw.js v0.14.5 SDK
OS: OS X El Capitan Version 10.11.4
Crash dump:
The text was updated successfully, but these errors were encountered: