Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

When trying to install latest version (v2.0.3) from TapRoom gives me an exception:

error: The application sh.cider.genten/x86_64/stable requires the runtime org.freedesktop.Platform/x86_64/24.08 which was not found

I've uninstalled previous version and try to fresh install new version. Same error. I've checked Freedesktop  installed version with:

flatpak list --runtime | grep "Freedesktop Platform"

And its just there:

Freedesktop Platform    org.freedesktop.Platform    freedesktop-sdk-23.08.28    23.08    user

Freedesktop Platform    org.freedesktop.Platform    freedesktop-sdk-24.08.14    24.08    user

Anyone else have this?

I tried `flatpak install cider-linux-x64.flatpak --user` and that works! So default installation is system context, and than it cant find freedesktop platform because its installed in the user context. Thanks to Isaac McFayden.