Closed abhijithk27 closed 4 years ago
Did you test with the MinimalExample?
Did you test with the CEF Sample application? You can download a copy using http://opensource.spotify.com/cefbuilds/cef_binary_83.4.2%2Bgc8d4f85%2Bchromium-83.0.4103.106_windows32_client.tar.bz2
A white screen is expected if the GPU process failed to launch. This is not a bug, typically it's a problem with your environment. Outdated GPU drivers, incompatible GPU, you've missed copying some critical files etc.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Please only open an issue if you have a BUG to report, if you simply have a question or require some assistance keep reading for info. If you do have a BUG to report, please use the Bug Report template below.
So you have a question to ask, where can you look for answers? Read on. Think you've found a bug? Please take the time to fill out the bug report below, provide as much information as you can, make sure you provide information for every heading. Thank you! We'd like to keep issues exclusively for bug reports, so please ask your questions on
Gitter
CefSharp
tagged issues onStackoverflow
, some useful stuff there : http://stackoverflow.com/questions/tagged/cefsharpGitter Chat Channel
for past questions/conversations, you can search through every discussion from the beginning : https://gitter.im/cefsharp/CefSharpStill have a question? Great, ask it on
Gitter
. https://gitter.im/cefsharp/CefSharpNote: CefSharp is just a wrapper around the Chromium Embedded Project, it's worth searching http://magpcss.org/ceforum/index.php if your problem involves a low level Chromium error message
We ask that you put in a reasonable amount of effort in searching through the resources listed above. The developers have full time jobs, they have lives, families, the time they have available to contribute this project is a precious resource, make sure you use it wisely! Remember the more time we spend answering the same questions over and over again, less time goes into writing code, adding new features, actually fixing bugs!
Still have a question to ask or unsure where to go next? Start with the Gitter Chat room : https://gitter.im/cefsharp/CefSharp
--
Bug Report
Delete this line and everything above, and then fill in the details below.
What version of the product are you using? CEfsharp . Winforms 83.4.20
Latest from Nuget
) e.g. 57.0.0 or 63.0.0-pre01-pre
release and test with that also).What architecture x86 or x64?- x86
On what operating system?- Win10
Are you using
WinForms
,WPF
orOffScreen
? - WinformsWhat steps will reproduce the problem?
GitHub
. (Alternatively use a code sharing service listGist
orPastebin
).Steps to reproduce - if(!Cef.IsInitialized) Cef.Initialize(new CefSettings() { LogSeverity = LogSeverity.Info, LogFile = Path.Combine(System.Windows.Forms.Application.StartupPath, "Ceflog.txt") }); mBrowserView = new ChromiumWebBrowser("www.google.com");
this,Controls.Add(mBrowserView);
What is the expected output? What do you see instead?- Expected google.com website to be shown But shows White screen
Please provide any additional information below.
A stack trace if available, any Exception information.
Does the cef log provide any relevant information? (By default there should be a debug.log file in your bin directory)
Any other background information that's relevant? Are you doing something out of the ordinary? 3rd party controls? [0821/195114.627:ERROR:gl_surface_egl.cc(1219)] EGL display query failed with error EGL_SUCCESS [0821/195114.630:ERROR:gl_surface_egl.cc(1226)] ANGLE Platform initialization failed. [0821/195114.630:ERROR:gl_surface_egl.cc(1236)] eglInitialize D3D11 failed with error EGL_BAD_DISPLAY, trying next display type [0821/195114.630:ERROR:gl_surface_egl.cc(1219)] EGL display query failed with error EGL_SUCCESS [0821/195114.630:ERROR:gl_surface_egl.cc(1226)] ANGLE Platform initialization failed. [0821/195114.630:ERROR:gl_surface_egl.cc(1236)] eglInitialize D3D9 failed with error EGL_BAD_DISPLAY [0821/195114.630:ERROR:gl_initializer_win.cc(196)] GLSurfaceEGL::InitializeOneOff failed. [0821/195115.109:ERROR:viz_main_impl.cc(152)] Exiting GPU process due to errors during initialization [0821/202100.577:ERROR:gl_surface_egl.cc(1219)] EGL display query failed with error EGL_SUCCESS [0821/202100.578:ERROR:gl_surface_egl.cc(1226)] ANGLE Platform initialization failed. [0821/202100.578:ERROR:gl_surface_egl.cc(1236)] eglInitialize D3D11 failed with error EGL_BAD_DISPLAY, trying next display type [0821/202100.578:ERROR:gl_surface_egl.cc(1219)] EGL display query failed with error EGL_SUCCESS [0821/202100.578:ERROR:gl_surface_egl.cc(1226)] ANGLE Platform initialization failed. [0821/202100.578:ERROR:gl_surface_egl.cc(1236)] eglInitialize D3D9 failed with error EGL_BAD_DISPLAY [0821/202100.578:ERROR:gl_initializer_win.cc(196)] GLSurfaceEGL::InitializeOneOff failed. [0821/202101.077:ERROR:viz_main_impl.cc(152)] Exiting GPU process due to errors during initialization [0821/202654.525:ERROR:gl_surface_egl.cc(1219)] EGL display query failed with error EGL_SUCCESS [0821/202654.529:ERROR:gl_surface_egl.cc(1226)] ANGLE Platform initialization failed. [0821/202654.529:ERROR:gl_surface_egl.cc(1236)] eglInitialize D3D11 failed with error EGL_BAD_DISPLAY, trying next display type [0821/202654.529:ERROR:gl_surface_egl.cc(1219)] EGL display query failed with error EGL_SUCCESS [0821/202654.529:ERROR:gl_surface_egl.cc(1226)] ANGLE Platform initialization failed. [0821/202654.529:ERROR:gl_surface_egl.cc(1236)] eglInitialize D3D9 failed with error EGL_BAD_DISPLAY [0821/202654.529:ERROR:gl_initializer_win.cc(196)] GLSurfaceEGL::InitializeOneOff failed. [0821/202654.750:ERROR:viz_main_impl.cc(152)] Exiting GPU process due to errors during initialization
Does this problem also occur in the
CEF
Sample Application from http://opensource.spotify.com/cefbuilds/index.html?cefclient
then you'll need to report the bug on https://bitbucket.org/chromiumembedded/cef/overview there is no point opening an issue here. (Make sure you search before opening an issue)cef_binary_3.3029.1611.g44e39a8_windows64_client.tar.bz2
. It's important to you test with the same version thatCefSharp
is based on. Check the release notes to determine the version (https://github.com/cefsharp/CefSharp/releases) or loadchrome://version
in the browser.