ID:156762
 
Code:


Problem description:
There is no code here, for I do not know the problem, but I need some suggestions on what the problem might be. In between 9 and 18 minutes of the server being up for my game, the game crashes completely. What could this be from? Could it be from the procs i'm calling when the world starts? Any help appreciated!
EDIT:
Before crashing, the mobs are not able to move, but they can change the direction their facing. Does this help any?
In Dream Daemon, host your game, goto the World menu, select Profile, click start, wait a minute or so, click Stop button, and review the data. Looks for outrageous numbers which indicate potential loops that are out of control.

If your in windows, you can also hit ctrl+alt+del and watch the memory usage in task manager. Looks for constant growth which indicates a memory leak.

ts



In response to Tsfreaks
Thanks, will do.