winboat
winboat copied to clipboard
[Bug] AppImage not starting on Ubuntu 25.10
What version of WinBoat are you running?
0.9.0
Your Environment
Ubuntu 25.10 Desktop
Steps to Reproduce / Context
Output:
klaus@HP-ProBook-470-G1:~/AppImages$ ./winboat-0.9.0-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
Logs
NO LOGS
Expected Behavior
AppImage is running and showing winboat UI
Current Behavior
Output:
klaus@HP-ProBook-470-G1:~/AppImages$ ./winboat-0.9.0-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
Possible Solution
Ubuntu made fuse3 the default
Quality Notice
- [x] I have checked the issue tracker and verified that this bug is a unique case.