Quote:
Originally Posted by audioblivious
[Status] Loading spawn groups...
Error2 in PopulateZoneLists query 'SELECT DISTINCT(spawngroupID), spawngroup.nam
e, spawngroup.spawn_limit FROM spawn2,spawngroup WHERE spawn2.spawngroupID=spawn
group.ID and zone='nexus'' #1146: Table 'localpeq.spawn2' doesn't exist
[Error] Starting Log: logs/eqemu_error_zone_4016.log
[Error] Loading spawn groups failed.
Zone->Init failed
[Debug] [ZONE__INIT_ERR] Zone bootup FAILED!
[Debug] [NET__IDENTIFY] Registered patch 6.2
[Debug] [NET__IDENTIFY] Registered patch Titanium
[Debug] [NET__IDENTIFY] Registered patch Anniversary
[Debug] [NET__IDENTIFY] Registered patch Live
is the error how do i fix this
|
It's basically saying it can't find the table
spawn2 in the database named
localpeq. In other words, there's an issue with your database. This is resulting in the zone crashing when it tries to load that information from the database (it can't find it).
First, what is the name of your database? Did you name it
peq or
localpeq?