[Crossfire-wiki] [Crossfire DokuWiki] page changed: crossfire_compile_guide
no-reply_wiki at metalforge.org
no-reply_wiki at metalforge.org
Mon Aug 25 03:45:06 CDT 2014
A page in your DokuWiki was added or changed. Here are the details:
Date : 2014/08/25 03:45
User : saru
Edit Summary: included example of error messages
@@ -196,8 +196,9 @@
**Optional:** To enforce the unit test or check when compiling the server, use make -k check
$ ./configure && make -k check && make install
+
==== LAUNCH ====
@@ -223,9 +224,15 @@
What that command will do is run the Crossfire server and return you back to bash or shell prompt
=== failure to launch ===
- If crossfire-server is unable to locate the maps file it may be because the chown command didn't work. A simple fix is to:
+ If crossfire-server is unable to locate the maps file it may be because the chown command didn't work you may see an error like:
+
+ [EE] Cannot open /usr/games/crossfire/var/crossfire/clockdata for writing
+ [EE] Couldn't read regions file from "/usr/games/crossfire/share/crossfire/maps/regions.reg".
+ [EE] Please check that your maps are correctly installed.
+
+ A simple fix is to:
$ sudo chown -R <username>.<username> /usr/games/crossfire/
$ ln -s /home/crossfire/maps.svn /usr/games/crossfire/share/crossfire/maps
IP-Address : 59.167.121.117
Old Revision: http://wiki.metalforge.net/doku.php/crossfire_compile_guide?rev=1408956222
New Revision: http://wiki.metalforge.net/doku.php/crossfire_compile_guide
--
This mail was generated by DokuWiki at
http://wiki.metalforge.net/
More information about the crossfire-wiki
mailing list