Replies: 1 comment 2 replies
-
There were major upstream changes in
|
Beta Was this translation helpful? Give feedback.
2 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.
-
Is there an existing issue for this?
CefSharp Version
135.0.22
Operating System
Windows Server 2019
Architecture
x64
.Net Version
.Net 4.8
Implementation
OffScreen
Reproduction Steps
Expected behavior
Browser should load the site.
Actual behavior
Hard crash in libcef.dll, Exception code 0x80000003, fault offset 0x00000000019d5a53
crash dump stack trace analysis points to embedder_support/user_agent_utils.cc GetUniversalApiContractVersion
Regression?
It did work at least in 117, as we are trying to upgrade this service to 135 right now.
UPD: It works with CefSharp.OffScreen versions up to 126.2.18. Versions 127 and above are crashing.
Known Workarounds
If you run the same console app manually in the same environment it will work fine.
Does this problem also occur in the CEF Sample Application
Not Tested
Other information
Probably a upstream problem in CEF, but posting here for now to see if caused by CefSharp.
Beta Was this translation helpful? Give feedback.
All reactions