PlaneShift
Development => Development Deliberation => Topic started by: Aerig on February 06, 2005, 04:31:34 pm
-
I\'ve compiled everything using MinGW. No errors along the way either (*stunned*) but the server crashes after reading the config file.
Can anyone give me ideas where I might be going wrong?
Console output is as follows ...
$ psserver.exe -relight
WARNING: could not load plugin \'crystalspace.graphics2d.null2d\'
crystalspace.maploader: Could not get sound loader
crystalspace.maploader: Could not get sound driver
crystalspace.maploader: Could not get model converter
crystalspace.maploader: Could not get model crossbuilder
crystalspace.render3d.null:
Using windowed mode 640x480.
-Server Console initialized (f:\\dev\\planeshift\\psserver.exe-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.
LOG_QUESTS flag deactivated.
LOG_SCRIPT flag deactivated.
Could not find field string!. Exiting.
src/server/database/mysql/dal.cpp:360: failed assertion \'false\'
-
1. Why do you run the server with -relight? The server doesn\'t even care about lightning data
2. Have you inserted the database?
-
I ran the serv er with relight in case the absence of it was causing the prob (didnt think it would make a diff and --- it didnt ;) )
And yes I have inserted the db
-
Stick some debug stuff in src/server/database/mysql/dal.cpp to see why it is asserting or look at the back trace and try and see what it is trying to do that triggers the assert.