CEF Sharp Error On Latest Version

3

We are using the latest version of CEF Sharp (63.0.3) in a WPF application. It works most of the time but at random we get the following error.

Faulting application name: Control.exe, version: 2018.4.18108.2, time stamp: 0x5ad7717f Faulting module name: libcef.dll, version: 3.3239.1723.0, time stamp: 0x5a5407a4 Exception code: 0x80000003 Fault offset: 0x0000000002b1e729 Faulting process id: 0x1b24 Faulting application start time: 0x01d3d73fada69f89 Faulting application path: C:\Program Files (x86)\USS G5\Control.exe Faulting module path: C:\Program Files (x86)\USS G5\libcef.dll Report Id: 21c697e3-433c-11e8-8115-00155d00652e Faulting package full name: Faulting package-relative application ID:

Our application is compiled as 64 bit and it is running on Windows Server 2012 R2 with an Intel Xeon processor. It looks like this issue was supposed to have been addressed in a prior version.

https://github.com/cefsharp/CefSharp/issues/1819 https://github.com/cefsharp/CefSharp/issues/1832

Does anyone know if this issue has been re-introduced or how to work around it?

cefsharp
asked on Stack Overflow Apr 18, 2018 by user281677

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0