TapiocaFox / Daijishou

Daijishō is a retro launcher that let you manage your retro games libraries. This repo is for assets and served as a main page.
MIT License
988 stars 107 forks source link

Suddenly not launching Suyu from platforms #654

Open TinfoilDurag opened 2 months ago

TinfoilDurag commented 2 months ago

Getting the error "dev.suyu.suyu_emu.relWithDebInfo does not exist on your device." literally everything worked 24 hours ago. If I launch the emulator standalone it works just fine

Jetup13 commented 2 months ago

Update your suyu app. It was changed with release v0.0.3 a few weeks ago

vpiselli commented 3 weeks ago

I have the same issue. I am also using the latest release of Suyu App.

DrShevek commented 3 weeks ago

I have the same issue

vpiselli commented 3 weeks ago

Well, I think I manage to solve my issue. In case is useful to someone else:

  1. I created a new Player (just to not mess with the original Suyu Player). For that I went to the Daijishou Settings > Library > Add a Player.

  2. Player Name: Put whatever name you want so you can find it later (I use "s - Suyu Custom")

  3. Player am start arguments: -n dev.suyu.suyu_emu/dev.suyu.suyu_emu.activities.EmulationActivity -a android.intent.action.VIEW -d {file.uri}

  4. Player accepted filename regex: ^(.*)\.(?:nro|nso|nca|xci|nsp)$

  5. Save

  6. Then go to main Platforms Page and click edit.

  7. Under Player Settings > Default player, select the newly created Player.

So, my guess is that the app platform name went from org.suyu.suyu_emu to dev.suyu.suyu_emu