Replies: 1 comment 7 replies
-
How does the WPF example behave? https://github.com/cefsharp/CefSharp.MinimalExample |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to use a cefsharp in a WPF application to show a PDF file.
After I set the Address to the PDF location.
I got the following error message.
[0913/181812.576:ERROR:gpu_process_host.cc(961)] GPU process exited unexpectedly: exit_code=-532462766
[0913/181812.585:WARNING:gpu_process_host.cc(1274)] The GPU process has crashed 1 time(s)
[0913/181812.810:ERROR:network_service_instance_impl.cc(333)] Network service crashed, restarting service.
[0913/181814.633:ERROR:gpu_process_host.cc(961)] GPU process exited unexpectedly: exit_code=-532462766
[0913/181814.635:WARNING:gpu_process_host.cc(1274)] The GPU process has crashed 2 time(s)
[0913/181814.712:ERROR:network_service_instance_impl.cc(333)] Network service crashed, restarting service.
[0913/181816.622:ERROR:gpu_process_host.cc(961)] GPU process exited unexpectedly: exit_code=-532462766
[0913/181816.623:WARNING:gpu_process_host.cc(1274)] The GPU process has crashed 3 time(s)
[0913/181816.700:ERROR:network_service_instance_impl.cc(333)] Network service crashed, restarting service.
[0913/181818.523:ERROR:gpu_process_host.cc(961)] GPU process exited unexpectedly: exit_code=-532462766
[0913/181818.527:WARNING:gpu_process_host.cc(1274)] The GPU process has crashed 4 time(s)
[0913/181818.624:ERROR:network_service_instance_impl.cc(333)] Network service crashed, restarting service.
[0913/181820.189:ERROR:gpu_process_host.cc(961)] GPU process exited unexpectedly: exit_code=-532462766
[0913/181820.190:WARNING:gpu_process_host.cc(1274)] The GPU process has crashed 5 time(s)
[0913/181820.437:ERROR:network_service_instance_impl.cc(333)] Network service crashed, restarting service.
[0913/181821.922:ERROR:gpu_process_host.cc(961)] GPU process exited unexpectedly: exit_code=-532462766
[0913/181821.924:WARNING:gpu_process_host.cc(1274)] The GPU process has crashed 6 time(s)
[0913/181822.193:ERROR:network_service_instance_impl.cc(333)] Network service crashed, restarting service.
[0913/181823.791:ERROR:gpu_process_host.cc(961)] GPU process exited unexpectedly: exit_code=-532462766
[0913/181823.792:WARNING:gpu_process_host.cc(1274)] The GPU process has crashed 7 time(s)
[0913/181823.898:ERROR:network_service_instance_impl.cc(333)] Network service crashed, restarting service.
[0913/181825.469:ERROR:gpu_process_host.cc(961)] GPU process exited unexpectedly: exit_code=-532462766
[0913/181825.472:WARNING:gpu_process_host.cc(1274)] The GPU process has crashed 8 time(s)
[0913/181825.641:ERROR:network_service_instance_impl.cc(333)] Network service crashed, restarting service.
[0913/181827.118:ERROR:gpu_process_host.cc(961)] GPU process exited unexpectedly: exit_code=-532462766
[0913/181827.120:WARNING:gpu_process_host.cc(1274)] The GPU process has crashed 9 time(s)
[0913/181827.121:FATAL:gpu_data_manager_impl_private.cc(414)] GPU process isn't usable. Goodbye.
Can someone help me out on this problem?
Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions