View Single Post
  #1  
Old June 19th, 2010, 05:16 AM

anotherkenlon anotherkenlon is offline
Private
 
Join Date: Apr 2010
Posts: 8
Thanks: 1
Thanked 0 Times in 0 Posts
anotherkenlon is on a distinguished road
Confused Problem: Linux dom3 servers keep dying.

I've set up a linux machine pretty much for the purpose of running Dom3 games.

Unfortunately, Dom3 will not stay running for any length of time. I'm at my wit's end on this one.

Here's an example of what shows up in the log when one of the servers die:
Code:
gameserver got packet 9
tcp_get2hfile: gname:dawnofdominions pl:3
tcp_get2hfile: pl 3 len 5007
tcp_get2hfile: saving as /home/kenlon/dominions3/savedgames/dawnofdominions/early_marverni.2h
/home/kenlon/dominions3/savedgames/dawnofdominions/early_marverni.2h
Ngot gick fel!
savefile: error opening file
Ngot gick fel!
savefile: error opening file
  Sound deinited
I also ran strace on one of the dom3 processes, and as far as I can tell, it's losing the ability to read from/write to /home/kenlon/dominions3/savedgames at random - which is weird as hell, because I set the damn directory to 777 so anyone and anything can write to it.

Help!
Reply With Quote