mirror of
https://github.com/gopher64/gopher64.git
synced 2026-04-25 23:15:57 +03:00
[GH-ISSUE #325] Error: Wgpu NoSuitableAdapterFound #26
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gopher64#26
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 @rowanfr on GitHub (Mar 12, 2025).
Original GitHub issue: https://github.com/gopher64/gopher64/issues/325
When using the flatpak and running
/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=gopher64 io.github.gopher64.gopher64I get the error output:I believe I have vulkan available so I should have an adapter. I'm not certain if this is caused by it being a flatpak, or some specific WGPU problem.
@loganmc10 commented on GitHub (Mar 13, 2025):
this should be fixed in the latest release (1.0.13), can you do a
flatpak updateand let me know?@rowanfr commented on GitHub (Mar 13, 2025):
It works after the latest release. Thanks for resolving this so quickly, I'm impressed