Dadoum / Provision

Set of tools interracting with Apple servers. Don't hesitate to leave a star if you appreciate it.
517 stars 3.16k forks source link

Anisette_server crashes on Apple Silicon Linux - loading openssl: unknown version for init #103

Closed dylanchapell closed 8 months ago

dylanchapell commented 8 months ago

I am running anisette_server on Asahi Linux (aarch64 fedora running on a M1 Macbook Air). I am attempting to run SideServer for linux and as a first step I am trying to get anisette_server to run. I extracted the apple music apk file to get the armv8 library, and downloaded the aarch64 version of anisette_server. When I run the binary it crashed with the following output: object.Exception@/github/home/.dub/packages/requests-2.0.9/requests/source/requests/ssl_adapter.d(197): loading openssl: unknown version for init This seems to be an error in requests-dlang, so let me know if I should report the issue there instead. The openssl and openssl-devel Fedora 39 packages are installed.

dylanchapell commented 8 months ago

Confirmed fixed. Compiled from source and now anisette_server runs. Thank you. Edit: And, altlinux runs on aarch64 if anisette_server is swapped out! Currently though the x86 download links are hardcoded into the script.

Dadoum commented 8 months ago

I recommend the use of Sideloader (check my GitHub) and SideStore anyway, as AltLinux is unmaintained currently.

dylanchapell commented 8 months ago

Oh yes, SideServer-for-Linux is what I am using

Dadoum commented 8 months ago

https://github.com/Dadoum/Sideloader ← this one is the only one really maintained