Opened 2 years ago
Last modified 2 years ago
#13832 closed defect
GROOVIE: Bug #2 possible crash with incorrect seeks to endpos in roq.cpp — at Initial Version
Reported by: | lolovo | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Engine: Groovie |
Version: | Keywords: | groovie2 | |
Cc: | Game: | 11th Hour |
Description
Same bug, related to this issue - https://bugs.scummvm.org/ticket/13809
Now inside of ROQPlayer::processBlockQuadVector, when after travers the image we've got wrong skipBytes value that lead to crash on assertion in seek. In this case we need return false and break (without break artifacts will occur) and appropriate warning will be in logs.
Crash during start egypt pyramid word puzzle.
Fix will be provided in PR.
Note:
See TracTickets
for help on using tickets.