oomek/attractplus

Not Working on Raspberry pi OS (pi5) 64Bit

Closed this issue · 16 comments

Not Working on Raspberry pi OS (pi5) 64Bit.
Would like to use attractplus on pi5 64Bit Bookworm. But it doesnt start.
Any Fix?

It's hard to guess the cause without a debug log.
Please run attractplus --loglevel debug and post last_run.log here

It seems i can not execute it!

Paste the screenshot at least

How did you install it?

I have normal attract installed on retropie and copy'd the attractplus file only to the "bin" folder.

That's why you have issues.
Copy attractplus to usr/local/bin
The rest of the files to usr/local/share/attract

Ok. i copy'd the files to your locations. But its the same. Nothings happen.

It's not a problem with attractplus but with your paths or permissions. Triplecheck everything again.

attractplus: error while loading shared libraries: libavformat.so.58: cannot open shared object file: No such file or directory

Now we're getting somwhere. You need to install the latest ffmpeg libraries

This?

cd ~/develop
git clone --depth 1 git://source.ffmpeg.org/ffmpeg.git
cd ffmpeg
./configure --enable-mmal --disable-debug --enable-shared
make
sudo make install
sudo ldconfig

This is building ffmpeg not installing. It's going to take a while. Btw this is not a place to seek help with linux, but to report issues with attractmodeplus. I'm off to sleep, try to google it or jump on our discord server https://discord.gg/yNn9e5fb

O.k. Thanks for your Help.