Opened 8 years ago

Closed 8 years ago

#6967 closed defect (fixed)

AMAZON: Another assertion when talking with Darlene

Reported by: raziel- Owned by: dreammaster
Priority: normal Component: Engine: Access
Version: Keywords:
Cc: Game: Amazon: Guardians of Eden

Description

ScummVM 1.8.0git (Dec 3 2015 09:06:58) Features compiled in: Vorbis FLAC MP3 RGB zLib MPEG2 Theora AAC FreeType2 JPEG PNG

When talking to Darlene and her initial respone "I told you NO!" comes up i get an assertion and no speech sample.

assertion "(sampleSize + 32) == res->_size" failed: file "engines/access/sound.cpp", line 112

Save game attached, just talk to her

Amazon: Guardians of Eden (DOS/English)

AmigaOS4 - PPC -SDL - BE gcc (GCC) 4.2.4 (adtools build 20090118)

Ticket imported from: bugs/6967.

Attachments (1)

amazon.002 (6.6 KB ) - added by raziel- 8 years ago.

Download all attachments as: .zip

Change History (4)

by raziel-, 8 years ago

Attachment: amazon.002 added

comment:1 by dreammaster, 8 years ago

Owner: set to dreammaster

comment:2 by dreammaster, 8 years ago

Looks like for this sample the (sampleSize + 32) is actually smaller than the resource size. But since it still plays ok, I'm amending the assert check to be <=

comment:3 by dreammaster, 8 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.