TeamHypersomnia / Hypersomnia

Multiplayer top-down shooter made from scratch in C++. Play in your Browser! https://hypersomnia.io Made in 🇵🇱
https://hypersomnia.io/
GNU Affero General Public License v3.0
1.17k stars 52 forks source link

Issue with appimage on flatpak steam #289

Closed successfully-failed closed 3 months ago

successfully-failed commented 3 months ago

Hi, I've got problems with running the game from steam flatpak. After running everything from terminal, issue seems to be lack of FUSE library in steam runtime, which results in inability to run appimage. The solution would be to just include the binary.

Here is a screenshot from the terminal: Zrzut ekranu_20240809_231156

geneotech commented 3 months ago

Hello, fuse must actually be installed manually so that any AppImage can be mounted in the first place - an AppImage cannot simply include fuse. If you don't want to install it, you could always add --appimage-extract-and-run to the command line arguments in Steam options for Hypersomnia.