My game keeps crashing. I know it calls for constant proc checks due to the combat system. I cannot find the thing that is causing it to crash. Debug isn't catching it. It causes dream daemon to crash also. Anyway to find out how it is crashing?
ID:141206
May 23 2009, 6:05 pm
|
|
May 23 2009, 9:20 pm
|
|
Profile is your best chance. Look for infinite/sleepless loops and stuff.
|
In response to Ruben7
|
|
This is about after 4 mins of profiling:
Profile results (total time) I suspect that Random_Movement is causing it to crash. |
In response to Rikishi
|
|
Actually I think it could be this:
Profile results (total time) |
In response to Rikishi
|
|
Holy... 60 cpu in 1 call. Fix it.
|
In response to Ruben7
|
|
How did you do that check? Wouldn't mind knowing how to do that.
|
In response to Howey
|
|
Howey wrote:
How did you do that check? Wouldn't mind knowing how to do that. You have to define debug, then go to options and hit the profile button. |