Open ToxicJxnnik opened 10 months ago
Mmmm, something is wrong there. The libs should not be discarded because of GCC_3.0
, as this version tag is defently present in the version shipped with box64 (and probably with the one shipped with Ark too). Did you built that box64 version from sources?
I installed it using this tutorial: https://pimylifeup.com/raspberry-pi-x64/
I cloned the repo, compiled it and installed it
I was going to report the exact same issue: I see a closed issue on this (libgcc_s.so.1 discarded for missing version GCC_3.0), but I get this error with the latest version of box64 too. However, this is for my own Unity game, so if there's something I can change in my own source to get this to work I'm happy to try.
I'm guessing this is a side-effect of the non-standard pagesize of 16K! Support for this is still highly experimental and I would suggest you switch to a 4K pagesize for much higher compatbility with x86_64.
switching to a kernel with 4k pagesize solved the issue for me
This also solved the issue for me, thanks.
I'm having this same issue on a rasberry pi 4 b 8gb. How do you switch page sizes?
Edit /boot/firmware/config.txt
, then change (or add) the kernel specification to kernel=kernel8.img
.
I am currently trying to run an ARK Survival Evolved server on my RaspberryPi 5 8GB
I installed the server on my Windows-PC with SteamCMD and transferred it using rsync on WSL. I created a start script like mentioned in the tutorial and tried it.
Script:
Log: