Page 1 of 1
Update to CEF 3.2987.1597.gffc5773
Posted: Tue Mar 28, 2017 9:23 am
by salvadordf
Hi :
I just updated CEF4Delphi to use CEF 3.2987.1597.gffc5773. It now includes Chromium 57.0.2987.110.
Only a few CEF4Delphi constants were modified in this update.
Re: Update to CEF 3.2987.1597.gffc5773
Posted: Tue Mar 28, 2017 10:06 am
by MrArachnid
Hi Salvador
I'm using DCEF3 and decided to try your CEF4Delphi. I just downloaded and successfully installed the latest version (update to CEF 3.2987.1597.gffc5773) in the Delphi XE2. Downloaded the corresponding binaries and compiled the MiniBrowser demo. But when I run it, I get the blank window (see the screenshot). When I close it, I get an error. Debug.log:
[0328/130529.282:ERROR:child_thread_impl.cc(762)] Request for unknown Channel-associated interface: ui::mojom::GpuMain
[0328/130529.285:FATAL:dwrite_font_proxy_init_win.cc(88)] Check failed: fallback_available == base::win::GetVersion() > base::win::VERSION_WIN8 (1 vs. 0)
[0328/130529.286:ERROR:CEF4Delphi(1)] TCefApplication.SingleExeProcessing error: External exception 80000003
[0328/130530.287:FATAL:broker_services.cc(133)] Check failed: false.
[0328/130533.747:FATAL:gpu_process_transport_factory.cc(191)] Check failed: per_compositor_data_.empty().
[0328/130536.317:FATAL:broker_services.cc(133)] Check failed: false.
Re: Update to CEF 3.2987.1597.gffc5773
Posted: Tue Mar 28, 2017 10:12 am
by MrArachnid
Update: Tried to compile and run the Release configuration, it works fine. The Debug configuration works with Release CEF binaries, too. The problem is solved.