Page 1 of 1

GetRenderProcessHandler is not called

PostPosted: Tue Aug 28, 2018 10:30 am
by ghostek
Hello,
I'm using latest version of cefglue from gitlab. I'm testing official winforms and wpf samples. In both of this samples GetRenderProcessHandler is never called.
I checked many times and CefRuntime.ExecuteProcess(mainArgs, cefApp) is called. Now I have problem because I need to inject function and call it from js (js -> c# communitaction) but I can't because I need render process. Or I'm wrong?
Can you help me with this?

Re: GetRenderProcessHandler is not called

PostPosted: Thu Aug 30, 2018 9:36 pm
by Czarek
CefApp needs to be passed to both CefInitialize and CefExecuteProcess. On Windows you usually don't see output from Renderer process (it's a subprocess).