Page 1 of 1

Blank screen

Posted: Wed Mar 25, 2020 1:11 pm
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

Re: Blank screen

Posted: Thu Mar 26, 2020 10:49 am
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;