Opened 7 years ago

Closed 7 years ago

#10271 closed defect (invalid)

SCI: RAMA: Debug identifies wrong audio playing

Reported by: dafioram Owned by: csnover
Priority: normal Component: Engine: SCI
Version: Keywords: sci32
Cc: Game: RAMA

Description

Game: RAMA DOS/English
ScummVM: 1.10.0git-5116-g7bcc6ed
OS: Win7-64

If you start the game at the beginning and stop in the debugger while flying to rama and do songlib it will show audio resource 5010 is playing, but if you dump this to disc audio_dump 5010 this audio is different then the one that is actually playing.

So I believe ScummVM is dumping the correct file that I asked for (5010), but it is not actually playing 5010 in game. I don't know why it shows a different resource id.

Audio 5010 is way later in the game, it plays when you come out of the avian lair and the bomb countdown gets initiated.

The game does play the correct audio at both parts.

Attachments (1)

rama.079 (16.7 KB ) - added by dafioram 7 years ago.
part of the game where 5010 is actually playing

Download all attachments as: .zip

Change History (2)

by dafioram, 7 years ago

Attachment: rama.079 added

part of the game where 5010 is actually playing

comment:1 by csnover, 7 years ago

Owner: set to csnover
Resolution: invalid
Status: newclosed

songlib is not valid for non-MIDI sounds. Use audio_list.

Note: See TracTickets for help on using tickets.