Compress_saga tool not working on I have no mouth

Ask for help with ScummVM problems

Moderator: ScummVM Team

Post Reply
Bluddy
ScummVM Developer
Posts: 145
Joined: Sun Nov 18, 2007 8:43 am

Compress_saga tool not working on I have no mouth

Post by Bluddy »

Using the latest subversion build, I get the following error when trying to compress I Have No Mouth's sound files:

c:\games\ScummVm\scream>compress_saga.exe voicess
md5_file couldn't open 'voicess.rsc'Input file name: voicess.rsc
md5: f3ffff7f58fe22004200000004000000
Unsupported file
Input file name: voicess.res
md5: fffb4f90135aa33617ccf416f25fee44
Unsupported file
md5_file couldn't open 'inherit the earth voices'Input file name: inherit the ea
rth voices
md5: fffb4f90135aa33617ccf416f25fee44
Unsupported file
md5_file couldn't open 'voicess.bin'Input file name: voicess.bin
md5: f3ffff7f58fe220042000000f25fee44
Unsupported file

Thanks in advance!
User avatar
md5
ScummVM Developer
Posts: 2250
Joined: Thu Nov 03, 2005 9:31 pm
Location: Athens, Greece

Post by md5 »

Hello and welcome :)

This is the part we're interested in:
Input file name: voicess.res
md5: fffb4f90135aa33617ccf416f25fee44
Unsupported file
The MD5 of this file is unknown. Which version of I Have no Mouth have you got? (Language, when did you buy it and where from?)

Thanks
Bluddy
ScummVM Developer
Posts: 145
Joined: Sun Nov 18, 2007 8:43 am

Post by Bluddy »

Found this game in a bargain bin in EB in California. Not sure what version it is, but the language is definitely English.
itseme
Posts: 2
Joined: Sun Feb 10, 2008 1:19 am

Post by itseme »

same here :(

"...blah... voicess
md5: f3ffff7f58fe22004200000076243d00
unsupported...blah..."


english version
User avatar
md5
ScummVM Developer
Posts: 2250
Joined: Thu Nov 03, 2005 9:31 pm
Location: Athens, Greece

Post by md5 »

Can you provide the MD5s for all the voice files of your game version? I.e the MD5s for voicess.res, voices1.res...voices6.res?
User avatar
md5
ScummVM Developer
Posts: 2250
Joined: Thu Nov 03, 2005 9:31 pm
Location: Athens, Greece

Post by md5 »

I've now removed MD5 checking in the compress_saga tool for IHNM sound files, as all of its sound files are compressed with the same encoding. Try the next snapshot build of the ScummVM tools. However, I'd really appreciate it if you could provide the MD5s for the voice files you got
itseme
Posts: 2
Joined: Sun Feb 10, 2008 1:19 am

Post by itseme »

md5 wrote:I've now removed MD5 checking in the compress_saga tool for IHNM sound files, as all of its sound files are compressed with the same encoding. Try the next snapshot build of the ScummVM tools.
where can i find that? i just see the regular one.
md5 wrote: However, I'd really appreciate it if you could provide the MD5s for the voice files you got
i guess it wouldn't help at all... the md5 sum the compress_saga is showing seems bullshit. sometimes the sum differs, even if it's the same file, then sometimes for example the voices1.res has the exact same sum like the voicess.res just had, etc. :?:
User avatar
md5
ScummVM Developer
Posts: 2250
Joined: Thu Nov 03, 2005 9:31 pm
Location: Athens, Greece

Post by md5 »

itseme wrote:where can i find that? i just see the regular one.
It's the subversion build, here:
http://www.scummvm.org/downloads.php#SVN
itseme wrote:
md5 wrote: However, I'd really appreciate it if you could provide the MD5s for the voice files you got
i guess it wouldn't help at all... the md5 sum the compress_saga is showing seems bullshit. sometimes the sum differs, even if it's the same file, then sometimes for example the voices1.res has the exact same sum like the voicess.res just had, etc. :?:
To get the needed MD5s for the files, you should run the following:

Under *nix:

Code: Select all

head -c 5000 file | md5sum
Under Windows:
Download md5deep (http://md5deep.sourceforge.net/) and run it like this:

Code: Select all

md5deep -p 5000 file | find /i "offset 0-5000"
Cyphox
Posts: 73
Joined: Wed Jan 02, 2008 8:38 pm
Location: Germany

Post by Cyphox »

same problem, game works fine (english version), compression not, latest subversion build of scummvm:

md5's:
Image
Post Reply