ID:136224
 
Hey all, I' have a question about BYOND Linux and how to view the game I'm hosting's errors. I'm running the game threw shell, but I'm wondering if there is a way to view all the runtime-errors that the game made before it crashed.

Is there a way to view these?

RaeKwon
If you're hosting from DreamDaemon, just add the option -logself to the commandline:
DreamDaemon game.dmb 5150 -logself

The log will be kept in the file game.log.
In response to Air Mapster
Air Mapster wrote:
If you're hosting from DreamDaemon, just add the option -logself to the commandline:
DreamDaemon game.dmb 5150 -logself

The log will be kept in the file game.log.

Right On! Thanks man, many problems fixed now =)

RaeKwon