Opened 9 years ago
Closed 9 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)
Change History (4)
by , 9 years ago
Attachment: | amazon.002 added |
---|
comment:1 by , 9 years ago
Owner: | set to |
---|
comment:2 by , 9 years ago
comment:3 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
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 <=