PDA

View Full Version : Linux Server Issues


dbixler
21st November, 2007, 05:57 PM
Well, I was able to start and get the server listed on my Ubuntu Fiesty Box. It was also successfully listed in the list of available servers. However, after about 5 minutes, it crashes. The process is still alive, but none of the in-game actions seem to work. I think it may be related to these lines when I start my server:

DevPhysics: Error (1) in file /home/icculus/projects/novodex-Icculus/novodex/SDKs/Physics/src/NpScene.cpp, line 712: Scene::createCompartment(): desc.isValid() fails!
DevPhysics: Error (1) in file /home/icculus/projects/novodex-Icculus/novodex/SDKs/Physics/src/NpScene.cpp, line 712: Scene::createCompartment(): desc.isValid() fails!


Anyhow, I created a script to launch my server. It looks like:


./ut3demo server vCTF-Suspense?GameMode=3?bIsDedicated=True?AdminPassword=xxxxx?ServerDescription=072000111000117000115000101000032000100000101000032000083000113000117000105000100000?bShouldAdvertise=True?bIsLanMatch=False -Login=xxxxx -Password=xxxxx -unattended &


Anyone have any ways to fix those two Physix errors?

dbixler
21st November, 2007, 05:58 PM
As a side note, I have this running on a dual core processor, I think an E6600. It consumes anywhere between 15 and 40% CPU time. I "tad" high I thought, but not totally unreasonable.

dbixler
21st November, 2007, 06:01 PM
OH, one more thing. My server is behind a firewall. I had to redirect (at least) two ports. First was port 7777, that one was obvious. However, finding the OTHER port required this command:

netstat -pan | grep ut3

That showed me that the process was using port 7777 and 13000. Once I forwarded 13000, everything was hunky-dory, excepting, of course, the crash about 5 minutes into the game.