12.10.2014, 15:49
Memory corrupted. I hardly think the function itself has anything to do with it. Probably an unlucky coincidence. Did you get the "code size" box during compilation? If so, that's where your mistake is.
The script is using more memory than what was allocated for, resulting in stack corruption. In layman's terms this means data gets overwritten with other, unrelated, data, which leads to a crash.
The script is using more memory than what was allocated for, resulting in stack corruption. In layman's terms this means data gets overwritten with other, unrelated, data, which leads to a crash.