Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TCefApplication.DisableExtensions := True causes Access Violation #258

Closed
zizzo81 opened this issue Jan 3, 2020 · 3 comments
Closed

TCefApplication.DisableExtensions := True causes Access Violation #258

zizzo81 opened this issue Jan 3, 2020 · 3 comments
Labels
bug upstream Issue in the CEF libraries

Comments

@zizzo81
Copy link

zizzo81 commented Jan 3, 2020

Setting

GlobalCEFApp.DisableExtensions := True;

causes a NULL pointer access violation when cef_initialize gets called at uCEFApplicationCore.pas:1194.

@salvadordf
Copy link
Owner

The official CEF sample application also crashes when you run it with these parameters :
cefclient.exe --disable-extensions --no-sandbox --multi-threaded-message-loop

Perhaps this is a regression of this CEF issue :
https://bitbucket.org/chromiumembedded/cef/issues/2777/cefclient-crash-with-disable-extensions

I'll take a look as soon as I can. Meanwhile, avoid setting that property.

@salvadordf salvadordf added bug upstream Issue in the CEF libraries labels Jan 5, 2020
@salvadordf
Copy link
Owner

I just added a new issue in the CEF project about this :
https://bitbucket.org/chromiumembedded/cef/issues/2852/cefclient-crash-with-disable-extensions

@salvadordf
Copy link
Owner

This issue was fixed in the update to CEF 79.1.3
c14be37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug upstream Issue in the CEF libraries
Projects
None yet
Development

No branches or pull requests

2 participants