Getting Gibberish File Listings in Transfer Utility After 13 Files #96
-
The Blue SCSI SD Transfer Utility will not list more than 13 files for me. All additional file names show as gibberish or blank. Attempting to transfer these files results in various errors or system lock-up. Tested with an 8GB microSD freshly zeroed using the SD Card Formatter utility, SD Transfer Utility 1.0.0, System 7.1u3 and 7.5, with the 23-10-13 firmware, on two different machines. The log file reports the correct numerical count of files, but also lists all files after 13 as gibberish or blank. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This usually happens when a file name has a character not in mac-roman or some other weirdness. Could you share the list of files in the shared folder? A screen shot from a modern computer or even zipping up the shared dir would be helpful in debugging. |
Beta Was this translation helpful? Give feedback.
Actually never mind! I found one buffer was set to 512 where it should be set to 4096, hence truncating the response to ~13 files. I should be able to build a new 1.0.1 in the next day or two to resolve this. Thanks for the report!