Skip to content

Please customize CefSettings.root_cache_path for your application. Use of the default value may lead to unintended process singleton behavior. #181

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

Open
fisherjoe opened this issue Mar 11, 2025 · 2 comments

Comments

@fisherjoe
Copy link

When I run the webview on two application at the same time. The one first run will crash and throw the error like this.
"Please customize CefSettings.root_cache_path for your application. Use of the default value may lead to unintended process singleton behavior."

My enviroment is arm64 ubuntu 20.
How to fix it, appliciately!

@hlwhl
Copy link
Owner

hlwhl commented Mar 11, 2025

Please refer to cef documents:https://cef-builds.spotifycdn.com/docs/122.1/structcef__settings__t.html#a2e2be03f34ddd93de90e1cf196757a19. You can set different path for each instance at

CefSettings cefs;

@fisherjoe
Copy link
Author

Please refer to cef documents:https://cef-builds.spotifycdn.com/docs/122.1/structcef__settings__t.html#a2e2be03f34ddd93de90e1cf196757a19. You can set different path for each instance at

webview_cef/common/webview_plugin.cc

Line 559 in ebd5319

CefSettings cefs;

I have sent you a message to your email "[email protected]". Can you check it please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants