Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disposing WPF WebView with loaded plugins. #154

Closed
ghost opened this issue Aug 12, 2013 · 2 comments
Closed

Disposing WPF WebView with loaded plugins. #154

ghost opened this issue Aug 12, 2013 · 2 comments

Comments

@ghost
Copy link

ghost commented Aug 12, 2013

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.

@perlun
Copy link
Member

perlun commented Aug 20, 2013

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.

@perlun
Copy link
Member

perlun commented Mar 19, 2014

Yes, @jornh, it sounds very much like a dupe of #255. Closing for now since we only need one issue with the same problem.

@perlun perlun closed this as completed Mar 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant