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.

How to reset a hung page?

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

Re: How to reset a hung page?

Post by salvadordf »

Download the official CEF sample application from here :
https://cef-builds.spotifycdn.com/cef_binary_116.0.23%2Bg375735a%2Bchromium-116.0.5845.189_windows32_client.tar.bz2

Navigate to that web page using cefclient.exe to see if it also freezes.
User avatar
salvadordf
Posts: 4056
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: How to reset a hung page?

Post by salvadordf »

Try also adding this code line to the DPR file to increase the stack size :

Code: Select all

{$MAXSTACKSIZE $400000}
Some months ago some developers reported stack overflow crashes and that line might help you.
cples
Posts: 8
Joined: Thu Apr 20, 2023 3:14 pm

Re: How to reset a hung page?

Post by cples »

Unfortunately, version 116 does not suit me, because Windows 7.
I will try to switch to CEF x64
Post Reply