Bug Report
Delete this line and everything above, and then fill in the details below.
-
What version of the product are you using?
110.0.25 before the update 102.0.10
-
What architecture x86 or x64?
Any CPU
-
What version of .Net?
.Net 4.8
-
On what operating system?
Win10 Pro
-
Are you using WinForms, WPF or OffScreen?
WinForms
I start the program and after 10 seconds it crashes with the error message. On version 102.0.10 it still worked
[0220/234047.882:FATAL:gpu_data_manager_impl_private.cc(440)] GPU process isn't usable. Goodbye.
My Cef-Settings
Public Sub New()
InitializeComponent()
Dim CookieManager = Cef.GetGlobalCookieManager()
Dim settings As New CefSettings With {
.LogSeverity = LogSeverity.Fatal,
.PersistSessionCookies = True
}
settings.CefCommandLineArgs.Add("enable-media-stream")
settings.CefCommandLineArgs.Add("disable-gpu")
settings.CefCommandLineArgs.Add("no-proxy-server")
settings.CefCommandLineArgs.Add("mute-audio", "true")
settings.CefCommandLineArgs.Add("log-severity", "fatal")
settings.UserAgent = CUserAgent.GetUserAgentString(CbLoginUserAgent.SelectedIndex)
Cef.EnableHighDPISupport()
CefSharpSettings.ShutdownOnExit = False
Cef.Initialize(settings, performDependencyCheck:=True, browserProcessHandler:=Nothing)
End Sub
Bug Report
Delete this line and everything above, and then fill in the details below.
What version of the product are you using?
110.0.25 before the update 102.0.10
What architecture x86 or x64?
Any CPU
What version of .Net?
.Net 4.8
On what operating system?
Win10 Pro
Are you using
WinForms,WPForOffScreen?WinForms
I start the program and after 10 seconds it crashes with the error message. On version 102.0.10 it still worked
[0220/234047.882:FATAL:gpu_data_manager_impl_private.cc(440)] GPU process isn't usable. Goodbye.My Cef-Settings