PDA

View Full Version : Seg fault while hosting


MarcinM
October 13th, 2006, 06:33 PM
I am hosting like so:

./dom3 --textonly --tcpserver -ipadr MyIP --port MyPort
--quickhost --postexec /home/marcin/dom3notify_test.sh GameName

I get a seg fault right after the line showing the creation of a tmp file is displayed. Any ideas welcome...

(I'm a total Dom3 noob and hosting noob. I got that script from a Dom2 player, so I'm really just parroting what he gave me. All advice appreciated. http://forum.shrapnelgames.com/images/smilies/laugh.gif).

Johan K
October 13th, 2006, 07:14 PM
There is a minus missin in --ipadr which makes it crash. But you don't need --ipadr when running a server, you only need that when you connect to another server.

MarcinM
October 13th, 2006, 07:29 PM
I was wondering about that part, yeah... thanks! Seems to be running now ... now to try connecting http://forum.shrapnelgames.com/images/smilies/laugh.gif

Ok, seems to be working and I see the status line - that's very concise and instantly readable, the system of -, + and *. Nice!

I think I'll tempt fate and see if I can run 2 servers at once http://forum.shrapnelgames.com/images/smilies/laugh.gif Thanks again!