01.01.2015, 18:51
Quote:
That is usually caused by something crashing, often out-of-bounds array accesses. The crash detect plugin can detect many of these crashes (hence its name), but not all, so in other cases you may need to cover your code in print statements and see exactly which line the code stops on.
|
I'll comment stuff and print out values.
I'll edit once I'm done/.