Skip to content

Version 110.0.25 GPU process isn't usable. Goodbye. #4402

Description

@Mephisto090

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions