posted 03-13- 07:48 PM CT (US) When I first created my DMOD, everything worked fine with no problems. But now when I play the game, it quits for no reason sometimes when Dink walks to another screen. It seems to happen on random screens each time. Does anyone know what is wrong?
NeonWaters
posted 03-21- 04:44 PM CT (US)
You probably have an endless loop. The program is stopping when your computer runs out of memory. The best thing to do is to go back though your code and see if you have forgot about items that may continue to run after you are done with them. You probably just need to use a kill statement at the bottom of one of your .c files. (Like “kill_this_task”) Debugging is always a lot of fun :( Hope this helps.