Author Topic: starting psserver from current cvs gives errors  (Read 459 times)

unficyp

  • Wayfarer
  • *
  • Posts: 2
    • View Profile
starting psserver from current cvs gives errors
« on: December 03, 2004, 11:48:25 pm »
hi all,

i compiled planeshift on suse linux 9.2 using the docs at
http://www16.brinkster.com/acraig/planeshift/building.html
everything went fine,no errors during compilation.i downloaded the
planeshift.tar.gz file for the art files.

when i try to start the psserver,the following errors raise:

crystalspace.render3d.null:
  Using windowed mode 640x480.
-Server Console initialized (./psserver-V0.1)-
LOG_ANY flag deactivated.
LOG_WEATHER flag deactivated.
LOG_SPAWN flag deactivated.
LOG_CELPERSIST flag deactivated.
LOG_PAWS flag deactivated.
LOG_GROUP flag deactivated.
LOG_CHEAT flag deactivated.
LOG_LINMOVE flag deactivated.
LOG_SPELLS flag deactivated.
LOG_NEWCHAR flag deactivated.
LOG_SUPERCLIENT flag deactivated.
LOG_EXCHANGES flag deactivated.
LOG_ADMIN flag deactivated.
LOG_STARTUP flag deactivated.
LOG_CHARACTER flag deactivated.
LOG_CONNECTIONS flag deactivated.
LOG_CHAT flag deactivated.
LOG_NET flag deactivated.
LOG_LOAD flag deactivated.
LOG_NPC flag deactivated.
LOG_TRADE flag deactivated.
LOG_SOUND flag deactivated.
LOG_COMBAT flag deactivated.
LOG_SKILLXP flag deactivated.
Loaded bad names..
Testing Armor VS Weapon table (\'3c\',\'Dagger\'): 0.500000
Testing Armor VS Weapon table (\'1d\',\'Claymore\'): 4.000000
Testing Armor VS Weapon table (\'2b\',\'Sabre\'): 0.100000
Unknown error while timed waiting for condition
Unknown error while timed waiting for condition
Unknown error while timed waiting for condition
Skipping disallowed word \'a\' in trigger \'give me a quest please\'.
  Trigger is now -> give me quest please
Skipping disallowed word \'please\' in trigger \'give me quest please\'.
  Trigger is now -> give me quest
Skipping disallowed word \'i\' in trigger \'can i bring you anything\'.
  Trigger is now -> can bring you anything
Skipping disallowed word \'anything\' in trigger \'can bring you anything\'.
  Trigger is now -> can bring you

Initialize:
  Error reading end tag.

PS Server: Unknown error while timed waiting for condition
Unknown error while timed waiting for condition

after that,\"Unknown error while timed waiting for condition\" is repeated until i stop the server.
it\'s not possible to log in with psclient.

i tried to work around this error by deleting 2 lines from the progression_events table:
INSERT INTO progression_events VALUES(\"killed orc\",\"\");
INSERT INTO progression_events VALUES(\"char_test\",\"\");

without any luck...server is just looping and prints Unknown error while timed waiting for condition.

any ideas ?




unficyp

  • Wayfarer
  • *
  • Posts: 2
    • View Profile
(No subject)
« Reply #1 on: December 04, 2004, 05:02:53 pm »
ok,here\'s a short update:

the error results from the CS functions using pthreads.
pthread_cond_timedwait somewhere in the CS sources is returning an odd value.

playing around with CS and cal3d i ran into an issue which i didn\'t recognize yesterday.
running ./configure in the current  cvs version of CS with cal3d (also current cvs) gives the follwing line:

checking for libcal3d... no

config.log says:

configure:35057: g++ -o conftest -I/root/software/develop/cal3d/include    -I/usr/local/include -L/root/software/develop/cal3d/lib   -L/usr/local/lib conftest.cc -lcal3d  -lnsl  >&5
conftest.cc: In function `int main()\':
conftest.cc:28: error: no matching function for call to `CalModel::CalModel()\'
/root/software/develop/cal3d/include/cal3d/model.h:31: error: candidates are:
   CalModel::CalModel(const CalModel&)
/root/software/develop/cal3d/include/cal3d/model.h:33: error:
   CalModel::CalModel(CalCoreModel*)
conftest.cc:28: error: `create\' undeclared (first use this function)
conftest.cc:28: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
conftest.cc:28: error: `destroy\' undeclared (first use this function)
configure:35063: $? = 1
configure: failed program was:

CS version: 0.99
Cal3d version: 0.9.1.9

seems they don\'t play together....

Androgos

  • Guest
(No subject)
« Reply #2 on: December 04, 2004, 06:12:44 pm »
Wrong forum, and if current versions don\'t work, just checkout an older CS / cal3d