Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error from CefSharp.BrowserSubprocess.exe #302

Open
dasgarner opened this issue Jun 30, 2023 · 1 comment
Open

Error from CefSharp.BrowserSubprocess.exe #302

dasgarner opened this issue Jun 30, 2023 · 1 comment
Assignees
Labels
architecture Requires a change in architecture bug
Milestone

Comments

@dasgarner
Copy link
Member

dasgarner commented Jun 30, 2023

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 dasgarner added the bug label Jun 30, 2023
@dasgarner dasgarner added this to the 3 R310 milestone Jun 30, 2023
@dasgarner dasgarner self-assigned this Jul 9, 2023
@dasgarner dasgarner modified the milestones: 3 R310, 3 R311 Jul 11, 2023
@dasgarner dasgarner added the architecture Requires a change in architecture label Jul 11, 2023
@dasgarner
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
architecture Requires a change in architecture bug
Projects
None yet
Development

No branches or pull requests

1 participant