My script checks some things every few seconds, and it can run for many hours. After about 4 hours, I got a recursion error from PixelGetColor. Is it just reaching a limit on the number of times it finds it acceptable to do it, or is it actually finding a memory leak? If it's the former: can I shut off recursion limits?
↧