libretro / RetroArch

Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3.
http://www.libretro.com
GNU General Public License v3.0
10.39k stars 1.84k forks source link

AI Service Crashing on lr-Flycast and lr-PPSSPP #16513

Open mrobss opened 6 months ago

mrobss commented 6 months ago

AI Service crashing back to emulationstation when using lr-Flycast or lr-PPSSPP.

I'm using the most recent source build of retroarch and the emulator cores on a Pi 5 with RetroPie.

I have tried the workaround fix described here: https://github.com/libretro/RetroArch/pull/16429#issuecomment-2047982202

But when I add threaded_data_runloop_enable = "false" to retroarch.cfg I just get gibberish: 440576793_984200513065593_2902243748709591586_n

Is there a workaround that fixes this temporarily until it get fixed in RA?

viachaslavic commented 6 months ago

Please specify the Git Version from the Main Menu → Information → System information menu.

mrobss commented 6 months ago

Git Version: 65dd99b

viachaslavic commented 6 months ago

Git Version: 65dd99b

Unfortunately, a fix for this issue was made later in this build. Please try updating when a new build is available and let know the results.

mrobss commented 6 months ago

Git Version: 65dd99b

Unfortunately, a fix for this issue was made later in this build. Please try updating when a new build is available and let know the results.

Thank you! Will do! Any ETA on when that build will be released?

viachaslavic commented 6 months ago

I'm using the most recent source build of retroarch and the emulator cores on a Pi 5 with RetroPie. Git Version: 65dd99b

Looks like you're using a third-party builds, which need to be clarified with the supplier.

mrobss commented 6 months ago

I'm using the most recent source build of retroarch and the emulator cores on a Pi 5 with RetroPie. Git Version: 65dd99b

Looks like you're using a third-party builds, which need to be clarified with the supplier.

I’m not. I made this build myself doing the manual install of the retropie-script.

viachaslavic commented 6 months ago

It is not a libretro project. Looks like your script is pulling from the https://github.com/cmitu/RetroArch repo. Alternatively, you can consider lakka, but there also need to wait for the release with this fix or you can try to compile from the master branch of the this repository.

mrobss commented 6 months ago

It is not a libretro project. Looks like your script is pulling from the https://github.com/cmitu/RetroArch repo. Alternatively, you can consider lakka, but there also need to wait for the release with this fix or you can try to compile from the master branch of the this repository.

Ahh! Gotcha! Yeah maybe I'll post the same bug over there and see what they say. Thanks again for your help.