Posted 21 June 2016 - 02:48 PM
My program (source code) crashes when running and the error output is "7" (sometimes "6"). Afterwards whilst testing it by terminating a program instead of displaying "terminated" it once again displays "7".
The program doesn't just run out of code to run either as I have a print() at the end of the program to indicate that point. Which is never printed.
Computercraft version 1.75, ftb logs shows no errors.
Furthermore, when terminating the shell I get another an index out of bounds exception, with again the "7"
Any idea what caused this? Or what the actual error message behind "7" would be?
The program doesn't just run out of code to run either as I have a print() at the end of the program to indicate that point. Which is never printed.
Computercraft version 1.75, ftb logs shows no errors.
Furthermore, when terminating the shell I get another an index out of bounds exception, with again the "7"
Any idea what caused this? Or what the actual error message behind "7" would be?
Edited on 21 June 2016 - 01:00 PM