uliwitness / stackimport

A command line tool that reads a HyperCard stack and generates a folder with XML and PBM files from it containing a more easily readable representation of its contents. Based on Tyler Vano's and Rebecca Bettencourt's code from http://creysoft.com/xtalk/
41 stars 11 forks source link

"Couldn't create project file" #3

Closed nwtn closed 9 years ago

nwtn commented 9 years ago

Whenever I try to use stackimport, I get this same error message:

dnewton@MacBook-Pro ~/Downloads 👍  stackimport --dumprawblocks HyperTalk\ QuickRef
Error: Couldn't create project file at 'HyperTalk QuickRef.xstk/project.xml'
Error: Conversion of 'HyperTalk QuickRef' incomplete/failed.

This happens no matter which flags I use, which stack I try to import, or what directory I'm in.

Any thoughts? Thanks

uliwitness commented 9 years ago

Pass in the full pathname, then it should work.

nwtn commented 9 years ago

Awesome, that worked. Thanks!