Describe the bug
Kudu fails to start on Windows. The process briefly appears in the background and then exits immediately.
Running the executable from CMD shows repeated GPU process failures followed by a fatal crash:
[ERROR:content\browser\gpu\gpu_process_host.cc:990] GPU process launch failed: error_code=18 [FATAL:content\browser\gpu\gpu_data_manager_impl_private.cc:417] GPU process isn't usable. Goodbye.
The application only starts when launched with:
--disable-gpu --no-sandbox
To Reproduce
Steps to reproduce the behavior:
- Install and launch Kudu on Windows.
- Wait for the application to start.
- The process appears briefly in the background.
- The application exits immediately.
- Running through CMD shows GPU process launch failures and a fatal crash.
Expected behavior
Kudu should start normally without requiring --disable-gpu or --no-sandbox.
Screenshots
If applicable, add screenshots to help explain your problem.
System Info
Ghost Spectre - Microsoft Windows 10 Pro 2009 22H2 19045.6218 64bit SUPERLITE SE + DEF
Additional context
Add any other context about the problem here.
Describe the bug
Kudu fails to start on Windows. The process briefly appears in the background and then exits immediately.
Running the executable from CMD shows repeated GPU process failures followed by a fatal crash:
[ERROR:content\browser\gpu\gpu_process_host.cc:990] GPU process launch failed: error_code=18 [FATAL:content\browser\gpu\gpu_data_manager_impl_private.cc:417] GPU process isn't usable. Goodbye.The application only starts when launched with:
--disable-gpu --no-sandboxTo Reproduce
Steps to reproduce the behavior:
Expected behavior
Kudu should start normally without requiring --disable-gpu or --no-sandbox.
Screenshots
If applicable, add screenshots to help explain your problem.
System Info
Ghost Spectre - Microsoft Windows 10 Pro 2009 22H2 19045.6218 64bit SUPERLITE SE + DEF
Additional context
Add any other context about the problem here.