DEV Community

Discussion on: Using Graphical User Interfaces like Cypress' in WSL2

Collapse
 
tombrouwer profile image
Tom Brouwer

Hi Nicky!

Thanks for this article! I've done everything, but I'm getting an error. The following errors:

[1832:0317/190428.170386:WARNING:gpu_process_host.cc(1221)] The GPU process has crashed 1 time(s)
[1832:0317/190428.295705:WARNING:gpu_process_host.cc(1221)] The GPU process has crashed 2 time(s)
[1832:0317/190428.420867:WARNING:gpu_process_host.cc(1221)] The GPU process has crashed 3 time(s)
[1832:0317/190428.527200:WARNING:gpu_process_host.cc(1221)] The GPU process has crashed 4 time(s)
[1832:0317/190430.552123:WARNING:gpu_process_host.cc(1221)] The GPU process has crashed 5 time(s)
[1832:0317/190430.651939:WARNING:gpu_process_host.cc(1221)] The GPU process has crashed 6 time(s)
[1832:0317/190430.652309:FATAL:gpu_data_manager_impl_private.cc(986)] The display compositor is frequently crashing. Goodbye.
Enter fullscreen mode Exit fullscreen mode

Do I have to install anything from Node or something on Windows? XLounch is running. Another problem I have is that D-Bus is not found when I run it from .bashrc. Later I will search for a solution, for now I start it manually.

Collapse
 
nickymeuleman profile image
Nicky Meuleman

I don't have node installed on the Windows side on the machine I tried this on.
The only dev-related software that is installed on the Windows side here is git.

As for the error, I don't have a deep linux knowledge and am going off what I found by googling that error message. It seems to be related to electron and aparently it's often helped by disabling a feature.

github.com/cypress-io/cypress/issu...

The only advice I can give is to pay close attention to when the error happens, and then googling it

Hope you get it working!