Posted 19 August 2016 - 04:20 AM
I'm trying to fix PROGDOR so it works with big ol' files, but it crashes instead. It's what I presume to be a 'too long without yield' error, but when doing pcall(), all it returns for the error message is '18'. It doesn't give me a line number (and no, it's not line 18.)
Help! What does it mean? Has anyone else encountered it?
EDIT: For reference, the thing I am specifically doing is installing the Axiom OS, going to shell, downloading Progdor, running 'progdor . axos', and saying 'N' to including self or read-only files. The first file it seeks and tries to compress is 'sys.axs', which is 2467 lines and 108517 bytes.
Help! What does it mean? Has anyone else encountered it?
EDIT: For reference, the thing I am specifically doing is installing the Axiom OS, going to shell, downloading Progdor, running 'progdor . axos', and saying 'N' to including self or read-only files. The first file it seeks and tries to compress is 'sys.axs', which is 2467 lines and 108517 bytes.
Edited on 19 August 2016 - 02:28 AM