Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to run on Raspberry Pi5 (armv7) #106

Open
steilerDev opened this issue Mar 27, 2024 · 2 comments
Open

Unable to run on Raspberry Pi5 (armv7) #106

steilerDev opened this issue Mar 27, 2024 · 2 comments

Comments

@steilerDev
Copy link

After running into the same issue as #84 with the latest released binary on my Raspberry Pi 5 (running 32bit - therefore armv7), I followed the instruction on the issue and downloaded the latest Action build, however in this, I'm getting the following error:

Pi:/opt# ./anisette-server-armv7 
                     app INFO  2024-03-27T14:53:23.399 anisette-server-provision v2.2.2
                     app INFO  2024-03-27T14:53:23.403 Downloading libraries from Apple servers...
                     app INFO  2024-03-27T14:53:51.210 Done !
provision.androidlibrary.LoaderException@lib/provision/androidlibrary.d(118): Cannot load library: Cannot protect the memory correctly.
----------------
../../../../src/libphobos/libdruntime/rt/deh.d:51 _d_createTrace [0xe53dbd]
../../../../src/libphobos/libdruntime/gcc/deh.d:484 _d_throw [0xe4d8e9]
??:? provision.androidlibrary.AndroidLibrary provision.androidlibrary.AndroidLibrary.__ctor(immutable(char)[], void*[immutable(char)[]]) [0xbee947]
??:? provision.adi.ADI provision.adi.ADI.__ctor(immutable(char)[]) [0xbeedcd]
??:? _Dmain [0xb7e97d]

I'm running this within a Debian docker container.

Please let me know if you need additional information - otherwise looking forward to your support!

@Dadoum
Copy link
Owner

Dadoum commented Mar 27, 2024

The raspberry pi 5 has big memory pages iirc, and I never tried to use the 32-bit Apple executable on such processor. Just by curiosity, why are you using 32-bit?

@steilerDev
Copy link
Author

Because I've initially used the Pi for a different workload (which did not have 32bit support) - haven't had a reason to re-setup the device and install the 64bit version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants