View Single Post
  #1  
Unread 21st November, 2007, 05:57 PM
dbixler dbixler is offline
Forum Newcomer
 
Join Date: Nov 2007
Posts: 3
Default Linux Server Issues

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?AdminPasswor d=xxxxx?ServerDescription=072000111000117000115000 10100003200010000010100003200008300011300011700010 5000100000?bShouldAdvertise=True?bIsLanMatch=False -Login=xxxxx -Password=xxxxx -unattended &


Anyone have any ways to fix those two Physix errors?
Reply With Quote