Page 1 of 1

can't update eq2 db at all

Posted: Tue Nov 20, 2007 6:31 am
by seafirex
well i configured everythng and everythng starts well at first, db starts to get updates etc. but then i get the following error everytime :
[Status] Attempting to update database table 'languages' ... SUCCESS!
[Error] Login reports that the latest version of the 'variables' is 2, you are u
sing 0. The query that will run to update your table is:
DROP TABLE IF EXISTS variables
CREATE TABLE variables (
variable_name varchar(64) NOT NULL default '',
variable_value varchar(256) NOT NULL default ''
) TYPE=MyISAM
insert into variables set variable_name='motd',variable_value='Welcome to EQ2Emu
lator v0.0.3'
ALTER TABLE `variables` ADD PRIMARY KEY (`variable_name`)
update table_versions set download_version = 0 where name = 'variables'
[Error] Error in updating tables query '': Got signal 11
can anyone help please
using version 0.3

Posted: Tue Nov 20, 2007 3:20 pm
by chrrox
you need the newest version most likely

Posted: Wed Nov 21, 2007 8:49 am
by techguy84
Yea, definately try the newer version of the emulator. Dont know if LE changed anything on the LS to cause issues with older version. Also, if you have problems, try at different times. Sometimes the LS may be down, and it wont download if it cant connect, of course, you see that already.

Posted: Wed Nov 21, 2007 9:54 am
by Vaniel
What version of mysql are you using?