Problem with compress_scumm_bun and "The Dig" musi

Ask for help with ScummVM problems

Moderator: ScummVM Team

Post Reply
crowley
Posts: 22
Joined: Sat May 27, 2006 2:27 pm

Problem with compress_scumm_bun and "The Dig" musi

Post by crowley »

Hi!

I tried to compress the music-file from "The Dig" (DIGMUSIC.bun) with compress_scumm_bun under linux. Sadly after a few files the program ended with an error, or to be more correctly the used encoder tool ended with an error.

I start the tool with the following command:

Code: Select all

hase@sulaco ~/scummvm/tools $ ./compress_scumm_bun DIGMUSIC.bun ~ ~/tmp --ogg
Error:

Code: Select all

Opening with wav module: WAV file reader
Encoding "/home/hase/tmp/CANYON~4.IMU_reg003.wav" to
         "/home/hase/tmp/CANYON~4.IMU_reg003.ogg"
at quality 3,00
        [ 87,6%] [ 0m00s remaining] /

Done encoding file "/home/hase/tmp/CANYON~4.IMU_reg003.ogg"

        File length:  0m 02,0s
        Elapsed time: 0m 00,1s
        Rate:         20,3105
        Average bitrate: 54,7 kb/s

sh: -c: line 0: syntax error near unexpected token `('
sh: -c: line 0: `oggenc --quality=3 --output=""/home/hase/tmp/CATH(A~1.IMU_reg000".ogg" ""/home/hase/tmp/CATH(A~1.IMU_reg000".wav" '
Got error from encoder. (check your parameters)
Encoder Commandline: oggenc --quality=3 --output=""/home/hase/tmp/CATH(A~1.IMU_reg000".ogg" ""/home/hase/tmp/CATH(A~1.IMU_reg000".wav"
Ok, it's clear why it ends here. To open the file "CATH(A~1.IMU_reg000.wav" it have to be called by "CATH\(A~1.IMU_reg000.wav" under unix. Of course with mp3 encoding it is the same problem.

Does anybody managed it to compress this file under linux?

Regards
Sebastian
User avatar
eriktorbjorn
ScummVM Developer
Posts: 3525
Joined: Mon Oct 31, 2005 7:39 am

Re: Problem with compress_scumm_bun and "The Dig"

Post by eriktorbjorn »

crowley wrote:Does anybody managed it to compress this file under linux?
It used to work, but it appears a recent change broke it. Should be fixed again now. Thanks for spotting that!
crowley
Posts: 22
Joined: Sat May 27, 2006 2:27 pm

Re: Problem with compress_scumm_bun and "The Dig"

Post by crowley »

eriktorbjorn wrote:
crowley wrote:Does anybody managed it to compress this file under linux?
It used to work, but it appears a recent change broke it. Should be fixed again now. Thanks for spotting that!
That's fast! Great, works now :P

Regards
Sebastian
Post Reply