Log in

View Full Version : Problem logging into server


saki
11-09-2008, 12:37 PM
I have a server setup that is running Eqemu Revision 166 with Bots and running Peq Database 1129Rev172. I updated to these the other day and am having an issue with logging into my game. I can get to the character select screen and create a character but I cannot log in from there. Here are the errors that are showing in my world.exe.

[Debug] [WORLD_CLIENT_ERR] asmore: Zone not found in database zone_id=189, moveing char to arena character:Sykugez
[Debug] [WORLD_CLIENT] asmore: Attempting autobootup of (null) (189)

Anyone have any idea's on this one?

Angelox
11-09-2008, 03:24 PM
If you have an up to date database, and restored characters from an older back up, you need to run this;
ALTER table character_ ADD column `instZflagNum` int(10) unsigned NOT NULL default '0';
ALTER table character_ ADD column `instZOrgID` int(11) NOT NULL default '0';


if you are just using an old database with the new source, then look in 'source/utils/sql/svn', all the updates you need will be there.

trevius
11-09-2008, 05:36 PM
Eqemu Revision 166 with Bots and running Peq Database 1129Rev172

You should try to run code that is equal or later revision than the database version you are running. Otherwise, you are likely to run into DB issues. You can always run newer versions as long as you run the required SQL updates from the /utils/sql/svn directory.

saki
11-10-2008, 12:04 AM
I got it up and running this afternoon. Thanks guys for the pointers. I went out and downloaded the trunk and got the sql statements sourced in and all is well.