Changes between Initial Version and Version 1 of Ticket #14503, comment 4


Ignore:
Timestamp:
06/10/23 04:55:25 (11 months ago)
Author:
PushmePullyu

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14503, comment 4

    initial v1  
    33I can reproduce the crash using the provided save.
    44
    5 It seems there are several cases where "SpriteResource::load(Common::SeekableReadStream&)" loads incorrect values into "_index[i].offset1" and "offset2". At least I assume so since some offsets are larger than "_filesize".
     5It seems there are several cases where "SpriteResource::load(Common::SeekableReadStream&)" loads incorrect values into "_index[i]._offset1" and "_offset2". At least I assume so since some offsets are larger than "_filesize".
    66Those I observed so far happen with "xeenpic.dat" and "049.att". "count" also seems wrong for these.
    77The other files (all?) have the high octet of "count" as 0, so maybe it is actually just 8 bits?