Error when starting Win32 server
Moderator: Board moderators
Error when starting Win32 server
Whenever I start the latest CVS build(as of 6/29/05) of Crossfire Server on Win32, I get thousands of error messages saying something like "Unknown color: grey" or "Unrecognized string:". I have the maps installed in the share directory. Any ideas?
Did you compile server yourself? how do you launch the server?
Check the following things:
* server (crossfire32.exe) is in <server path>
* file <server path>\share\archetypes exists
* you launch the server from the <server path> path, not from somewhere else.
If you checked out using cvs, did you make *sure* that you're *certain* you used the --lf option? (hint: unix new line, as opposed to windows newline).
Also, if checked from CVS, you need to copy files from <server path>\lib to <server path>\share, and replace 'share\treasure' by 'share\treasure.bld'.
Check the following things:
* server (crossfire32.exe) is in <server path>
* file <server path>\share\archetypes exists
* you launch the server from the <server path> path, not from somewhere else.
If you checked out using cvs, did you make *sure* that you're *certain* you used the --lf option? (hint: unix new line, as opposed to windows newline).
Also, if checked from CVS, you need to copy files from <server path>\lib to <server path>\share, and replace 'share\treasure' by 'share\treasure.bld'.
Yes, all the <serverpath>\lib files were copied to the <serverpath>\share directory, and treasures was replaced with treasures.bld. The server is being run from <serverpath>. It is invoked through a command line.
EDIT: Thought it might be outdated maps, so I got the latest off of CVS and put them in <serverpath>\share\maps(where my old maps were). Now whenever I run the server it crashes after trying to initialize the Python plugin. Python is installed on my system.
EDIT: Thought it might be outdated maps, so I got the latest off of CVS and put them in <serverpath>\share\maps(where my old maps were). Now whenever I run the server it crashes after trying to initialize the Python plugin. Python is installed on my system.