libretro / flycast

Flycast is a multiplatform Sega Dreamcast emulator. NOTE: No longer actively developed, use upstream repo for libretro from now on - https://github.com/flyinghead/flycast
http://reicast.com
GNU General Public License v2.0
152 stars 77 forks source link

Flycast no longer working in Retroarch on Steam Deck #1155

Closed Rohsiph closed 2 years ago

Rohsiph commented 2 years ago

Hi, first time reporting an issue so bear with me.

About two weeks ago I began configuring Retroarch (flatpak install) on my Steam Deck. I tested Flycast early in this process and it worked fine. Last night, I tried again and it immediately crashed to desktop. Spent some time tonight looking through troubleshooting for similar issues, mainly related to BIOS file locations. retroarch2022_07_0223_10_11.log

Eventually, installed flatpak of Flycast separately. It works with my BIOS files. But no matter where I put the files in RetroArch (same with moving cores, configs, etc. between SD and internal Deck drive) it keeps crashing. Finally turned on RetroArch logging, and it looks like it's making it most of the way, but stops with a fatal error. Log attached: retroarch2022_07_0223_10_11.log

flyinghead commented 2 years ago

Try resetting all RetroArch and core settings to default. There are many, many options and some combinations can lead to crashes. Also try Open GL instead of Vulkan in case it's a Vulkan issue.

Rohsiph commented 2 years ago

Resetting all RetroArch settings to default worked. I deleted the config file and rebuilt my options, and suddenly Flycast works again. Thanks!