Pages: [1]
  Print  
Author Topic: Server is waiting  (Read 5154 times)
christooss
Lesser Nub


Cakes 3
Posts: 121


« on: March 20, 2009, 04:18:24 AM »

I'm trying to start oa_ded with:

openarena-0.8.1/oa_ded.i386 +set dedicated 2 +set port 27960 +exec server.cfg

But when it gets to server execing server.cfg it stops and waits till I press any key on the keyboard. When I press key it statrts to load normaly. Any idea why this wait and how to remove it?
Logged
sago007
Posts a lot
*

Cakes 62
Posts: 1664


Open Arena Developer


WWW
« Reply #1 on: March 20, 2009, 07:29:14 AM »

It is very unlikely that the startup command itself gives a problem. Without the content of server.cfg it can be hard to guess the problem.

Maybe you can use a workaround like:
Code:
echo a | openarena-0.8.1/oa_ded.i386 +set dedicated 2 +set port 27960 +exec server.cfg

I start my server with a script like this:
Code:
cd /path/to/openarena-0.8.1
while [ 0 -lt 1 ]; do
./oa_ded.i386 +set dedicated 2 +exec server_clean.cfg
done
and it works.
Logged

There are nothing offending in my posts.
christooss
Lesser Nub


Cakes 3
Posts: 121


« Reply #2 on: March 20, 2009, 11:55:47 AM »

Ok I had wait in cfg file. Now it starts perfectly.
Logged
Pages: [1]
  Print  
 
Jump to: