ChromiumWebBrowse rendering issue on WPF application. #4319
karthikcefsharp
started this conversation in
General
Replies: 1 comment
-
In future please use Discussions to ask support related questions.
Your application needs an app.manifest with compatibility entries from GPU detection to work correctly. There's an example at https://github.com/cefsharp/CefSharp.MinimalExample/blob/master/CefSharp.MinimalExample.Wpf/app.manifest For testing purposes you can use https://github.com/cefsharp/CefSharp.MinimalExample which is kept up to date. For any machine that has an Intel GPU make sure it's running the latest drivers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Team,
We are working on the WPF application on .NET 4.8 with CefSharp.Common, CefSharp.WPF, cef.redist.x86 libraries.
In that we are using the ChromiumWebBrowser to render our internal web portal into our WPF application.
Recently we have upgraded from 75.1.142 to the latest 105.3.33 version. After that the ChromiumWebBrowser is not rendering the web response properly in some client systems.
Mostly we noticed problems from WIN11 (not only) machines.
Here I attached the screenshots for the various rendering issues and the scenarios.
Not able to see the page but the elements are loaded in the background of browser. (Can able to see, based on the cursor movement in the screen).


Partially elements are loaded in the browser.

After sometime (later an hour), we can see the full page in the browser (very rare scenario).
We tried to upgrade 105.3.33 to latest version 107.1.90.0, but same result. Also we can see some new errors found in the debug.log.
[1125/152032.795:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[1125/152032.928:ERROR:gpu_init.cc(537)] Passthrough is not supported, GL is disabled, ANGLE is
[1125/152544.858:ERROR:angle_platform_impl.cc(43)] Display.cpp:1004 (initialize): ANGLE Display::initialize error 0: Internal Vulkan error (-3): Initialization of an object could not be completed for implementation-specific reasons, in ....\third_party\angle\src\libANGLE\renderer\vulkan\RendererVk.cpp, initialize:1398.
[1125/152544.858:ERROR:gl_display.cc(508)] EGL Driver message (Critical) eglInitialize: Internal Vulkan error (-3): Initialization of an object could not be completed for implementation-specific reasons, in ....\third_party\angle\src\libANGLE\renderer\vulkan\RendererVk.cpp, initialize:1398.
[1125/152544.858:ERROR:gl_display.cc(920)] eglInitialize SwANGLE failed with error EGL_NOT_INITIALIZED
Here I also attached the debug.log file from CefSharp.
debug.log
Below are the coding details.
Could you please assist on this issue.
Regards.
Beta Was this translation helpful? Give feedback.
All reactions