
the real issue is probably the display driver. your own real option is to disable gpu;
https://github.com/MicrosoftEdge/WebView2Feedback/issues/725
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
It's like below
[12404:11960:0731/173916.555:ERROR:gpu_process_host.cc(1037)] GPU process launch failed: error_code=40
[12404:11960:0731/173916.556:WARNING:gpu_process_host.cc(1496)] The GPU process has crashed 9 time(s)
[12404:11960:0731/173916.556:FATAL:gpu_data_manager_impl_private.cc(459)] GPU process isn't usable. Goodbye.
I found many experience about above. They recommended --no-sandbox option, and it works in my case also. But as I understand, --no-sandbox option is disabling security setting and it's guided that it should be used for only test. I tried --disable-gpu. But it didn't work. I want to know root cause of problem and safe measure for this....
the real issue is probably the display driver. your own real option is to disable gpu;
https://github.com/MicrosoftEdge/WebView2Feedback/issues/725