-
Notifications
You must be signed in to change notification settings - Fork 3
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
Can't run anything on Nvidia gpu #6
Comments
You can try editing the default package.json file, it has settings for gpu. |
No dice, already tried messing with those. Tested on a desktop with a Nvidia gpu, worked fine there. It seems to be some optimus problem. |
I got a report that laptops with dual GPUs have problems with newer versions of nwjs. |
.84 works without issue. Didn't expect upstream to break, my local testing was done with a not that much older version. |
Can you check the newest version, maybe this problem is already solved? |
It's been fixed. checked a few games they launched properly. |
Can't get this to run anything. I can run a game using nwjs just fine, but with this it opens a black screen and crashes immediately.
this is what I get from terminal:
ERROR:command_buffer_proxy_impl.cc(131)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
ERROR:gpu_process_host.cc(1003)] GPU process exited unexpectedly: exit_code=133
FATAL:gpu_data_manager_impl_private.cc(449)] GPU process isn't usable. Goodbye.
FATAL:resource_bundle.cc(363)] Check failed: g_shared_instance_ != nullptr.
Tried adding --disable-gpu-sandbox which fixed that error for other stuff but that didn't help here.
Using a Nvidia gpu, 1060.
EDIT: It works on integrated intel. Have an optimus setup in a reverse prime config.
The text was updated successfully, but these errors were encountered: