azureblue / MindustryPi

Mindustry for RaspberryPi!
15 stars 1 forks source link

failed to launch #3

Closed USMP-lancer closed 2 years ago

USMP-lancer commented 2 years ago

Caused by: arc.util.ArcRuntimeException: java.lang.UnsatisfiedLinkError: /tmp/arc/980cf471/libarcarm64.so: /lib/aarch64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/arc/980cf471/libarcarm64.so) im unsure if this is from a missing file on my end or if its a missing file on your end, either way its missing

USMP-lancer commented 2 years ago

ok so its a version mismatch, but how the hell do i update glibc...

USMP-lancer commented 2 years ago

it says its the latest version, a

USMP-lancer commented 2 years ago

one system upgrade later and it just works

azureblue commented 2 years ago

Yup, it was built on the latest RPi OS and that's why it requires that glibc version. I may consider to rebuild it for earlier versions of the OS...

USMP-lancer commented 2 years ago

speaking of building how are you doing it?