[ scummvm-Bugs-2905462 ] GUI Tools: issue with CLI output directory

SourceForge.net noreply at sourceforge.net
Sat Nov 28 22:44:02 CET 2009


Bugs item #2905462, was opened at 2009-11-28 21:44
Message generated for change (Tracker Item Submitted) made by criezy
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=2905462&group_id=37116

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: Tools
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Thierry Crozat (criezy)
Assigned to: Nobody/Anonymous (nobody)
Summary: GUI Tools: issue with CLI output directory

Initial Comment:
Using the GSoC 2009 GUI tool compiled on Saturday November 28 2009 on an Intel mac running MacOS X 10.4.

I tried using the -o and --output flags and it always fails. It seems it is not possible to give an output directory. Here is an example with extract_scumm_mac, but I also tried with compress_scumm_sou, compress_scumm_san and compress_scumm_bun

$ mkdir output_dir
$ ./tools_cli -o output_dir Day\ of\ the\ Tentacle\ Data

        Running using extract_scumm_mac
terminate called after throwing an instance of 'ToolException'
  what():  Could not parse arguments: Expected path after '-o' or '--output'.
Abort trap

I also tried -o output_dir/, --output output_dir, --output=output_dir, and I tried with the full path instead of a relative path.
Nothing worked. I always get the same message, except when using =, I get a different error message:

Possibly ignored option --output=output_dir.
Fatal Error : Could not open file --output=output_dir


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=2905462&group_id=37116




More information about the Scummvm-tracker mailing list