You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Target: Linux, testing on a wayland+Nvidia machine
Running the program via 'dotnet tool run electronize start' results in no electron window appearing, and the output of the terminal has a few instances of src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000
Steps to Reproduce:
Attempt to run the program on Linux, possibly with wayland and Nvidia GPU
This seems to be my fault, I forgot to actually edit program.cs to use electron; I feel like the error should be more descriptive of what the actual issue is though.
Running the program via 'dotnet tool run electronize start' results in no electron window appearing, and the output of the terminal has a few instances of
src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000
Steps to Reproduce:
Gist of entire terminal output of both init and start
The text was updated successfully, but these errors were encountered: