Raspberry Pi with AirPlayer - Segmentation fault

Support for Air Player desktop on ARM devices, like the Raspberry Pi.

Moderators: russ, Ralph

Post Reply
Message
Author
MrT
Posts: 3
Joined: Sun Dec 22, 2024 5:00 pm

Raspberry Pi with AirPlayer - Segmentation fault

#1 Post by MrT »

Hello,

i have a problem with my AirPlayer 4.2. I am using a Raspberry Pi Zero, which was working fine with an older Version of AirPlayer and AirManager. However, after updating the PI OS and AirPlayer i cannot start the software.
Every time I try to run `./Bootloader`, I receive a "Segmentation fault" message.
I’ve also tried using a new SD card with a clean installation of Debian Bullseye, but it still doesn't work.
Does anyone know how to resolve this issue?

MrT
Posts: 3
Joined: Sun Dec 22, 2024 5:00 pm

Re: Raspberry Pi with AirPlayer - Segmentation fault

#2 Post by MrT »

In short addition, when ./Bootloader with gdb I receive this message:
Program received signal SIGILL, Illegal instruction.
0xb56b95c8 in ?? () from /lib/arm-linux-gnueabihf/libcrypto.so.1.1

User avatar
Ralph
Posts: 8383
Joined: Tue Oct 27, 2015 7:02 pm
Location: De Steeg
Contact:

Re: Raspberry Pi with AirPlayer - Segmentation fault

#3 Post by Ralph »

The Zero is too old, it won't run the application. The Zero has an ARM11, that's not supported, see our system requirements:
https://siminnovations.com/wiki/index.p ... quirements

MrT
Posts: 3
Joined: Sun Dec 22, 2024 5:00 pm

Re: Raspberry Pi with AirPlayer - Segmentation fault

#4 Post by MrT »

Thanks for the Information!

Post Reply