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

AdvantageScope doesn't start in fresh Ubuntu 24.04 installation #416

Closed
sciencewhiz opened this issue Sep 9, 2024 · 3 comments
Closed

Comments

@sciencewhiz
Copy link
Contributor

sciencewhiz commented Sep 9, 2024

Starting Advantage scope on a fresh Ubuntu 24.04 installation prints the following error message about missing libfuse2.

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

In Ubuntu24.04, the correct version of libfuse can be installed with sudo apt install libfuse2t64

Running with the appimage-extract does extract the image, so that could be done by the installer, and the script could be updated to call the extracted location.

Once it is extracted, it fails to run for the chrome-sandbox (same as #411 and #412 and #414).

@spacey-sooty
Copy link
Contributor

spacey-sooty commented Sep 9, 2024

Another option would be installing it through the deb on debian based distros. this would also make things like desktop icons properly display

@sciencewhiz
Copy link
Contributor Author

Installing the .deb or other package would require root.

@sciencewhiz
Copy link
Contributor Author

Fixed by #424

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

No branches or pull requests

2 participants