Changes between Initial Version and Version 1 of Ticket #13952, comment 2


Ignore:
Timestamp:
Dec 5, 2022, 3:59:36 PM (17 months ago)
Author:
dwatteau

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13952, comment 2

    initial v1  
    33Looking 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).
    44
    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.
     5PR 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.
    66
    77In the meantime, is your phone compatible with the ARM 64 bits daily builds? The game might load with that.
     8
     9EDIT: sorry, meant ANDROID_API version, not NDK version.