Page 1 of 1

Access violation on shutdown (with local html files)

Posted: Tue Oct 29, 2019 9:50 am
by guido.bothur
Hi,

I am new to CEF4Delphi and just tried out your example applications.
But it seems that when I try to open a local html file the application throws an access violation exception on shutdown.
The strange thing is that this behaviour occures only in some applications like ToolBoxBrowser, MDIBrowser or DomVisitor.
But in MiniBrowser it seems to work.
I'm an interested in creating an application like ToolBoxBrowser which opens a local html file. Could you please tell me a workaround to fix this problem.

Thanks in advance.

Re: Access violation on shutdown (with local html files)

Posted: Tue Oct 29, 2019 10:43 am
by salvadordf
Hi,

There's a known shutdown issue in the latest version :
https://github.com/salvadordf/CEF4Delphi/issues/230

Please, download the latest stable CEF4Delphi release :
https://github.com/salvadordf/CEF4Delph ... 0.3770.100

Re: Access violation on shutdown (with local html files)

Posted: Tue Oct 29, 2019 11:24 am
by guido.bothur
Thank you! :)