Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Halloy (iced GUI based rust IRC client) does not run #55

Open
Tea23 opened this issue Sep 5, 2024 · 2 comments
Open

Bug: Halloy (iced GUI based rust IRC client) does not run #55

Tea23 opened this issue Sep 5, 2024 · 2 comments

Comments

@Tea23
Copy link

Tea23 commented Sep 5, 2024

furios@FuriPhoneFLX1:~$ flatpak run org.squidowl.halloy
thread 'main' panicked at /run/build/halloy/cargo/vendor/khronos-egl-6.0.0/src/lib.rs:1184:42:
called Option::unwrap() on a None value
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
halloy: ws.c:97: ws_Terminate: Assertion `ws != NULL' failed.

https://github.com/squidowl/halloy

@FakeShell FakeShell changed the title Halloy (iced GUI based rust IRC client) does not run Bug: Halloy (iced GUI based rust IRC client) does not run Jan 11, 2025
@luigi311
Copy link

Looks like its an issue with WGPU failing with gles on the phone. You can force iced to use the software render by setting WGPU_BACKEND=blah in your environment variables or running

WGPU_BACKEND=blah flatpak run org.squidowl.halloy

@luigi311
Copy link

Ive opened an upstream issue with WGPU
gfx-rs/wgpu#6984

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants