Snap 'minecraft-launcher-ot' does not work on Raspberry Pi

ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
/snap/minecraft-launcher-ot/205/snap/command-chain/desktop-launch: line 567: /snap/minecraft-launcher-ot/205/minecraft-launcher: cannot execute binary file: Exec format error

I got the same error. I checked the file that is was trying to execute and it seems snap downloaded and installed the x86-64 bit binary. Or the wrong architecture is included in the arm64 version of this snap.

Screenshot%20from%202020-12-20%2000-05-59

1 Like

The issue seems to be that the snap was inadvertently published with architecture: all, but it is in fact only for amd64, so it should be architecture: amd64.