hi all,
i compiled planeshift on suse linux 9.2 using the docs at
http://www16.brinkster.com/acraig/planeshift/building.htmleverything 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 ?