0

I have built two applications with CefGlue. Both share the same code base where I set the remote debugging port. But for one it works and for the other it does not. By this I mean that the remote debugging page is available but it's just blank white.

Do you have any suggestions where to look for possible problems? Is there something else I could have made to break remote debugging?

Edit: I had a look at the HTML and it is completely empty. And at least "Inspectable WebContents" should be there I guess.

Edit: I found the following messages in debug.log:

[0407/103613:WARNING:resource_bundle.cc(304)] locale_file_path.empty()
[0407/103613:ERROR:main_delegate.cc(567)] Could not load locale pak for en-US
[0407/103613:ERROR:data_pack.cc(121)] Bad data pack version: got 79674351, expected 4
[0407/103613:ERROR:resource_bundle.cc(677)] Failed to load C:\Users\Alexander\Documents\matchmycolor\svn\C_Colibri_Src\trunk_3\bin\Debug\cef.pak
Some features may not be available.
[0407/103613:WARNING:resource_bundle.cc(501)] locale resources are not loaded
[0407/103613:ERROR:proxy_service_factory.cc(104)] Cannot use V8 Proxy resolver in single process mode.

Apart that I miss the locale files the interesting line is this:

[0407/103613:ERROR:data_pack.cc(121)] Bad data pack version: got 79674351, expected 4
4

1 回答 1

1

我解决了这个问题。一个应用程序的 cef.pak 版本错误。更改后一切正常。日志文件给出了正确的提示。

于 2016-04-07T09:48:10.703 回答