Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Update to CEF 3.3497.1827.ga4f7e36

thefunkyjoint
Posts: 513
Joined: Thu Aug 10, 2017 12:40 pm

Re: Update to CEF 3.3497.1827.ga4f7e36

Post by thefunkyjoint »

I ended up downgrading to the previous version. But i'm afraid i cannot update to future versions due this problem...

I don't have C++ experience... for now i'll have to wait. If is there anything else i could do, please let me know.
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Update to CEF 3.3497.1827.ga4f7e36

Post by salvadordf »

Add this code lines before the GlobalCEFApp.StartMainProcess call to enable a logging :

Code: Select all

  GlobalCEFApp.LogFile              := 'debug.log';
  GlobalCEFApp.LogSeverity          := LOGSEVERITY_VERBOSE;
Run a demo with that code and copy the contents of debug.log here. Perhaps there's something in the log that can give us a clue of what's happening.
thefunkyjoint
Posts: 513
Joined: Thu Aug 10, 2017 12:40 pm

Re: Update to CEF 3.3497.1827.ga4f7e36

Post by thefunkyjoint »

Hello,

Did it. Here is the content of the log file after the crash on the Windows 8 machine :

[0911/083830.643:ERROR:gpu_process_transport_factory.cc(1017)] Lost UI shared context.
[0911/083830.659:VERBOSE1:webrtc_internals.cc(121)] Could not get the download directory.

And here on the Windows Server 2012 machine :

[0911/084703.484:ERROR:gpu_process_transport_factory.cc(1017)] Lost UI shared context.
[0911/084703.484:VERBOSE1:webrtc_internals.cc(121)] Could not get the download directory.

The contents look the same.
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Update to CEF 3.3497.1827.ga4f7e36

Post by salvadordf »

Those logs have no clues to identify the cause of this problem.
thefunkyjoint
Posts: 513
Joined: Thu Aug 10, 2017 12:40 pm

Re: Update to CEF 3.3497.1827.ga4f7e36

Post by thefunkyjoint »

:roll:

Will keep doing more tests, any further info i'll post here.

Thanks !
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Update to CEF 3.3497.1827.ga4f7e36

Post by salvadordf »

Please try the latest CEF4Delphi version.

Make sure you uninstalled the old version first. Delete the old BPL and DCU files too.

A friend tested this in Delphi 2007 and the demos worked correctly.
Post Reply