|
|
Problem description: Naruto game keeps crashing for some very odd reason. My server doesn't have much coded in just the basic stuff and jutsus are used with mob procs instead of a verb. I'm not 100% shore on how to explain the crashes but if anyone knows any way I can find this bug or whatever it is to tell me so I can try & fix it. Would greatly appreciate it.
Typically, a crash is caused by an infinite loop somewhere in your code. Depending on when the crash occurs, the best method to track it down may be to systematically disable sections of your code until you find the culprit.