mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
Electron does not open on Linux #961
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Isolyth on GitHub (Nov 24, 2024).
- Version: 23.6.2
NET8.0, unsure how to find the Node.js version.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: 808530000Steps to Reproduce:
Gist of entire terminal output of both init and start
@Isolyth commented on GitHub (Nov 24, 2024):
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.
@Isolyth commented on GitHub (Nov 24, 2024):
Actually, since I still see the error repeated in the terminal, I assume I haven't actually fixed the issue, even though electron does appear now.
@FlorianRappl commented on GitHub (Oct 31, 2025):
Outdated - use
ElectronNET.CoreandElectronNET.Core.AspNet.See Wiki / What's New.