weihuoya / citra

A Nintendo 3DS Emulator
https://citra-emu.org
GNU General Public License v2.0
2.1k stars 194 forks source link

Can't open game using intent with StorageAccess apk #540

Open denisidoro opened 2 years ago

denisidoro commented 2 years ago

Android 11, StorageAccess apk, version from 3 days ago

I always get "invalid ROM format". This doesn't seem to be the case because even if I pass a path to a non-existing ROM I get the same error message.

I'll try to grab some logs during the week.

denisidoro commented 2 years ago

Using the non-StorageAccess apk from the same date worked just fine

denisidoro commented 2 years ago

intent am arguments:

-n org.citra.emu/.ui.EmulationActivity
  -a android.intent.action.VIEW
  -e GamePath "{file.path}"
denisidoro commented 2 years ago

By the way, the ROM was from a directory Citra already had access to, because I'm able to open it within Citra