Users can work around this problem by editing one of the Quantrix configuration files. Using an 8-bit capable text editor such as Edit.app or emacs, edit the file:
Quantrix.app/English.lproj/Localizable.strings
You should see an entry in this file which looks like:
/* path to gnutar executable - DO NOT CHANGE */
"/usr/bin/gnutar";
Change this line to read:
"/usr/bin/gnutar" = "/bin/false";
Quantrix will now run without using any version of 'gnutar'. Apple has not tested and does not provide any warranty for this procedure. Be sure that you use an editor that understands and preserves 8-bit characters; if you use a 7-bit text editor such as vi, Quantrix will not understand the new file.