It appears I've hit a snag. After processing all that data for v0.12m, my files containing arguments, descriptions, and names respectively contain 363 lines each. With a smaller size, the files were processed properly without incident, but now, for some reason, my arguments file keeps derailing on the 55th line, and the Scanner function I'm using for it won't parse any more lines. The rest of the files seem fine, however... It's really weird. Does the Scanner function in Java have some sort of limitation I'm not aware of?