Changes between Initial Version and Version 1 of Ticket #13952, comment 2
- Timestamp:
- Dec 5, 2022, 3:59:36 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13952, comment 2
initial v1 3 3 Looking at https://steamdb.info/depot/1650591/, it looks like this game has a 2.51 GiB asset, but ARM 32-bit builds currently have a limitation with >2GB files. Looking at the error message, this is possibly related (but needs to be confirmed). 4 4 5 PR https://github.com/scummvm/scummvm/pull/4479 is (maybe) a way of improving compatibility with >2GB files, but AFAICS we 'd need to build the 32-bit Android ports with NDK >= 24 but we use NDK 21.3 at the moment.5 PR https://github.com/scummvm/scummvm/pull/4479 is (maybe) a way of improving compatibility with >2GB files, but AFAICS we need to build the 32-bit Android ports with ANDROID_API >= 24. 6 6 7 7 In the meantime, is your phone compatible with the ARM 64 bits daily builds? The game might load with that. 8 9 EDIT: sorry, meant ANDROID_API version, not NDK version.