Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suddenly not launching Suyu from platforms #654

Open
TinfoilDurag opened this issue Apr 28, 2024 · 4 comments
Open

Suddenly not launching Suyu from platforms #654

TinfoilDurag opened this issue Apr 28, 2024 · 4 comments
Labels
platforms and players This issue is related to platforms and players configuration

Comments

@TinfoilDurag
Copy link

TinfoilDurag commented Apr 28, 2024

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
Copy link
Collaborator

Jetup13 commented Apr 28, 2024

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

@Jetup13 Jetup13 added the platforms and players This issue is related to platforms and players configuration label Apr 28, 2024
@vpiselli
Copy link

vpiselli commented Jun 12, 2024

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

@DrShevek
Copy link

I have the same issue

@vpiselli
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platforms and players This issue is related to platforms and players configuration
Projects
None yet
Development

No branches or pull requests

4 participants