View Single Post
  #12  
Old 05-11-2010, 03:31 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Quote:
Originally Posted by john smith View Post
[Debug] [LAUNCHER__STATUS] Starting zone akanon
[Debug] [LAUNCHER__STATUS] Zone akanon has been started.
[Debug] [LAUNCHER__STATUS] Waiting 20000 milliseconds before booting the second zone.
[Debug] [LAUNCHER__STATUS] Zone akanon has gone down. Restart timer
Your zones are crashing. The most likely cause of this is because your database is not up to date with the version of the source you are using.

E.g. if you are using the latest PEQ database, which is compatible with Revision 1410 of the source, but you compile Rev 1478 (say) of the source, you should source in any non-optional .sql in utils/sql/svn with a number between 1411 and 1478.

The only two I see there that are mandatory are 1446_allowrest_required.sql and 1451_guilds.sql (assuming you are using the PEQ 1410 database),
Reply With Quote