thomasnordquist / MQTT-Explorer

An all-round MQTT client that provides a structured topic overview
https://mqtt-explorer.com
Other
2.99k stars 287 forks source link

Arm71.AppImage won’t run at Bookworm #777

Closed testpaul999 closed 4 months ago

testpaul999 commented 5 months ago

Hi, I’ll try install at RPi4 with Bookworm and get this error meassage. image No hint witch file ar missing.

regards

bj00rn commented 4 months ago

try making the file executable

https://www.warp.dev/terminus/chmod-x

testpaul999 commented 4 months ago

try making the file executable

https://www.warp.dev/terminus/chmod-x

Thx for the hint but I’ll do all this before I open the issue Regards

bj00rn commented 4 months ago

Try

dpkg-architecture | grep DEB_BUILD_ARCH 

What does it say?

testpaul999 commented 4 months ago

Nothing Gescanntes Dokument 2024-05-13 um 13.23.54.pdf

bj00rn commented 4 months ago

Try the new pre-release. https://github.com/thomasnordquist/MQTT-Explorer/releases/tag/untagged-e7d548242077decf9893 with an image built for your arch.

thomasnordquist commented 4 months ago

Can you try the latest image (beta4)

TestPaul999 @.***> schrieb am Mo., 13. Mai 2024, 13:25:

Nothing Gescanntes Dokument 2024-05-13 um 13.23.54.pdf https://github.com/thomasnordquist/MQTT-Explorer/files/15293620/Gescanntes.Dokument.2024-05-13.um.13.23.54.pdf

— Reply to this email directly, view it on GitHub https://github.com/thomasnordquist/MQTT-Explorer/issues/777#issuecomment-2107320998, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB25FGOYHJYVQ4L4J6XNR4DZCCPI7AVCNFSM6AAAAABGMUVVHKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBXGMZDAOJZHA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

testpaul999 commented 4 months ago

This will not run. image Same error

bj00rn commented 4 months ago

@testpaul999 Can you successfully run other AppImages?

What's the output if you run uname -a

tyeth commented 4 months ago

Just to add my thanks, the 64bit app image loads on my pi5 once I install libfuse2 with sudo apt install libfuse2

image

uname -a
Linux pi5sd256gb 6.6.28+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.28-1+rpt1 (2024-04-22) aarch64 GNU/Linux

Error seen: image

Downloads/MQTT-Explorer-0.4.0-beta.6-arm64.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

Proof ;) image

testpaul999 commented 4 months ago

@testpaul999 Can you successfully run other AppImages?

What's the output if you run uname -a

![Uploading image.jpg…]() And yes the arm64 will run with this extract way. 👍🏻 Thx