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.

Blank screen

Post Reply
thefunkyjoint
Posts: 458
Joined: Thu Aug 10, 2017 12:40 pm

Blank screen

Post by thefunkyjoint »

Hi,

Randomly I'm getting a weird bug when the browser screen simply goes blank some seconds after navigating to a page.

I activated

Code: Select all

GlobalCEFApp.LogSeverity := LOGSEVERITY_VERBOSE;
, reproduce the issue and saved the log file, it's attached.

Please let me know if there is something else i could do to help fix this.

Thanks
You do not have the required permissions to view the files attached to this post.
User avatar
salvadordf
Posts: 4016
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Blank screen

Post by salvadordf »

There're many paint errors in that log.
I'm not sure they are relevant but I would upgrade the graphics card drivers and Windows.

Also try disabling GPU acceleration to see if that fixes the problem.

Code: Select all

GlobalCEFApp.EnableGPU := False;
Post Reply