SpacingBat3 / WebCord

A Discord and SpaceBar :electron:-based client implemented without Discord API.
MIT License
1.83k stars 94 forks source link

not working on ubuntu for arm64 #503

Open mukral opened 6 months ago

mukral commented 6 months ago

Trying to run on Ubuntu 23.10 for arm64 (Raspberry Pi5) it does not open, there is an error:

V3D 7.1 not supported by this version of Mesa. V3D 7.1 not supported by this version of Mesa. Gtk-Message: 09:27: Not loading module "atk-bridge": The functionality is provided by GTK natively. Please try to not load it. V3D 7.1 not supported by this version of Mesa. V3D 7.1 not supported by this version of Mesa. V3D 7.1 not supported by this version of Mesa. libEGL warning: egl: failed to create dri2 screen [ERROR:viz_main_impl.cc(196)] Exiting GPU process due to errors during initialization [WebSocket] Listening at port .... V3D 7.1 not supported by this version of Mesa. V3D 7.1 not supported by this version of Mesa. fetch failed

SpacingBat3 commented 6 months ago

The errors are around issue with your graphics drivers (maybe mesa in Ubuntu still doesn't support RPi5?), so I would try running the app fully in software (append --help CLI arg in the terminal to get more details how to do that). Also this issue ticket lacks very basic info around the app (please do not bypass the forms) and the issue itself, especially the checklist. If you don't bother filling it (and doing some test around your HW as well in a process of that), why should I given I haven't either use your HW and software?

mukral commented 6 months ago

Operating System / Platform

🐧️ Linux Operating system architecture

aarch64 (64-bit ARM) Electron version

28.1.0 Application version

4.6.1 Bug description

sorry, I opened the issue directly on github, so were wasn't any extra-information. webcord --safe-mode runs fine, thank you

Maybe it solves by itself when mesa will be updated... glxinfo gave me this information (among others): Extended renderer info (GLX_MESA_query_renderer): Vendor: Broadcom (0x14e4) Device: V3D 7.1 (0xffffffff) Version: 23.2.1 Accelerated: yes Video memory: 7943MB Unified memory: yes Preferred profile: core (0x1) Max core profile version: 3.1 Max compat profile version: 3.1 Max GLES1 profile version: 1.1 Max GLES[23] profile version: 3.1 OpenGL vendor string: Broadcom OpenGL renderer string: V3D 7.1 OpenGL core profile version string: 3.1 Mesa 23.2.1-1ubuntu3.1 OpenGL core profile shading language version string: 1.40 OpenGL core profile context flags: (none)

Notice: This issue was automatically generated by WebCord.

Thank you, Markus