Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

This looks awesome.  My son really, really, really wants to experience it, but we only have apple silicone.  Any ideas how to get this to run on ARM?  I have Ubuntu ARM running, but looks like your Linux executable is built for x86_64 only.

(1 edit) (+1)

https://askubuntu.com/questions/1376366/is-there-any-translation-layer-for-x86-s...
https://www.kali.org/docs/arm/x86-on-arm/
This should make it possible to run it.

sudo apt update
sudo apt install -y qemu-user-static binfmt-support
sudo dpkg --add-architecture amd64
sudo apt update
sudo apt install libc6:amd64

I had tons of issues with FMOD concerning this platform, didn't built at all.

I fixed the issues this morning after seeing your comment but I am not sure the build will work entirely for you, check the downloads it should have been added, feel free to try it !


Marked the build as experimental but it should run.

If the Arm64 build have issues, try what Power2All1982 replied to you!

Thanks.  I haven't tried qemu yet, but when I downloaded the latest ARM version and ran the executable, I got this error:

./LinuxArm64/RNRCTribute-LinuxArm64-Shipping: error while loading shared libraries: libfmod.so.13: cannot open shared object file: No such file or directory

I'm working with a pretty vanilla Ubuntu installation (stood up just for this :).  Is there some other dependency I need?  I did look at FMOD and tried some things, but no dice.

(1 edit)

That's the libraries I had issues with. They don't seem to have much support for ARM versions of their unreal FMOD integration unfortunately. (That's the sound middleware I used for the game)

Sent a message to support if they can provide one because the ones I am working with don't seem to work at all.

Removed the build for now waiting for FMOD support.

So, fmod responded, and FMOD isn't compatible with Arm64 for now, try to use quemu for now !