SnosMe / awakened-poe-trade

:heavy_dollar_sign: :hammer: Path of Exile trading app for price checking
https://snosme.github.io/awakened-poe-trade/download
MIT License
1.94k stars 423 forks source link

AppImage does not seem to work in Ubuntu 24.04 LTS beta #1335

Open Witnessthis opened 2 months ago

Witnessthis commented 2 months ago

$ ./bin/awakened-poe-trade/Awakened-PoE-Trade-3.24.10002.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

So I tried installing libfuse-dev and am not getting:

$ ./bin/awakened-poe-trade/Awakened-PoE-Trade-3.24.10002.AppImage [5211:0414/193351.920801:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_Awaken1arB4w/chrome-sandbox is owned by root and has mode 4755. [1] 5211 trace trap (core dumped) ./bin/awakened-poe-trade/Awakened-PoE-Trade-3.24.10002.AppImage

I also tried extracting the appimage and change the permissions of the chrome-sandbox and repackage it but that resulted in various other ERROR messages.

Xandaros commented 2 months ago

I just noticed the update, built from source, and indeed - it does not work. Only message I'm getting is this:

hook_thread_proc [101]: Could not set thread priority 49 for thread 0x71F60DC006C0!

This appears to be normal, and even happens on the older version, though - so probably not an issue.

I run it with --no-overlay - the browser window just remains entirely blank. Hotkeys don't work. For now, I went back to 10002, using --no-updates to prevent it from deleting it.

I'm running Arch Linux (btw)

tn5421 commented 2 months ago

So I tried installing libfuse-dev and am not getting:

is libfuse2 not available in 24.04 repos?

The following thread should have good information: https://github.com/OpenShot/openshot-qt/issues/4789