l3ger0j / Questopia

Android fork port of Quest Soft Player
Apache License 2.0
16 stars 2 forks source link

The in-game save loading does not work #21

Closed l3ger0j closed 6 months ago

l3ger0j commented 8 months ago

Perhaps the problem is related to the fact that now the contents of the file are obtained not through direct access via a link like "file:///", but with the help of a content provider and a link like "content://".

Also, inside the library, a possibly valid byte stream turns into the same set of characters of the form "l\u0000fffd".

At this point in time, I do not know how to solve this problem.