nwjs / nw.js

Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies.
https://nwjs.io
MIT License
40.22k stars 3.88k forks source link

Overlay Not Work NW.JS 0.30.4 GREENWORKS 0.13.0 #6628

Open mrdev023 opened 6 years ago

mrdev023 commented 6 years ago

I'm use NW.js 0.30.4 with greenworks 0.13.0 but the Overlay not work I'm use a webgl context and the "chromium-args": "--in-process-gpu --enable-webgl --ignore-gpu-blacklist" in package.json.

Christywl commented 6 years ago

Could you please provide a sample and the detailed steps to reproduce this?

mrdev023 commented 6 years ago

I'm try this example but doesn't work https://github.com/greenheartgames/greenworks/blob/master/docs/troubleshooting.md

You can try it

mrdev023 commented 6 years ago

Overlay not work in Mac OS X Overlay is not usable in Linux Overlay work perfectly on Windows

Christywl commented 6 years ago

I try greenworks 0.13.0 for NW.js 0.29.4: Windows: it works fine Linux: Overlay can be opened, but can't be clicked Mac: Overlay can't be opened

TheRealDannyyy commented 4 years ago

I highly recommend adding "--disable-direct-composition" to the chromium args. That seems to fix a lot of Steam overlay issues.