CEFSharp v109.1.11

Having problems with building or using the CefSharp .NET binding? Ask your CEF-related questions here. Please ask general usage questions on StackOverflow.

Moderator: amaitland

CEFSharp v109.1.11

Postby KeithHurst » Fri Sep 15, 2023 6:50 am

Hi,

hope someone can shed some light on this.

I have a light c# CEFSharp Winforms wrapper for a web application. I need to use v109.1.11 because I still have to support some Win7 and Windows Server 2008 (R2) machines.

When running the wrapper application most users are fine, however in some instances the application simply crashes out with the debug log reporting "ERROR:gpu_process_host.cc(985)] GPU process launch failed: error_code=63" multiple times before it ends with "FATAL:gpu_data_manager_impl_private.cc(440)] GPU process isn't usable. Goodbye."

The wrapper app has an app.manifest. The Visual C++ redistributable is installed.

I've tried the following with no success..
Code: Select all
            CefSettings cefSettings = new CefSettings();
            cefSettings.CefCommandLineArgs.Add("no-sandbox");
            cefSettings.CefCommandLineArgs.Add("disable-gpu");
            cefSettings.CefCommandLineArgs.Add("disable-gpu-sandbox");
            cefSettings.CefCommandLineArgs.Add("disable-webgl");
            cefSettings.CefCommandLineArgs.Add("ignore-gpu-blocklist");
            string basePath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "CefSharp.BrowserSubprocess.exe");
            cefSettings.BrowserSubprocessPath = basePath;
            string cachePath = Path.GetTempPath();
            cefSettings.CachePath = cachePath;

            Cef.Initialize(cefSettings, performDependencyCheck: true, browserProcessHandler: null);

Anyone have any ideas or can point me in the direction of looking into this.

TIA.
KeithHurst
Newbie
 
Posts: 1
Joined: Fri Sep 15, 2023 6:37 am

Return to CefSharp Forum

Who is online

Users browsing this forum: No registered users and 126 guests