V0rt3x667 / ArchyPie-Setup

A Clone of RetroPie for Arch Based Systems
GNU General Public License v3.0
31 stars 9 forks source link

libavcodec.so.60 No such file or directory #52

Closed TrazhCant closed 4 weeks ago

TrazhCant commented 1 month ago

When launching ANY game (in this case, arcade games using lr-mame2010), the launch fails. Here is the log I found:

Parameters: 0 _SYS_ arcade /home/nutzhell/ArchyPie/roms/arcade/umk3.zip
Executing: /opt/archypie/emulators/retroarch/bin/retroarch -L /opt/archypie/libretrocores/lr-mame2010/mame2010_libretro.so --config /opt/archypie/configs/arcade/retroarch.cfg "/home/nutzhell/ArchyPie/roms/arcade/umk3.zip" --verbose --appendconfig /dev/shm/retroarch.cfg
/opt/archypie/emulators/retroarch/bin/retroarch: error while loading shared libraries: libavcodec.so.60: cannot open shared object file: No such file or directory
V0rt3x667 commented 1 month ago

Hi, you will need to rebuild RetroArch as the ffmpeg library package has been updated. Only downside to using to a rolling release distro is that the moment a library is updated all the software using it has to be rebuilt against it.

TrazhCant commented 1 month ago

OK that worked. (Ran setup script, went into manage packages, reinstalled). Thanks much! :)

V0rt3x667 commented 4 weeks ago

Your welcome, thanks for the update.