Replies: 1 comment
-
What's the production environment exactly? There really isn't a lot to go on here. Additional you can use https://github.com/cefsharp/CefSharp.MinimalExample as a reference for testing purposes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone. I am having an issue with using CefSharp to open a web page from a WPF application.
In WPF, I open a window, and in that window, I use ChromiumWebBrowser (CefSharp) to navigate to a web page. When I run it in the Debug environment, there are no issues, and everything runs smoothly. However, when I build the application and run it in the production environment, the program crashes a few seconds after the website screen is displayed. Checking the Windows Event log, I get the following result:
Faulting application name: Test.exe, version: 6.0.0.135, time stamp: 0x6707d47d
Faulting module name: libcef.dll, version: 129.0.11.0, time stamp: 0x66fb0c5a
Exception code: 0x4000001f
Error offset: 0x04ea8352
Faulting process ID: 0x0x391C
Faulting application start time: 0x0x1DB1BBC15CD5A5C
Faulting application path: C:\Program Files (x86)\Test\Test.exe
Faulting module path: C:\Program Files (x86)\Test\libcef.dll
Report identifier: a1c6a7fb-e83b-4853-b6cc-a1c05b13494c
Full name of the faulting package:
Application ID relative to the faulting package:
I don't know how to handle this, and I need help. Thanks in advance."
Beta Was this translation helpful? Give feedback.
All reactions