Page 2 of 2

Re: Update to CEF 3.3497.1827.ga4f7e36

Posted: Mon Sep 10, 2018 7:22 pm
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.

Re: Update to CEF 3.3497.1827.ga4f7e36

Posted: Mon Sep 10, 2018 7:30 pm
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.

Re: Update to CEF 3.3497.1827.ga4f7e36

Posted: Tue Sep 11, 2018 11:39 am
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.

Re: Update to CEF 3.3497.1827.ga4f7e36

Posted: Tue Sep 11, 2018 1:51 pm
by salvadordf
Those logs have no clues to identify the cause of this problem.

Re: Update to CEF 3.3497.1827.ga4f7e36

Posted: Tue Sep 11, 2018 2:04 pm
by thefunkyjoint
:roll:

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

Thanks !

Re: Update to CEF 3.3497.1827.ga4f7e36

Posted: Sun Sep 16, 2018 9:22 am
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.