Ver. 121 Two applications showing a WPF ChromeWebBrowser. It fails on second running app when calling CreateBrowser #4735
Replies: 3 comments
-
Starting in version 120 See #4668 for further details
Almost certainly https://github.com/cefsharp/CefSharp/wiki/Trouble-Shooting#log-file |
Beta Was this translation helpful? Give feedback.
-
Thank you that worked for the two instances issue. 121 does not seem stable since my "Player" application runs through various Web Pages every 15 seconds. Faulting application name: CefSharp.BrowserSubprocess.exe, version: 121.3.70.0, time stamp: 0xd15b5718 Thanks, |
Beta Was this translation helpful? Give feedback.
-
CEF has it's own issue tracker https://github.com/chromiumembedded/cef Get a stack trace, see https://github.com/cefsharp/CefSharp/wiki/Trouble-Shooting#unmanaged-crashes-when-the-process-dies |
Beta Was this translation helpful? Give feedback.
-
Error: CreateBrowser call failed, review the CEF log file for more details
So had existing application on 117 having no issues.
Upgraded to 121 and now I see an issue where I have one application running for Playback of a list of Web pages.
When I use a second application to open and design which pages to show I get a failure when creating a WPF Browser.
If I close the other then the running one will work Design or Playback.
When I run them on the same machine at the same time the last application fails on
void ManagedCefBrowserAdapter::CreateBrowser(IWindowInfo^ windowInfo, IBrowserSettings^ browserSettings, IRequestContext^ requestContext, String^ address)
Fails here
Any insight welcome.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions