I downloaded and tried it out myself and got the same error as you did. By trial and error, I've figured out that the maximum line length is something like 4096 bytes. You have to split lines longer than that into shorter lengths. It sucks, in that it will be a fair amount of work if you do it by hand, but it should get you further along.
|