FaisalUmair / udemy-downloader-gui

A desktop application for downloading Udemy Courses
MIT License
6.12k stars 1.72k forks source link

can't run AppImage on debian 10 #325

Open adamkenway007 opened 4 years ago

adamkenway007 commented 4 years ago

i'm was tried install udeler appimage installer but give me this error on debian 10


root@Adamkenway:~/Downloads# chmod a+x Udeler-1.8.0-linux-x86_x64.AppImage
 root@Adamkenway:~/Downloads# ./Udeler-1.8.0-linux-x86_x64.AppImage
 Something went wrong trying to read the squashfs image.

 Cannot mount AppImage, please check your FUSE setup.
 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 open dir error: No  
 such file or directory chroot

 root@Adamkenway:~/Downloads# ./Udeler-1.8.0-linux-x86_x64.AppImage --appimage-offset 188392
 root@Adamkenway:~/Downloads# mount ./Udeler-1.8.0-linux-x86_x64.AppImage /mnt -o loop,offset=188392
 mount: /mnt: wrong fs type, bad option, bad superblock on /dev/loop0, missing codepage or helper program, or other error.

windows 10 : success windows 7 : success arch linux : success

huseyinozturkk commented 4 years ago

try to make it executable and run

adamkenway007 commented 4 years ago

try to make it executable and run

still not working,i think something wrong with FUSE.tried reinstalling fuse,make appimage executable with full access or mount it still doesn't work at all

huseyinozturkk commented 4 years ago

Maybe it works if you just try Windows version with WINE