You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched both open/closed issues, no issue already exists.
CefSharp Version
131.3.10
Operating System
Windows 11
Architecture
x64
.Net Version
Net 8.0
Implementation
WPF
Reproduction Steps
Implemented a CEF window in a C# NET8 WPF application.
When the CEF window is invoked the application crashes.
This didn't happen in the prior version (131.2.70) but happens from 131.3.10 onwards (I've also tried in 131.3.50).
I've looked through the release notes but cannot see anything that might explain this - but I might have missed something.
I don't get much of a stack trace either, but using WinDBG I get this:
Is there an existing issue for this?
CefSharp Version
131.3.10
Operating System
Windows 11
Architecture
x64
.Net Version
Net 8.0
Implementation
WPF
Reproduction Steps
Implemented a CEF window in a C# NET8 WPF application.
When the CEF window is invoked the application crashes.
This didn't happen in the prior version (131.2.70) but happens from 131.3.10 onwards (I've also tried in 131.3.50).
I've looked through the release notes but cannot see anything that might explain this - but I might have missed something.
I don't get much of a stack trace either, but using WinDBG I get this:
Further investigation with breakpoints pointed to CEF crashing here:
I really hope it's just something simple we've not implemented that's causing this. But right now we cannot update beyond 131.2.70.
Expected behavior
The window opens as expected
Actual behavior
The entire application crashes
Regression?
Yes, this worked fine in 131.2.70
Known Workarounds
None
Does this problem also occur in the CEF Sample Application
Not Tested
Other information
No response
The text was updated successfully, but these errors were encountered: