[ scummvm-Bugs-2905466 ] GUI Tools: issue with compress_scumm_mac

SourceForge.net noreply at sourceforge.net
Sat Nov 28 22:52:18 CET 2009


Bugs item #2905466, was opened at 2009-11-28 21:52
Message generated for change (Tracker Item Submitted) made by criezy
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=2905466&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 compress_scumm_mac

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

It seems by default the output directory for that tool is out/, and if the directory does not exists, it returns an error:

$ ./tools_cli DOTT/Day\ of\ the\ Tentacle\ Data

        Running using extract_scumm_mac
extracting 'MANIAC.OVL'
, saving as 'maniac.ovl'

Fatal Error : Could not open file out/maniac.ovl


$ mkdir out
$ ./tools_cli DOTT/Day\ of\ the\ Tentacle\ Data
=> runs fine

Because it is not possible to specify an output directory (see bug #2905462), this issue is very annoying.
I think it should either create the output directory if it does not exist or use as a default an existing directory (i.e. either the current directory or the input file directory).


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

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




More information about the Scummvm-tracker mailing list