Error:interface_registry.cc(203) blink::mojom::SensitiveInputVisibility

This forum can be used to talk about general design strategies, new ideas and questions in general related to wxWidgets. If you feel your questions doesn't fit anywhere, put it here.
Post Reply
dineshkumar
In need of some credit
In need of some credit
Posts: 4
Joined: Fri Apr 06, 2018 6:54 am

Error:interface_registry.cc(203) blink::mojom::SensitiveInputVisibility

Post by dineshkumar »

Not sure of getting the error either the cefpython or wxpython. Below are the different versions used and Error log.

Version using:-

Code: Select all

CEF Python 57.0
Python 2.7.12 64bit
wxPython 4.0.0a1 gtk2 (phoenix)
Error:-

Code: Select all

[0405/131530.427048:ERROR:interface_registry.cc(203)] Failed to locate a binder for interface: blink::mojom::SensitiveInputVisibilityService requested by: content_renderer exposed by: content_browser via InterfaceProviderSpec "navigation:frame".

Code: Select all

Segmentation fault (core dumped)
Please let me know the solution for the error.
PB
Part Of The Furniture
Part Of The Furniture
Posts: 4193
Joined: Sun Jan 03, 2010 5:45 pm

Re: Error:interface_registry.cc(203) blink::mojom::SensitiveInputVisibility

Post by PB »

dineshkumar wrote:

Code: Select all

[0405/131530.427048:ERROR:interface_registry.cc(203)] Failed to locate a binder for interface: blink::mojom::SensitiveInputVisibilityService requested by: content_renderer exposed by: content_browser via InterfaceProviderSpec "navigation:frame".
Please let me know the solution for the error.
This very much looks like CEF issue, as it is inside the blink interface. This is wxWidgets specific forum (wxWidgets do not use CEF at all atm), so you are better off asking somewhere more appropriate for this issue. Unless, you can provide more information and code explaining how is the issue related to wxWidgets, e.g., how to get the window handle CEF needs from a wxWindow.
Post Reply