skillbert / alt1-electron

Experimantal electron implementation of Alt1 Toolkit
GNU General Public License v3.0
57 stars 16 forks source link

Nothing happens after npm run ui #33

Closed Arroquw closed 4 months ago

Arroquw commented 4 months ago

When I run npm run ui, nothing is happening. It will just stay on this output:

❯ npm run ui

> alt1lite@0.0.1 ui
> electron -use-gl=desktop --inspect=9228 ./dist/alt1lite.bundle.js

Debugger listening on ws://127.0.0.1:9228/ca08083a-0aed-47d5-9252-4f1d9b9bd44a
For help, see: https://nodejs.org/en/docs/inspector
couldn't load config
new rs client tracked with handle: 123731969
native: X record extension version: 1.13
new rs client tracked with handle: 130023425
[191388:0730/000321.104187:ERROR:gpu_init.cc(446)] Passthrough is not supported, GL is desktop, ANGLE is 
[191388:0730/000321.129988:ERROR:sandbox_linux.cc(377)] InitializeSandbox() called with multiple threads in process gpu-process.
src/gbm_drv_common.c:130: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:130: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:130: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:130: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:130: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

OS: NixOS 24.11.20240627.b2852eb (Vicuna) x86_64 Host: ASUSTeK COMPUTER INC. WS C246 PRO Kernel: 6.6.36 Uptime: 1 hour, 58 mins Packages: 1504 (nix-system), 2212 (nix-user) Shell: zsh 5.9 Resolution: 2560x1440, 2560x1440, 2560x1440 DE: Hyprland (Wayland) Theme: Juno [GTK2/3] Icons: Papirus-Dark [GTK2/3] Terminal: kitty Terminal Font: monospace 10.0 CPU: Intel i9-9900K (16) @ 5.000GHz GPU: NVIDIA GeForce RTX 4080 SUPER Memory: 10645MiB / 64169MiB

There's nothing opening and no overlay on my RS client. I did have to add some additional detection options, as the class of my xwayland window stays "steam_proton" instead of "Runescape", and I also added --use-gl=desktop to the electron command as I'm on nvidia.

How can I debug this further?