Replies: 1 comment 15 replies
-
Which version corresponds to the stack trace? |
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
This happens on version 86 as well as the latest (90)
added the libcef PDB.
This is the stack:
System.NullReferenceException: Object reference not set to an instance of an object. at
CefSharp.Internals.ClientAdapter.OnProcessMessageReceived(ClientAdapter* , scoped_refptr* browser, scoped_refptr* frame, cef_process_id_t source_process, scoped_refptr* message) in c:\projects\cefsharp\cefsharp.core.runtime\internals\clientadapter.cpp:line 1356
It happens after I hide a WPF window containing the browser.
I am communicating between my C# application and the browser page (mostly browser calls C# methods).
I think this happens when the browser gets disposed while there is a call from javascript to C# (via JavascriptObjectRepository) still running.
Beta Was this translation helpful? Give feedback.
All reactions