PDA

View Full Version : Can't log into server.


Missneye
11-29-2014, 03:00 AM
I am trying to run my server after having followed this guide:
http://wiki.eqemulator.org/p?Complet...Guide&frm=Main

I can get my server to show up on the server list, but it doesn't connect to it and I end up back at the login screen. Other servers work fine.
The setup says that there should be a ucs.exe window coming up when clicking start.bat, but I only get world, queryserv, and eqlaunch. What can I do to fix this?

I followed the steps exactly, multiple times. It seems the database is out of date or I just did something incorrectly several times. This is from the log file when I run "world.exe" in a command window:


C:\Windows\system32>cd C:\EQ\EQEmuServer

C:\EQ\EQEmuServer>world.exe
[Status] Using database 'peq' at localhost:3306

[MYSQL ERR] 1146: Table 'peq.character_corpses' doesn't exist [Query]:
SHOW COLUMNS FROM `character_corpses` LIKE 'data'

'perl' is not recognized as an internal or external command,
operable program or batch file.

[MYSQL ERR] 1146: Table 'peq.group_leaders' doesn't exist [Query]:
DELETE from group_leaders

Unable to clear group leaders: #1146: Table 'peq.group_leaders' doesn't exist

[MYSQL ERR] 1146: Table 'peq.group_id' doesn't exist [Query]:
delete from group_id

Unable to clear groups: #1146: Table 'peq.group_id' doesn't exist

[MYSQL ERR] 1146: Table 'peq.raid_members' doesn't exist [Query]:
delete from raid_members

Unable to clear raids: #1146: Table 'peq.raid_members' doesn't exist

[MYSQL ERR] 1146: Table 'peq.raid_details' doesn't exist [Query]:
delete from raid_details

Unable to clear raid details: #1146: Table 'peq.raid_details' doesn't exist

[MYSQL ERR] 1146: Table 'peq.guilds' doesn't exist [Query]:
SELECT id, name, leader, minstatus, motd, motd_setter,channel,url FROM guilds


[MYSQL ERR] 1146: Table 'peq.launcher_zones' doesn't exist [Query]:
SELECT zone, port FROM launcher_zones WHERE launcher = 'peq'

[Error] EQLConfig::LoadSettings: #1146: Table 'peq.launcher_zones' doesn't exist


[MYSQL ERR] 1146: Table 'peq.launcher_zones' doesn't exist [Query]:
SELECT zone, port FROM launcher_zones WHERE launcher = 'zone'

[Error] EQLConfig::LoadSettings: #1146: Table 'peq.launcher_zones' doesn't exist


[MYSQL ERR] 1146: Table 'peq.character_corpses' doesn't exist [Query]:
UPDATE `character_corpses` SET `is_buried` = 1 WHERE `is_buried` = 0 AND (UNIX_T
IMESTAMP() - UNIX_TIMESTAMP(time_of_death)) > 43200 AND NOT time_of_death = 0


[MYSQL ERR] 1146: Table 'peq.adventure_stats' doesn't exist [Query]:
SELECT ch.name, ch.id, adv_stats.* FROM adventure_stats AS adv_stats LEFT JOIN `
character_data` AS ch ON adv_stats.player_id = ch.id;

[Error] Error in AdventureManager:::GetLeaderboardInfo: SELECT ch.name, ch.id, a
dv_stats.* FROM adventure_stats AS adv_stats LEFT JOIN `character_data` AS ch ON
adv_stats.player_id = ch.id; (#1146: Table 'peq.adventure_stats' doesn't exist)