xibosignage / xibo-dotnetclient

Xibo for Windows .NET Player
GNU Affero General Public License v3.0
63 stars 88 forks source link

Error from CefSharp.BrowserSubprocess.exe #302

Open dasgarner opened 1 year ago

dasgarner commented 1 year ago

This used to show as an alert (until we disabled alerts in R308), now it is recorded in the event viewer instead.

Aplicativo: CefSharp.BrowserSubprocess.exe 
Versão do Framework: v4.0.30319 
Descrição: O processo foi terminado devido a uma exceção sem tratamento. 
Informações da Exceção: System.Runtime.InteropServices.SEHException 
   em <Module>.CefExecuteProcess(CefMainArgs*, scoped_refptr<CefApp>*, Void*) 
   em CefSharp.BrowserSubprocess.SubProcess.Run() 
   em CefSharp.BrowserSubprocess.BrowserSubprocessExecutable.Main(System.Collections.Generic.IEnumerable`1<System.String>, CefSharp.RenderProcess.IRenderProcessHandler) 
   em CefSharp.BrowserSubprocess.Program.Main(System.String[])

The translation is: The process was terminated due to an unhandled exception.

OP: https://community.xibo.org.uk/t/windows-client-option-to-use-webview2-edge-as-the-primary-rendering-engine/29588/11

dasgarner commented 12 months ago

These are some errors from the cef.log which occurred during one of the above errors:

[0715/162433.207:ERROR:raster_decoder.cc(2960)] [.RenderWorker-208BCA00]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: failed to create surface
[0715/162433.212:ERROR:raster_decoder.cc(3021)] [.RenderWorker-208BCA00]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
[0715/162433.212:ERROR:raster_decoder.cc(3106)] [.RenderWorker-208BCA00]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
[0715/162533.005:ERROR:raster_decoder.cc(2960)] [.RenderWorker-316BCA00]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: failed to create surface
[0715/162533.009:ERROR:raster_decoder.cc(3021)] [.RenderWorker-316BCA00]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
[0715/162533.010:ERROR:raster_decoder.cc(3106)] [.RenderWorker-316BCA00]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM