View Single Post
  #4  
Old February 23rd, 2004, 04:37 PM
Gandalf Parker's Avatar

Gandalf Parker Gandalf Parker is offline
Shrapnel Fanatic
 
Join Date: Oct 2003
Location: Vacaville, CA, USA
Posts: 13,736
Thanks: 341
Thanked 479 Times in 326 Posts
Gandalf Parker is on a distinguished road
Default Re: Reproducible Server Failure

The game does now properly redirect error Messages. So you can trap the specific error to a text file. Here is what I am running (on linux)...
nohup dom2 -ST --port 7011 -t 0 0 -t 1 0 -t 2 0 -t 3 0 -t 4 0 -t 5 0 -t 6 0 -g RyanEye >/dev/null 2>>RyanEye.err &

Apprently it no longer spews out continual text so the directing normal screen to /dev/null might not be needed. You might be able to just send everything to a log file. I havent tried that new feature yet.
__________________
-- DISCLAIMER:
This game is NOT suitable for students, interns, apprentices, or anyone else who is expected to pass tests on a regular basis. Do not think about strategies while operating heavy machinery. Before beginning this game make arrangements for someone to check on you daily. If you find that your game has continued for more than 36 hours straight then you should consult a physician immediately (Do NOT show him the game!)
Reply With Quote