View Single Post
Old 09-14-2007, 01:29 PM   #1
ChrisHC
Guest
 
Posts Rated Helpful 1 Times
FF Linux dedicated / net.cpp problem

Hello!
I just installed Fortress Forever as a dedicated Server on
my Debian 4.0/AMD root.

When i start the Server i get the following:
Quote:
-------------- Omni-bot Init ----------------
Omni-bot Loading: Looking for omni-bot/omnibot_ff.so
Omni-bot Loading: LoadLibrary Failed with Error: omni-bot/omnibot_ff.so: cannot open shared object file: No such file or directory
Omni-bot Loading: Looking for ./omnibot_ff.so
Omni-bot Loading: LoadLibrary Failed with Error: ./omnibot_ff.so: cannot open shared object file: No such file or directory
Omni-bot Loading: Looking for /root/omni-bot/omnibot_ff.so
Omni-bot Loading: LoadLibrary Failed with Error: /root/omni-bot/omnibot_ff.so: cannot open shared object file: No such file or directory
Omni-bot Loading: Looking for omnibot_ff.so
Omni-bot Loading: LoadLibrary Failed with Error: omnibot_ff.so: cannot open shared object file: No such file or directory
---------------------------------------------
net.cpp (960) : Assertion Failed: 0 == iRet && iValLen == sizeof( iVal ) && cSendBufSize <= iVal
net.cpp (968) : Assertion Failed: 0 == iRet && iValLen == sizeof( iVal ) && cRecvBufSize <= iVal

Adding master server 72.165.61.189:27011
Adding master server 72.165.61.190:27011
Connection to Steam servers successful.
VAC secure mode is activated.
The Server seems to not exist, the server browser tells "server ist not responding".

Any idea?

Start parameters are (started from a .sh file, this works for sourceforts, css, openarena and gungame):

Quote:
-game FortressForever \
+maxplayers 22 \
+sv_lan 0 -console \
-pidfile ${SRDCS_PIDFILE} \
-tickrate 33 \
+map ff_dustbowl \
+ip 88.198.26.14 \
-port 27020 \
+sv_lan 0
Sorry for my poor english.

Chris

ps. FF is so much fun :)
  Reply With Quote