-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Replies: 1 comment · 4 replies
-
This is an old unsupported version
There are multiple reasons for this, need more details to say exactly.
|
Beta Was this translation helpful? Give feedback.
All reactions
-
I didn't set the CefSettings.CachePath value. Where is the cache location? How can I test if have the access to the cache? Thanks! |
Beta Was this translation helpful? Give feedback.
All reactions
-
An in memory cache is used by default. Have you set CefSettings.CachePath somewhere in your application? If you haven't then it's possibly the GPU shader disk cache. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Beta Was this translation helpful? Give feedback.
All reactions
-
Sounds like the problem is external to You'll need to compare a working machine to a non working one. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Using CefSharp.Wpf v81.3.100 in a C# project VS2019.
Most all our test machines work normally. But some have issues. I'm loading the HTML file from the local disk.
Log:
[0729/130340.826:ERROR:disk_cache.cc(184)] Unable to create cache
[0729/130340.827:ERROR:shader_disk_cache.cc(606)] Shader Cache Creation failed: -2
[0729/130341.087:ERROR:JavascriptRootObjectWrapper.cpp(34)] IBrowserProcess is null, unable to bind object variableServiceSync
[0729/130341.091:ERROR:JavascriptRootObjectWrapper.cpp(34)] IBrowserProcess is null, unable to bind object settingsServiceSync
[0729/130341.091:ERROR:JavascriptRootObjectWrapper.cpp(34)] IBrowserProcess is null, unable to bind object scopeServiceSync
[0729/130341.091:ERROR:JavascriptRootObjectWrapper.cpp(34)] IBrowserProcess is null, unable to bind object routerServiceSync
Is there any way to solve this?
Beta Was this translation helpful? Give feedback.
All reactions