Crash in libcef #4901
Unanswered
ShengxiZhang
asked this question in
Q&A
Crash in libcef
#4901
Replies: 1 comment
Not officially supported on windows, any GPU crash will crash your entire application. From memory android is the only platform to use that option by default. Try upgrading to the current supported version. Try https://github.com/cefsharp/CefSharp.MinimalExample If your problem persists ask on the CEF support forum |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Version: cef_binary_119.4.3+gc76a3b9+chromium-119.0.6045.159_windows64_release
OS: Azure Windows 11
Due to the known issue Automattic/simplenote-electron#3044 , we set --in-process-gpu option as a workaround.
However, there is another sporadic crash detected. Adding --disable-gpu-sandbox and -disable-gpu-composition doesn't help.
Output:
Unhandled exception thrown: read access violation.
this->swap_ack_callback_.holder_.bind_state_.ptr_ was nullptr.
Callstack:
Any workarounds or suggestions?
Thank you!
All reactions