ID:2818623
 
I've been having crashes happen on a server, hosted via Dream Daemon.

Usually, when there's an error it gets printed and saved via log = file("ErrorLog.txt"), but any crash resulting in the server closing doesn't seem to print or show any errors.

Is there another way or place to see the error and figure out what might be causing the issue?
You can check your windows error reports for crash info. If that’s no help then I can dig up my info from Lummox about generating crash dumps
If DreamDaemon itself is crashing, world.log won't have that info, so the Windows event viewer is where to look. If the crash info shows it happened inside one of the BYOND modules (byondcore.dll, byondwin.dll, or dreamseeker.exe) it may be something I can trace to give me a clue as to where the crash is happening.