
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.
Update to CEF 3.3538.1848.g1d1fe01
Re: Update to CEF 3.3538.1848.g1d1fe01
Just the difference is huge, the task Manager shows 12GB and the app shows 1Gb. 

Re: Update to CEF 3.3538.1848.g1d1fe01
When you enable "EnableGPU" application began to fall ( in a later version this was not. 

- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Update to CEF 3.3538.1848.g1d1fe01
I tested the MiniBrowser demo in Windows 10 with GloblaCEFApp.EnableGPU set to TRUE with some YouTube videos and some WebGL samples and everything worked correctly.
Please, provide all the details you can to reproduce your issue.
Remember that the hardware acceleration has some issues if you enable it inside some virtual machines like VirtualBox or some graphic cards.
It's recommended to update Windows completely and to use the latest certified drivers for your graphic card.
Please, provide all the details you can to reproduce your issue.
Remember that the hardware acceleration has some issues if you enable it inside some virtual machines like VirtualBox or some graphic cards.
It's recommended to update Windows completely and to use the latest certified drivers for your graphic card.
Re: Update to CEF 3.3538.1848.g1d1fe01
RetrieveText (TempID); Sometimes produces html code instead of text. Noticed it only when the simultaneous work of several browsers.
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Update to CEF 3.3538.1848.g1d1fe01
There is a known bug with frame names and IDs.
Set GlobalCEFApp.SitePerProcess to FALSE before the GlobalCEFApp.StartMainProcess call in the DPR file.
Read this for more info :
https://www.briskbard.com/forum/viewtopic.php?f=8&t=596
Set GlobalCEFApp.SitePerProcess to FALSE before the GlobalCEFApp.StartMainProcess call in the DPR file.
Read this for more info :
https://www.briskbard.com/forum/viewtopic.php?f=8&t=596
Re: Update to CEF 3.3538.1848.g1d1fe01
SitePerProcess this is understandable, it is always disabled. I noticed that the problems start when the processor is overloaded or close to it, but then probably should be empty, and not to be confused with one another, is not it?
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Update to CEF 3.3538.1848.g1d1fe01
It looks like a Chromium issue or perhaps that function was never designed to be used so frequently.
Try calling RetrieveText only when the CPU is not overloaded.
Try calling RetrieveText only when the CPU is not overloaded.