HGL
rival-black

Trying to run Ship of Harkanian (Ocarina of Time) appImage

Hey All, My system is a Fedora 42 install. Heroic is installed via flathub. I have the appimage and necessary rom setup for soh. I run the appimage via bash, it runs great. When I create a launcher within Heroic, I get a very brief blip (the green play circle turns to the amber x symbol, then back to green play). When I check the logs, it looks like Fuse is not installed, but it's installed as a fedora app. I'm thinking it's a conflict because fuse is installed via fedora and heroic is via flatpak. I just started using flatpak, so I'm unfamiliar how to search or fix this. Any help would be appreciated.
dlopen(): error loading libfuse.so.2
AppImages require FUSE to run.
You might still be able to extract the contents of this AppImage
if you run it with the --appimage-extract option.
See https://github.com/AppImage/AppImageKit/wiki/FUSE
for more information
============= End of log =============
dlopen(): error loading libfuse.so.2
AppImages require FUSE to run.
You might still be able to extract the contents of this AppImage
if you run it with the --appimage-extract option.
See https://github.com/AppImage/AppImageKit/wiki/FUSE
for more information
============= End of log =============
user@localhost-live:~$ dnf list | grep fuse
Updating and loading repositories:
Repositories loaded.
fuse.x86_64 2.9.9-23.fc42 781e4eb56ba449a5876af2cc084d758e
fuse-common.x86_64 3.16.2-5.fc42 781e4eb56ba449a5876af2cc084d758e
fuse-encfs.x86_64 1.9.5-24.fc42 781e4eb56ba449a5876af2cc084d758e
fuse-libs.x86_64 2.9.9-23.fc42 781e4eb56ba449a5876af2cc084d758e
user@localhost-live:~$ dnf list | grep fuse
Updating and loading repositories:
Repositories loaded.
fuse.x86_64 2.9.9-23.fc42 781e4eb56ba449a5876af2cc084d758e
fuse-common.x86_64 3.16.2-5.fc42 781e4eb56ba449a5876af2cc084d758e
fuse-encfs.x86_64 1.9.5-24.fc42 781e4eb56ba449a5876af2cc084d758e
fuse-libs.x86_64 2.9.9-23.fc42 781e4eb56ba449a5876af2cc084d758e
3 Replies
like-gold
like-gold4d ago
you can't run app images from within heroic flatpak
rival-black
rival-blackOP4d ago
shoot. I was hoping to because of some gamescope interactions. can one create a bash script that can shell/launch an appimage?
like-gold
like-gold4d ago
not within heroic flatpak, cause the bash script will still be run with the restrictions of heroic flatpak (meaning no FUSE to run app images) I don't know if heroic can be built with FUSE, I don't know how the flatpak build process works, but maybe that's an option I have no idea if it will work though

Did you find this page helpful?