launch cef webview via soft link directory will go failed #3864
crazyevent
started this conversation in
General
Replies: 1 comment 1 reply
-
Converting to discussion as this is not directly actionable in the context of CefSharp.
I believe you'll find this is a limitation of chromium. You also cannot run chromium from a network share. Those are all low level chromium error messages you are seeing, not directly in the CefSharp codebase. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug Report
What version of the product are you using?
What architecture x86 or x64?
What version of .Net?
On what operating system?
Are you using
WinForms
,WPF
orOffScreen
?What steps will reproduce the problem?
What is the expected output? What do you see instead?
Please provide any additional information below.
[1028/113118.832:WARNING:transport_security_persister.cc(307)] Could not parse entry expect_ct; skipping entry
[1028/113118.832:WARNING:transport_security_persister.cc(307)] Could not parse entry sts; skipping entry
[1028/113118.832:WARNING:transport_security_persister.cc(307)] Could not parse entry version; skipping entry
[1028/113119.768:WARNING:backend_impl.cc(1835)] Destroying invalid entry.
[1028/113123.897:ERROR:ChromiumLogFunctions.h(15)] 500155265 Message received for a non-existent webview. Id: {"type":9,"webViewId":"36e00d65-86b4-4137-b9ed-9d5a28cc6e92"}
[1028/111049.132:WARNING:gpu_process_host.cc(1204)] The GPU process has crashed 1 time(s)
[1028/111049.134:WARNING:gpu_process_host.cc(1204)] The GPU process has crashed 2 time(s)
[1028/111049.135:WARNING:gpu_process_host.cc(1204)] The GPU process has crashed 3 time(s)
[1028/111049.136:WARNING:gpu_process_host.cc(1204)] The GPU process has crashed 4 time(s)
[1028/111049.138:WARNING:gpu_process_host.cc(1204)] The GPU process has crashed 5 time(s)
[1028/111049.140:WARNING:gpu_process_host.cc(1204)] The GPU process has crashed 6 time(s)
[1028/111049.141:ERROR:browser_gpu_channel_host_factory.cc(153)] Failed to launch GPU process.
[1028/111049.232:ERROR:browser_gpu_channel_host_factory.cc(153)] Failed to launch GPU process.
[1028/111050.461:ERROR:browser_gpu_channel_host_factory.cc(153)] Failed to launch GPU process.
[1028/111337.513:WARNING:gpu_process_host.cc(1204)] The GPU process has crashed 1 time(s)
[1028/111337.589:WARNING:gpu_process_host.cc(1204)] The GPU process has crashed 2 time(s)
[1028/111337.595:WARNING:gpu_process_host.cc(1204)] The GPU process has crashed 3 time(s)
Does this problem also occur in the
CEF
Sample ApplicationBeta Was this translation helpful? Give feedback.
All reactions