mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-25 08:05:56 +03:00
[GH-ISSUE #262] linux-v0.1.0 fails to start with SIGABORT #119
Labels
No labels
android
bug
documentation
enhancement
good first issue
help wanted
linux
pull-request
reverse-engineering
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librepods#119
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @MAlden94 on GitHub (Nov 17, 2025).
Original GitHub issue: https://github.com/kavishdevar/librepods/issues/262
Neither the app image or binary work on Linux
System info:
command output:
@kavishdevar commented on GitHub (Nov 17, 2025):
do you have bluez running in
dualmode?Try setting this:
In
/etc/bluetooth/main.confthis allows LE transport (when hardware supports it)
@MAlden94 commented on GitHub (Nov 17, 2025):
I was able to get a little bit farther doing that, but it still crashes
@kavishdevar commented on GitHub (Nov 17, 2025):
Ah, sorry didn't see the actual cause- seems it's a wgpu problem on wayland+vulkan. try running with
WGPU_BACKEND=glorWGPU_POWER_PREF=high.@MAlden94 commented on GitHub (Nov 17, 2025):
works now thanks!