IMAGINARY / kiosk-browser

Hardened Web Browser with Kiosk-mode
Apache License 2.0
21 stars 2 forks source link

gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times! #76

Open jensen1908 opened 2 weeks ago

jensen1908 commented 2 weeks ago

Hi, i'm trying to make a kiosk-browser on my I3 100U NUC - but getting this error, and not refreshing on idle.

[24404:0827/112710.191966:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times! [24404:0827/112805.234282:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times! [24404:0827/112814.019487:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 3 times!

Using this command: kiosk-browser [URL]--kiosk --reload-idle 10 --clear-cache

porst17 commented 2 weeks ago

The GetVSyncParametersIfAvailable message seems to be an internal debug message of the encapsulated Electron/Chromium process. I have seen this before, I think, but I am not aware of negative consequences.

I suppose the idle-reload doesn't work because the URL needs to be the last parameter, not the first. The help message isn't clear about this (#77).