Page 1 of 1

Update to CEF 78.2.10

Posted: Sun Nov 03, 2019 10:23 am
by salvadordf
Hi,

CEF4Delphi is now updated to CEF 78.2.10

This is what's new :
  • New CustomTitleBar demo in the JavaScript directory made by GregSpa1 Thank you!!! :D
  • Fixed the issue #189. MiniBrowser crashed in Lazarus because it used "showmessage" in a CEF thread but now it sends a message to the main form to do that.
The CEF binaries are these : WARNING :
The shutdown and resize issues in OSR mode are still present. Use the latest release version if you need a stable component :
https://github.com/salvadordf/CEF4Delph ... ses/latest

Re: Update to CEF 78.2.10

Posted: Mon Nov 04, 2019 11:35 am
by thefunkyjoint
Looks like there is some bug on this update...

Only by running my app and navigating to www.youtube.com, the app crash and shows the attached error on Delphi.
Screen Shot 2019-11-04 at 08.33.54.jpg

Re: Update to CEF 78.2.10

Posted: Mon Nov 04, 2019 5:30 pm
by salvadordf
The 0xC000001D error is an illegal instruction.

Please, uninstall CEF4Delphi, delete all the DCU or BPL files from the previous CEF4Delphi version and install it again.

CEF only added this to the latest binaries to fix an error in Linux :
https://bitbucket.org/chromiumembedded/ ... e69daed353

If the 78.2.9 binaries worked in your computer then 78.2.10 should work too.

I tested MiniBrowser in 32 bits and 64 bits with several YouTube videos and I didn't get that error.