laxative
05-22-2009, 02:41 AM
Greetings,
Long time since I posted here, hard drive crashed with no backups, so I'm starting from scratch.
Everything working well, decided to compile my own binaries, I've got everything brand new from SVN but I'm getting this error:
[Debug] [WORLD__CLIENT_ERR] delanode: Zone not found in database zone_id=1, move
ing char to arena character:Turd
Error in GetInstType query 'SELECT instZOrgID FROM character_ WHERE id=2' #1054:
Unknown column 'instZOrgID' in 'field list'
Error in instZOrgID query in database.cpp GetZoneName'SELECT instZOrgID FROM cha
racter_ WHERE instZflagNum=1' #1054: Unknown column 'instZOrgID' in 'field list'
[Debug] [WORLD__CLIENT] delanode: Attempting autobootup of (null) (1)
This means to me that database.cpp is still querying two columns that no longer exist.. yes? maybe?
I compiled server.sln and built the releases with Bots.
Yes I sourced in all the SQL files, and searched through the forums and found those updates but Im thinking that's not going to help the code.
am I way in left field here?
Thanks
Laxa.
Long time since I posted here, hard drive crashed with no backups, so I'm starting from scratch.
Everything working well, decided to compile my own binaries, I've got everything brand new from SVN but I'm getting this error:
[Debug] [WORLD__CLIENT_ERR] delanode: Zone not found in database zone_id=1, move
ing char to arena character:Turd
Error in GetInstType query 'SELECT instZOrgID FROM character_ WHERE id=2' #1054:
Unknown column 'instZOrgID' in 'field list'
Error in instZOrgID query in database.cpp GetZoneName'SELECT instZOrgID FROM cha
racter_ WHERE instZflagNum=1' #1054: Unknown column 'instZOrgID' in 'field list'
[Debug] [WORLD__CLIENT] delanode: Attempting autobootup of (null) (1)
This means to me that database.cpp is still querying two columns that no longer exist.. yes? maybe?
I compiled server.sln and built the releases with Bots.
Yes I sourced in all the SQL files, and searched through the forums and found those updates but Im thinking that's not going to help the code.
am I way in left field here?
Thanks
Laxa.