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
Hello,
I just implemented version 1.25.0 into my C# project. When i initialize CEF i add an Plugin folder and in this folder i add npCommuniGateAVPluginGIPS.dll that is originally for Chrome browser.
When i try to dispose the WPF WebView using the Dispose method, the application crashes. When debugging the crash i get this exception line:
Unhandled exception at 0x142CCDC0 in BW-000.exe: 0xC00001A5: An invalid exception handler routine found (parameters: 0x00000003).
So to test i emptied the plugin folder and tried to dispose again, this time nothing went wrong and the WebView was disposed. So my conclusion is that the plugin i use is unloaded the wrong way and the application crashes because of it.
The text was updated successfully, but these errors were encountered:
Interesting! Could you try reproducing it with the C++ cefclient (download from here) and see if it has the same issue? I don't know that we do anything special that would cause plugin unloading to fail, so it could be a general CEF issue.
Hello,
I just implemented version 1.25.0 into my C# project. When i initialize CEF i add an Plugin folder and in this folder i add npCommuniGateAVPluginGIPS.dll that is originally for Chrome browser.
When i try to dispose the WPF WebView using the Dispose method, the application crashes. When debugging the crash i get this exception line:
Unhandled exception at 0x142CCDC0 in BW-000.exe: 0xC00001A5: An invalid exception handler routine found (parameters: 0x00000003).
So to test i emptied the plugin folder and tried to dispose again, this time nothing went wrong and the WebView was disposed. So my conclusion is that the plugin i use is unloaded the wrong way and the application crashes because of it.
The text was updated successfully, but these errors were encountered: