Opened 17 years ago
Closed 17 years ago
#3406 closed defect (fixed)
ITE: Scummvm exits with Audio warnings
Reported by: | SF/theruler76 | Owned by: | bluegr |
---|---|---|---|
Priority: | normal | Component: | Engine: SAGA |
Version: | Keywords: | ||
Cc: | Game: | Inherit the Earth |
Description
Scummvm SVN build 22 sep 2007 ITE wyrmkeep English Win32 version (CD Win) 2004 Compressed audio with Lame v3.98b5 OS: Win XP.
When Rif and his partners exit the tournament tent in the very first game part (just after the presentation), scummvm exits with this warning: Trying to play a compressed digital music, but the compression is not known!
May be it would be a feature request (new mp3 decoding) but the strange thin is that the audio/music in the intro works well. Hope it helps.
cheers.
Ticket imported from: #1800147. Ticket imported from: bugs/3406.
Change History (5)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Owner: | set to |
---|
comment:3 by , 17 years ago
As a temporary workaround, you can play the game without compressing music.rsc (but the other files can be compressed just fine), which is what is causing these problems
comment:4 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 by , 17 years ago
Fixed in the latest SVN
The offset to the music file was altered to skip the compressed header. However, when the same music track was loaded again, the offset was improperly altered again, thus leading to this unexpected behavior
Closing
That's very strange, I was able to reproduce the bug, but it shouldn't exist...
I'll see if that's a problem with the SAGA engine itself or the compress_saga tool