Need help use AppImage
Need help use AppImage
Hello ,
Im try to install a game Dofus (https://www.dofus.com/en/mmorpg/download) they have Linux version but its a AppImage. i have no idea how to use it or what to do and the site has no explanation. pleas some correct explanation will be help full.
I also used wine to run the windows exe. version but i getting crashes in wine.
thanks.
Im try to install a game Dofus (https://www.dofus.com/en/mmorpg/download) they have Linux version but its a AppImage. i have no idea how to use it or what to do and the site has no explanation. pleas some correct explanation will be help full.
I also used wine to run the windows exe. version but i getting crashes in wine.
thanks.
Re: Need help use AppImage
Please have a read at: https://itsfoss.com/use-appimage-linux/ as a starter.
For some more: https://duckduckgo.com/?q=how+to+use+an ... era&ia=web
For some more: https://duckduckgo.com/?q=how+to+use+an ... era&ia=web
Re: Need help use AppImage
I have follow the steps:
-Download image
-Make it executable
-Run it
When I double click or normal click it do nothing. Can some one try it?
-Download image
-Make it executable
-Run it
When I double click or normal click it do nothing. Can some one try it?
Re: Need help use AppImage
In the same folder where your appimage is stored, open a terminal and run:
replacing some_name with the actual name to see if you can launch it that way.
Code: Select all
./some_name.AppImage
- andyprough
- MX Packager
- Posts: 918
- Joined: Tue Jul 23, 2019 10:16 pm
Re: Need help use AppImage
I was able to download the Dofus Appimage, changed the permission to be executable, and started it with a mouse click. As @ForWIW said, you may want to check if you are running a 64-bit system or not, as the executable won't run on a 32-bit system. To check your system setup, you can run:
and post the output here.
Code: Select all
uname -a
Primary Computer - Commodore 64: Processor - MOS 6510/8500, 1.023MHz; Memory - 64kb RAM, 20kB ROM - 8k BASIC V2, 8k Kernel, 4k Character ROM; Display output - 320x200, 16 colours; OS - BASIC V2.0; Weight: 1.8kg
Re: Need help use AppImage
Post #6 said he successfully opened the Dofus Appimage so I thought I'd try too.
I downloaded the 64-bit Appimage and gave it executable privileges on a Live (64-bit) MX-19 (November) USB Flash Drive and...nothing.
I don't know if the following has anything to do with the problem, but I remember at least one occasion in the past where I was not able to run an appimage on a Live MX Linux USB Flash Drive, but running the same appimage on installed hardware with the same MX version would work fine.
I only ran it on a Live flash drive because it will not harm my system since nothing will be saved to the USB drive when I shut it down.
I downloaded the 64-bit Appimage and gave it executable privileges on a Live (64-bit) MX-19 (November) USB Flash Drive and...nothing.
I don't know if the following has anything to do with the problem, but I remember at least one occasion in the past where I was not able to run an appimage on a Live MX Linux USB Flash Drive, but running the same appimage on installed hardware with the same MX version would work fine.
I only ran it on a Live flash drive because it will not harm my system since nothing will be saved to the USB drive when I shut it down.
- andyprough
- MX Packager
- Posts: 918
- Joined: Tue Jul 23, 2019 10:16 pm
Re: Need help use AppImage
I see, yes I get the following error when trying to run the Appimage on a live USB:
Code: Select all
[4112:1209/114548.010694:FATAL:setuid_sandbox_host.cc(157)] 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_AnkamaMVXDFL/chrome-sandbox is owned by root and has mode 4755.
Trace/breakpoint trap
Primary Computer - Commodore 64: Processor - MOS 6510/8500, 1.023MHz; Memory - 64kb RAM, 20kB ROM - 8k BASIC V2, 8k Kernel, 4k Character ROM; Display output - 320x200, 16 colours; OS - BASIC V2.0; Weight: 1.8kg
Re: Need help use AppImage
uname -a
I see i running 64bit correct?
Code: Select all
Linux mx 4.19.0-6-amd64 #1 SMP Debian 4.19.67-2+deb10u2 (2019-11-11) x86_64 GNU/Linux
Last edited by Djhappy on Mon Dec 09, 2019 12:52 pm, edited 2 times in total.
Re: Need help use AppImage
./some_name.AppImage
Code: Select all
DJ@mx:~/Downloads
$ ./Ankama Launcher-Setup-x86_64.AppImage
bash: ./Ankama: No such file or directory
Re: Need help use AppImage
Spaces in Linux generally separate program names & their arguments. Your command is being interpreted as "run Akama with the parameters Launcher-Setup-x86_64.AppImage"
Thus, spaces in the middle of filenames need to be escaped, or the name quoted. so it's eitherorBTW, entering the beginning of the command ./Anka and pressing the Tab key should fill in the command correctly for you.
Thus, spaces in the middle of filenames need to be escaped, or the name quoted. so it's either
Code: Select all
./Ankama\ Launcher-Setup-x86_64.AppImage
Code: Select all
./"Ankama Launcher-Setup-x86_64.AppImage"
HP Pavillion TP01, AMD Ryzen 3 5300G (quad core), Crucial 500GB SSD, Toshiba 6TB 7200rpm
Dell Inspiron 15, AMD Ryzen 7 2700u (quad core). Sabrent 500GB nvme, Seagate 1TB
Dell Inspiron 15, AMD Ryzen 7 2700u (quad core). Sabrent 500GB nvme, Seagate 1TB