-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Description
Delete this line and everything above, and then fill in the details below.
-
What version of the product are you using?
92.0.90-CI4112 -
What architecture x86 or x64?
x86 -
What version of .Net?
.Net 4.x -
On what operating system?
Win10 -
Are you using
WinForms
,WPF
orOffScreen
?
WinForms -
What steps will reproduce the problem?
This happened from version 92. all previous was working perfect.
Last version it was working : 90.5.70-RCI4015
After update to new version 92.0.90-CI4106 stop wortking.
I used your CefSharp.WinForms.Example application.
load url : http://netmaxik.com/ceftest.html
On press button its function :
FB.ui({
display: 'popup',
method: 'live_broadcast',
phase: 'create',
}, function(response) {
if (!response.id) {
alert('dialog canceled');
return;
}
As soon as popup window open browser crashed.
-
What is the expected output? What do you see instead?
It have to be popup FaceBook login window, instead it crashed, -
Please provide any additional information below.
Faulting application name: CefSharp.BrowserSubprocess.exe, version: 89.0.60.0, time stamp: 0x60e24fb4
Faulting module name: libcef.dll, version: 92.0.9.0, time stamp: 0x60c15fb2
Exception code: 0x4000001f
Fault offset: 0x0242a782
Faulting process id: 0x5ca4
Faulting application start time: 0x01d771339c3e9bea
Faulting application path: D:\WORK\TEST\CEF\CefSharp-master\CefSharp.BrowserSubprocess\bin\x86\Debug\CefSharp.BrowserSubprocess.exe
Faulting module path: D:\WORK\TEST\CEF\CefSharp-master\CefSharp.WinForms.Example\bin\x86\Debug\libcef.dll
Report Id: ced55d72-d6a7-4320-9e3f-346c5cafc52d
Faulting package full name:
Faulting package-relative application ID: -
Does this problem also occur in the
CEF
Sample Application
CEF sample working perfect without problem.
cefclient.exe --multi-threaded-message-loop --no-sandbox --disable-site-isolation-trials