Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Continuous Builds (03.02.2025) : dlopen(): error loading libfuse.so.2 #665

Open
psyca opened this issue Feb 3, 2025 · 3 comments
Open
Labels

Comments

@psyca
Copy link

psyca commented Feb 3, 2025

Describe the bug
If try to run the latest continuous linux build it shows an error in the console

To Reproduce
Steps to reproduce the behavior:

  1. Download latest continuous build
  2. chmod +x ./freac-continuous-linux-x86_64.AppImage
  3. Output :

./freac-continuous-linux-x86_64.AppImage
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

Expected behavior
Run freac

System (please complete the following information)

  • OS: Lubuntu 24.10
@psyca psyca added the bug label Feb 3, 2025
@psyca
Copy link
Author

psyca commented Feb 3, 2025

No freac problem... maybe on my side

@enzo1982
Copy link
Owner

enzo1982 commented Feb 3, 2025

No freac problem... maybe on my side

Yes, as documented on the page linked in the message, libfuse2 is required to run AppImages. You should be able to install it using sudo apt install libfuse2t64.

Still, it should be possible to fix this on fre:ac's side. There is the type2 AppImage runtime now which no longer depends on libfuse2 provided by the system.

@enzo1982
Copy link
Owner

enzo1982 commented Feb 8, 2025

Continuous builds are now using type2 AppImage runtime and no longer require libfuse2 to be installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants