[Scummvm-tracker] [ScummVM :: Bugs] #13952: ANDROID: AGS: Can't load games with resources >2GB on ARM32
ScummVM :: Bugs
trac at scummvm.org
Sat Nov 9 08:42:43 UTC 2024
#13952: ANDROID: AGS: Can't load games with resources >2GB on ARM32
----------------------------------+----------------------------
Reporter: nahuel36 | Owner: lephilousophe
Type: defect | Status: closed
Priority: normal | Component: Port: Android
Version: | Resolution: wontfix
Keywords: ags, nightmare frames | Game:
----------------------------------+----------------------------
Changes (by lephilousophe):
* owner: (none) => lephilousophe
* resolution: => wontfix
* status: new => closed
Comment:
According to
https://android.googlesource.com/platform/bionic/+/master/docs/32-bit-
abi.md there is no 64-bit file API except for lseek64 (which can't be used
with stdio FILE objects) before API level 24.
We still support API level 16 so we can't do much about this without
heavily reworking the code.
That's an Android ABI bug more than ours which can be solved by using a
64-bit Android.
Happily, these are way more common nowadays.
Closing this.
--
Ticket URL: <https://bugs.scummvm.org/ticket/13952#comment:9>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list