CefSharp opens the Chromium browser when opening more than 1 instances of the program #4978
jkiller295
started this conversation in
General
Replies: 1 comment 1 reply
-
Converted to discussion as this is not a bug, it's a change in
CEF now supports the Chromium process singleton, this brings with it changes to how CachePath/RootCachePath are accessed from multiple processes. See #4668 and chromiumembedded/cef#3609 for more details What you are seeing is the expected behavior based on the example you've provided. If |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there an existing issue for this?
CefSharp Version
130.1.90
Operating System
Windows 11
Architecture
x86
.Net Version
.NET Framework 4.7
Implementation
WinForms
Reproduction Steps
Program.cs
file, just above the lineApplication.EnableVisualStyles();
Expected behavior
All the instances of the program should open normally.
Actual behavior
From the 2nd instance onwards, a Chromium browser opens with an error. FYI it is happening to the CefSharp.MinimalExample.WinForms sample solution downloaded from here too.
Regression?
It worked fine in 120.2.70 and up to 126.2.180.0.
127.3.50 onwards have this issue
Known Workarounds
No response
Does this problem also occur in the CEF Sample Application
Not Tested
Other information
No response
Beta Was this translation helpful? Give feedback.
All reactions