Ashley (Scirra)
Ashley (Scirra)
Thanks - appreciate the work on this.
In case it helps, I can reproduce this 100% on Windows 11 with these steps: 1. Open File Explorer to a folder 2. Right-click in a space in the folder...
I have some experience porting web games to Steam. One tricky point is support for the Steam Overlay. Steams docs say it supports `DirectX 7 - 12, OpenGL, Metal, and...
FWIW I blogged in more detail about the issues surrounding this here: https://www.construct.net/en/blogs/ashleys-blog-2/trying-show-steam-overlay-1861
Note AFAIK the standard JSON format for Map is an array of pairs - the kind of thing you pass to its constructor. E.g. `[["foo", 0], ["bar", 1], ["baz", 2]]`
I think I found a minimal repro for this: [nwjs-issue8075.zip](https://github.com/nwjs/nw.js/files/12737560/nwjs-issue8075.zip) It's true that `URL.createObjectURL(blob)` fails in a worker only in recent versions of NW.js, but *only* when specifying `"chromium-args": "--enable-node-worker"`...
Any news on this? We are still getting reports of this causing problems, e.g.: https://github.com/Scirra/Construct-bugs/issues/7466 My previous comment includes a minimal repro and appears to identify the `--enable-node-worker` command line...
Has any NW.js developer had the chance to review [my minimal repro](https://github.com/nwjs/nw.js/issues/8075#issuecomment-1737141230) yet? Tagging @rogerwang for attention. We're still getting regular reports of this, e.g. [here](https://www.construct.net/en/forum/construct-3/how-do-i-8/export-errors-179653) and [here](https://www.construct.net/en/forum/construct-3/general-discussion-7/black-screen-nwjs-exports-179660), both posted...
Another report of this today [here](https://github.com/Scirra/Construct-bugs/issues/7663). Any news?
@rogerwang - is an official NW.js 0.85.1 release coming up for this? Apparently the issue is affecting some Construct games, and it would be useful to know if a release...