oomek / attractplus

Attract-Mode Plus
GNU General Public License v3.0
49 stars 16 forks source link

Not Working on Raspberry pi OS (pi5) 64Bit #57

Closed PittStone closed 10 months ago

PittStone commented 10 months ago

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

oomek commented 10 months ago

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

PittStone commented 10 months ago

It seems i can not execute it!

oomek commented 10 months ago

Paste the screenshot at least

PittStone commented 10 months ago

Unbenannt

PittStone commented 10 months ago

Unbenannt2

oomek commented 10 months ago

How did you install it?

PittStone commented 10 months ago

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

oomek commented 10 months ago

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

PittStone commented 10 months ago

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

oomek commented 10 months ago

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

PittStone commented 10 months ago

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

oomek commented 10 months ago

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

PittStone commented 10 months ago

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

PittStone commented 10 months ago

Or this full setup? https://pimylifeup.com/compiling-ffmpeg-raspberry-pi/

oomek commented 10 months ago

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

PittStone commented 10 months ago

O.k. Thanks for your Help.