Hi Norton, If reducing the number of variables solved the issue it does indeed sound like some sort of memory collision. I would be worried that as your program grows or changes you could run into the same issue again. You may need to check how the variables are getting allocated in the memory as well as making sure you have a large enough stack reserved in your project settings so that you are not having a stack overflow. Regards, Katie
↧