Need help use AppImage

When you run into problems installing MX Linux XFCE
Message
Author
Djhappy
Posts: 15
Joined: Sun Dec 08, 2019 8:07 am

Need help use AppImage

#1 Post by Djhappy »

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.

philotux
Posts: 280
Joined: Sun Apr 22, 2018 12:57 pm

Re: Need help use AppImage

#2 Post by philotux »


Djhappy
Posts: 15
Joined: Sun Dec 08, 2019 8:07 am

Re: Need help use AppImage

#3 Post by Djhappy »

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?

philotux
Posts: 280
Joined: Sun Apr 22, 2018 12:57 pm

Re: Need help use AppImage

#4 Post by philotux »

In the same folder where your appimage is stored, open a terminal and run:

Code: Select all

./some_name.AppImage
replacing some_name with the actual name to see if you can launch it that way.

User avatar
andyprough
MX Packager
Posts: 918
Joined: Tue Jul 23, 2019 10:16 pm

Re: Need help use AppImage

#5 Post by andyprough »

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:

Code: Select all

uname -a
and post the output here.
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

Stuart_M
Posts: 692
Joined: Wed Aug 07, 2019 7:10 pm

Re: Need help use AppImage

#6 Post by Stuart_M »

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.

User avatar
andyprough
MX Packager
Posts: 918
Joined: Tue Jul 23, 2019 10:16 pm

Re: Need help use AppImage

#7 Post by andyprough »

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

Djhappy
Posts: 15
Joined: Sun Dec 08, 2019 8:07 am

Re: Need help use AppImage

#8 Post by Djhappy »

uname -a

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
I see i running 64bit correct?
Last edited by Djhappy on Mon Dec 09, 2019 12:52 pm, edited 2 times in total.

Djhappy
Posts: 15
Joined: Sun Dec 08, 2019 8:07 am

Re: Need help use AppImage

#9 Post by Djhappy »

./some_name.AppImage

Code: Select all

DJ@mx:~/Downloads
$ ./Ankama Launcher-Setup-x86_64.AppImage
bash: ./Ankama: No such file or directory

User avatar
timkb4cq
Developer
Posts: 3579
Joined: Wed Jul 12, 2006 4:05 pm

Re: Need help use AppImage

#10 Post by timkb4cq »

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 either

Code: Select all

./Ankama\ Launcher-Setup-x86_64.AppImage
or

Code: Select all

./"Ankama Launcher-Setup-x86_64.AppImage"
BTW, entering the beginning of the command ./Anka and pressing the Tab key should fill in the command correctly for you.
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

Post Reply

Return to “Installation”