Skip to content
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

WPF - blank screen when GPU acceleration disabled #3337

Closed
EMJagadeesh opened this issue Dec 31, 2020 · 5 comments
Closed

WPF - blank screen when GPU acceleration disabled #3337

EMJagadeesh opened this issue Dec 31, 2020 · 5 comments
Labels
upstream These issues require fixing in the Chromium Embedded Framework(CEF) or Chromium. wpf

Comments

@EMJagadeesh
Copy link

EMJagadeesh commented Dec 31, 2020

Hi,

I've found a possible inconsistency in cef sharp 86.0.241 in our application. when DisableGpuAcceleration in CefSettings and launch the application, it open with blank html UI when I minimize it and restore it, html UI will load in the application.

  • What version of the product are you using?
    86.0.241

  • What architecture x86 or x64?
    x64

  • On what operating system?
    Win10 Enterprise

  • Are you using WinForms, WPF or OffScreen?
    WPF

  • What steps will reproduce the problem?

    • When DisableGpuAcceleration in CefSettings and i launch the cefsharp application, html UI is loaded with blank white page while minimize and restore the app UI will load. I am not able to perform any UI action until when i minimize and restore the app. It create a major problem in our application
  • What is the expected output? What do you see instead?
    Expected Output:
    When DisableGpuAcceleration in CefSettings and launch the application, html page load properly without any blank page

    Actual Output:
    When DisableGpuAcceleration in CefSettings and launch the application, html page load properly with blank page

  • Please provide any additional information below.

    Please find the faced blank page while launching the application

    image

  • Does this problem also occur in the CEF Sample Application from http://opensource.spotify.com/cefbuilds/index.html?
    Yes

Thanks,
Jagadeesh

@amaitland amaitland added the upstream These issues require fixing in the Chromium Embedded Framework(CEF) or Chromium. label Dec 31, 2020
@amaitland
Copy link
Member

If you can reproduce the problem with cefclient then you'll need to report the bug on https://bitbucket.org/chromiumembedded/cef/overview

As per https://github.com/cefsharp/CefSharp/blob/master/.github/ISSUE_TEMPLATE/bug_report.md

Any problem that reproduces with cefclient needs to be fixed in CEF.

Is there a reason you need to disable GPU acceleration?

@amaitland amaitland changed the title Cefsharp application opens to blank screen WPF - blank screen when GPU acceleration disabled Dec 31, 2020
@amaitland amaitland added the wpf label Dec 31, 2020
@stevesw
Copy link

stevesw commented Jan 3, 2021

Could this be related to the Intel Xe graphics issue described in #3300 and #3280? We are getting users reporting similar issues in our app and the common thread between them all seems to be having new computers with this Intel Xe graphics card.

@amaitland
Copy link
Member

Could this be related to the Intel Xe graphics issue

The Intel Xe Graphics issue sounds a little different in that it works when GPU Acceleration is disabled.

@EMJagadeesh What Graphics card are you experiencing this issue with?

As this problem is likely Hardware specific and unlikely we can do anything directly as it stands this will be closed as upstream.

At this point my only suggestion would be to also disable GPU Compositing as well.

settings.CefCommandLineArgs.Add("disable-gpu");
settings.CefCommandLineArgs.Add("disable-gpu-compositing");

@EMJagadeesh
Copy link
Author

@amaitland - Issue resolve after disable GPU

@amaitland
Copy link
Member

@EMJagadeesh Thanks for confirming.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream These issues require fixing in the Chromium Embedded Framework(CEF) or Chromium. wpf
Projects
None yet
Development

No branches or pull requests

3 participants