ID:1140757
 
I'm getting this error message when I try to run a dmb in trusted mode on my own ubuntu box as root

BYOND Error: executor options in world file are incorrect
Turns out I was putting the -trusted option in the wrong place


Now I'm trying to figure out where ban file is stored, by default.
Found it, had to manually type cd /root/.byond
On a side note if you want DreamDaemon to print out to a file you can use the -logself
In response to A.T.H.K
A.T.H.K wrote:
On a side note if you want DreamDaemon to print out to a file you can use the -logself

Thanks, I usually handle most of the log and utility type stuff in the code. Good to know, though.