Closed purebe closed 3 years ago
I didn't test it with latest NW.js/Electron versions due to project suspend. It's possible something was changed inside NW.js. It's a bug, but unfortunately, I don't see any reason to spend time on it, since project is suspended. Sorry... But patch still welcome.
Understood, thanks for the response.
Closed as too old.
I'm using the win32 prebuilt binary for nwjs v0.21.2 with VLC v2.2.4 (WebChimera.js_v0.2.7_nw_v0.21.2_VLC_v2.2.4_ia32_win.zip), when I run the sample player and after a few seconds of it running stop and close the player it crashes with an assertion failure:
Additionally, the following backtrace is printed out from chrome (not sure if this is helpful):
This is the example code I'm using:
The crash happens on .close(). If I do not directly call .close() then I get the same crash when I attempt to close the application.