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

Access violation loading a FILE URL if you use the TChromium.OnCanSaveCookie or TChromium.OnCanSendCookie events #250

Closed
salvadordf opened this issue Nov 25, 2019 · 1 comment
Labels
bug upstream Issue in the CEF libraries

Comments

@salvadordf
Copy link
Owner

The browser crashes if you use any of the TChromium.OnCanSaveCookie or TChromium.OnCanSendCookie events and you try to load a FILE URL with an existing file.

I created an issue in the CEF project about this :
https://bitbucket.org/chromiumembedded/cef/issues/2818/access-violation-loading-a-file-url-with-a

Workaround : Don't use those events if you need to load local files with a FILE URL.

@salvadordf salvadordf added bug upstream Issue in the CEF libraries labels Nov 25, 2019
@salvadordf
Copy link
Owner Author

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

1 participant