Author Topic: Why'd server crash? [CONSOLE.LOG provided]  (Read 582 times)

From the console.log, can you tell why the server crashed?

More info:
It's a dedicated server, hosted remotely.
This appears at the bottom of the console.log when I open it, but only if the file is opened in a webpage:
�������������������������

it looks like you are messing with chat functions?

something is echoing x/4 each time somebody sends a message for a while
then it changes to printing out rotations of something

it looks like you are messing with chat functions?

something is echoing x/4 each time somebody sends a message for a while
then it changes to printing out rotations of something
hmm, I'm not sure which add-on is causing that. You think that could crash a server?

depending on what it's doing, addons can crash a server instantly
all it has to do is call crash(); or something similar

does your server crash consistently or is this a one off thing?
if it's just this once, you can probably ignore it
if it keeps happening, try hosting without any addons enabled and see if it crashes then