Page 1 of 1

Re: SimpleBrowser doesn't work

Posted: Sat Feb 10, 2018 2:53 pm
by salvadordf
That's a very unusual error. :?

As far as I know, CEF3 only has that kind of problems when there's some kind of problem with hardware, drivers or the operating system.

Please, download the official CEF sample application from here :
http://opensource.spotify.com/cefbuilds ... nt.tar.bz2

Try to replicate your error with the sample application and Chrome.

Re: SimpleBrowser doesn't work

Posted: Sat Feb 10, 2018 3:29 pm
by salvadordf
Flash shouldn't be a problem with Youtube but try to disable it with :
GlobalCEFApp.FlashEnabled := False;

Are you using a beta version of Windows 10 from the "Windows Insider Program" ?

This is a test I just did in Windows 7 :
Image

Give me a few minutes and I'll upload a SimlpeBrowser exe.

Re: SimpleBrowser doesn't work

Posted: Sat Feb 10, 2018 4:05 pm
by salvadordf
These are the SimpleBrowser and FMXExternalPumpBrowser demos compiled in debug and release mode.

I tested them in Windows 10 with several youtube videos and they work fine in my computer.

http://www.briskbard.com/SimpleBrowser.zip

I forgot to delete a couple of directories and an html file. Ignore them.

I just tested SimpleBrowser_release.exe in virustotal.com and it's 100% clean.

Re: SimpleBrowser doesn't work

Posted: Sat Feb 10, 2018 4:45 pm
by salvadordf
I'm glad you found the solution. :)

The debug libraries can cause multiple problems: access violations, crashes, etc.
You should only use the "Release" binaries.