Replies: 7 comments 1 reply
|
Did you test with the MinimalExample? Browser loads just fine for me. I've not seen any other reports.
Works just fine in the Try performing a clean checkout after upgrading. |
|
Same problem here with .NET 9.0 and WPF. Only crashes when I start the application with an argument from a desktop link. |
What is the TBH it's unlikely your issue has the same cause. |
|
I have the same error after upgrading to version 131.3.10, the latest version also throws an exception. It does not happen on all computers, only on 2 out of 10, the settings are the same everywhere. Has anyone found the cause? |
A breakpoint has been hit. You will need to gather more information.
As above. Please test with the
What is different about the 2 machines? |
I can't compile MinimalExample for .Net 9, but for .Net 7 MinimalExample works on those two machines In debug.log I have a crash dump, but I don't know what to do with it. P.S. MinimalExample compiled for .Net 9 also works |
|
Firstly make sure you have an
Download the matching |
Uh oh!
There was an error while loading. Please reload this page.
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
All reactions