1

不确定cefpythonwxpython是否会出现错误。以下是使用的不同版本和错误日志。

版本使用:-

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

错误:-

[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".

Segmentation fault (core dumped)

请让我知道错误的解决方案。

4

1 回答 1

0

CEF 跟踪器中的相关问题: https ://bitbucket.org/chromiumembedded/cef/issues/2253/failed-to-locate-a-binder-for-interface

您必须使用 GDB 进行调试才能获得堆栈跟踪。请参阅此处的说明:

https://github.com/cztomczak/cefpython/blob/master/docs/Knowledge-Base.md#python-crashes-with-segmentation-fault---how-to-debug

于 2018-05-24T09:23:55.093 回答