question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

WebGL doesn't work in NW.js applications since 0.13

See original GitHub issue

chrome://gpu (./nw --url="chrome://gpu") says “WebGL: Hardware accelerated” and WebGL works in HTTP/HTTPS sites (http://, https://) and local files (file://), but since version 0.13, WebGL doesn’t work in NW.js applications.

  • OS: Ubuntu 16.10
  • Version: 0.20.1

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:13 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
George35mkcommented, Feb 13, 2017

stop using webGL just use threejs and is have more examples end is more easy

0reactions
kakurasancommented, Feb 21, 2017

Most likely Chrome now blacklists the GPU. The correct flag to avoid this is --ignore-gpu-blacklist

This option works for me (the GPU is Radeon HD 4200). Thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

nwjs/nw.js - Gitter
But since I migrated to 0.14.7 my app stopped working on Windows XP. I have read the migration 0.12 => 0.13 documentation from...
Read more >
NW.js
New way of writing native applications using web technologies: HTML5, CSS3, and WebGL · Full support for the features in browser · Complete...
Read more >
How to Update NW.js to Dramatically improve Game ...
I have the standalone version and it worked just fine after using your update guide. He may just need to redownload a newer...
Read more >
Reducing app distribution size in NW.js - DEV Community ‍ ‍
NW.js is not exempt from this generality. I've been making desktop apps for over 5 years now. In that time I've found some...
Read more >
Tensorflow.js: WebGL context lost when concatenating tensors
All this is happening many times per second if the input signal frequency is steady and clear. This works fine some time but...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found