Opened 8 years ago
Closed 8 years ago
#9650 closed defect (fixed)
TOOLS: compress_touche not working in windows
Reported by: | maiolica | Owned by: | sev- |
---|---|---|---|
Priority: | normal | Component: | Tools |
Version: | Keywords: | ||
Cc: | Game: |
Description
I can't compress Touche audio files neither with CLI nor with the tools GUI (advanced / compress_touche).
I'm using tools version 0.19.0 in windows 7.
I've tried:
"C:\Program Files (x86)\ScummVM\tools\scummvm-tools-cli.exe" --tool compress_touche --flac -o "E:\touche" "E:\touche" Unexpected input file 'E:\touche'!
"C:\Program Files (x86)\ScummVM\tools\scummvm-tools-cli.exe" --tool compress_touche --flac -o "E:\touche" "E:\touche\*" Unexpected input file 'E:\touche\OBJ'!
The compression works with no problem using old tools version 0.13.0 (CLI).
Change History (3)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Owner: | set to |
---|---|
Resolution: | → worksforme |
Status: | new → pending |
Note that there was a separate issue with the output name that caused the tool to fail when providing an output directory or output file name. The error was different from the one you were getting though:
"C:\Program Files (x86)\ScummVM\tools\scummvm-tools-cli.exe" --tool compress_touche --flac -o "E:\touche" "E:\touche" Could not open file E:\touche/
I fixed this error today. But if you are using version 1.9.0 you need to avoid using the -o option (and the file will be created in your current directory).
comment:3 by , 8 years ago
Owner: | changed from | to
---|---|
Resolution: | worksforme → fixed |
Status: | pending → closed |
This tool expects as input to be given a directory that contains a file named 'TOUCHE.DAT'. Can you confirm that you have this file in E:\touche\?
I do not get the error myself if I properly give as input the directory that contains my touche.dat (and all the other files required to play the game). But I do get the error if I give a random directory or if I rename or remove the touche.dat file.