Player: my problem is, easyrpg/games Not readable

Created on 31 Oct 2020  Â·  9Comments  Â·  Source: EasyRPG/Player

Thank you for supporting EasyRPG Player.
Before creating an issue, please verify that your bug still occurs in the "continuous builds" of the Player.
You can get them at the bottom of our download section: https://easyrpg.org/player/downloads


Please fill in the following fields before submitting an issue:

Name of the game:

Player platform:

Windows, Linux, Android, ...

Attach files (as a .zip archive or link them)

  • A savegame next to the problem (if it is not at the beginning of the game)
  • The easyrpg_log.txt log file (you can find it in the game directory)

Describe the issue in detail and how to reproduce it:

Android Patch available

All 9 comments

Can you be more specific?
Game, operating system etc. You didn't fill out the template at all

It is with the Android Program, I already uninstalled it and cleared cache,
but it keeps giving me an error, example: /Storage/emulated/0/easyrpg/games
it is not readable

I don't know how to fix it

El dom., 1 de noviembre de 2020 1:45 a. m., Gabriel <
[email protected]> escribió:

Can you be more specific?
Game, operating system etc. You didn't fill out the template at all

—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/EasyRPG/Player/issues/2415#issuecomment-720049338,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ARSYAM6UMV5N3DCQZ6XPOXLSNUGXXANCNFSM4TGDO7AQ
.

Try uninstalling the app, then reinstall. It will ask you for permissions to read the "storage". you must confirm this prompt. Then it should work.

I guess this has been solved by now.

I have the same issue and it's more than likely caused by Android 11's new forced scoped storage

k will reopen it and try to verify it in an Emulator. FU Android

@BlisterB I heard you love Android :P

Looks like one can opt-out via requestLegacyExternalStorage but is unclear how long this will work.

By default you can only read/write now the app scoped storage which is _terrible_ because _all_ the data in there is _deleted_ when uninstalling the app m(.

For accessing other stuff they recommend the MediaStore Api but this can only read files, not folders. So not even usable by us o_O

Looks like one can opt-out via requestLegacyExternalStorage but is unclear how long this will work.

By default you can only read/write now the app scoped storage which is _terrible_ because _all_ the data in there is _deleted_ when uninstalling the app m(.

For accessing other stuff they recommend the MediaStore Api but this can only read files, not folders. So not even usable by us o_O

The mediaStore way is likely doable but in a horrific way where each file is added as readable, for now opting out is probably the best workaround.

ACTION_OPEN_DOCUMENT_TREE looks like a solution. But needs VFS support first.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

zell180 picture zell180  Â·  23Comments

Ghabry picture Ghabry  Â·  13Comments

Tondorian picture Tondorian  Â·  18Comments

vicusdanielson picture vicusdanielson  Â·  19Comments

carstene1ns picture carstene1ns  Â·  18Comments