Can’t runt app images out of the box with Linux Mint or Ubuntu.
The problem here is that Ubuntu is missing the FUSE (Filesystem in Userspace) library. This FUSE library provides an interface for userspace programs to export a virtual filesystem to the Linux kernel.
Open terminal and type
sudo apt install libfuse2
Then run the app image.