mmatyas / pegasus-frontend

A cross platform, customizable graphical frontend for launching emulators and managing your game collection.

Home Page:http://pegasus-frontend.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Metadata Generator: Redream error at launch

donleo72 opened this issue · comments

The issue

Trying Android Metadata Generator with Redream, its:

collection: Sega Dreamcast
shortname: dreamcast
extensions: 7z, bin, cdi, chd, cue, dat, elf, gdi, iso, lst, m3u, zip
launch: am start
-n io.recompiled.redream/.MainActivity
-a android.intent.action.VIEW
-d "{file.uri}"
--activity-clear-task
--activity-clear-top
--activity-no-history

And the result is the typical launch error when the emulator is incorrectly defined.

System info

Android 13 - Ayn Odin 2

Pegasus version

Latest and stable

###Error log

2023-12-05T14:29:05 [i] Executing command: [am,start,-n,io.recompiled.redream/.MainActivity,-a,android.intent.action.VIEW,-d,content://org.pegasus_frontend.android.files/ext/Download/dreamcast/Sonic%20Adventure.cdi,--activity-clear-task,--activity-clear-top,--activity-no-history]
2023-12-05T14:29:05 [i] Working directory: /storage/emulated/0/Download/dreamcast
2023-12-05T14:29:05 [w] The Android activity you are trying to launch does not exist. Here is the full error message: android.content.ActivityNotFoundException: Unable to find explicit activity class {io.recompiled.redream/io.recompiled.redream.MainActivity}; have you declared this activity in your AndroidManifest.xml, or does your intent not match its declared ?: Unable to find explicit activity class {io.recompiled.redream/io.recompiled.redream.MainActivity}; have you declared this activity in your AndroidManifest.xml, or does your intent not match its declared ?
2023-12-05T14:29:09 [i] Closing Pegasus, goodbye!

Hi, the standalone commands on the site are submitted by the community, so it is possible that things get outdated or incorrect. If you know a better launch command, let me know!

This was an Odin 2 specific issue which has been resolved with software updates subsequently

I suppose this can be closed now.