PDA

View Full Version : Error takes out Map.exe


LucidTheStick
09-30-2004, 09:15 AM
Error in GetAASkillVars 'SELECT cost, max_level, hotkey_sid, hotkey_sid2, title_
sid, desc_sid, type, prereq_skill, prereq_minpoints, spell_type, spell_refresh,
classes, berserker,spellid FROM altadv_vars WHERE skill_id=309' #1054: Unknown c
olumn 'hotkey_sid' in 'field list'

Crashes Map.exe with that spammed. Using 5.9 DR1 and http://projecteq.net/modules.php?name=Downloads&d_op=getit&lid=9 for the database. If this is incorrect can some1 point me to a new DB or a fix?

Derision
09-30-2004, 09:33 AM
Error in GetAASkillVars 'SELECT cost, max_level, hotkey_sid, hotkey_sid2, title_
sid, desc_sid, type, prereq_skill, prereq_minpoints, spell_type, spell_refresh,
classes, berserker,spellid FROM altadv_vars WHERE skill_id=309' #1054: Unknown c
olumn 'hotkey_sid' in 'field list'

Crashes Map.exe with that spammed. Using 5.9 DR1 and http://projecteq.net/modules.php?name=Downloads&d_op=getit&lid=9 for the database. If this is incorrect can some1 point me to a new DB or a fix?

I've not downloaded the latest CVS for a couple of days, but browsing SF, you might need to source this into your database:

http://cvs.sourceforge.net/viewcvs.py/eqemulator/EQEmuCVS/SQL-Files/altadv_vars.sql?rev=1.3&view=markup

That SQL seems to have your missing column.

LucidTheStick
09-30-2004, 09:58 AM
Ha. Went right past that. Thanks

LucidTheStick
09-30-2004, 10:11 AM
New one now. After doing the .sqls I tryed loading her up again and had my friend and I try making guys and loading them into world. Making them was not a problem but everytime we try to loadit crashes to Server Select and takes out one of the map server. The following is off the World.exe
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.9-DR1
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=34229, max id=77505
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
You may already be a winner... of the darwin award.
TCP listening on: lucidshouse.game-host.org:9000
World server listening on: lucidshouse.game-host.org:9000
Connected to LoginServer: newlogin1.eqemulator.net:5994
15813 New TCP connection: 172.29.17.21:3834
New zoneserver: #1 172.29.17.21:3834
Zoneserver SetConnectInfo: 172.29.17.21:3834: lucidshouse.game-host.org:8784
15875 New TCP connection: 172.29.17.21:3835
New zoneserver: #2 172.29.17.21:3835
Zoneserver SetConnectInfo: 172.29.17.21:3835: lucidshouse.game-host.org:8781
16031 New TCP connection: 172.29.17.21:3836
16031 New TCP connection: 172.29.17.21:3837
16031 New TCP connection: 172.29.17.21:3838
New zoneserver: #3 172.29.17.21:3838
New zoneserver: #4 172.29.17.21:3837
New zoneserver: #5 172.29.17.21:3836
Zoneserver SetConnectInfo: 172.29.17.21:3836: lucidshouse.game-host.org:8783
Zoneserver SetConnectInfo: 172.29.17.21:3837: lucidshouse.game-host.org:8782
Zoneserver SetConnectInfo: 172.29.17.21:3838: lucidshouse.game-host.org:8780
34625 New client from ip: 24.247.228.106 port: 2691
Logged in: FirstLogin LS#61959: SmoothTP
Received unknown opcode: 0x02eb size:0 bytes
0: 31 32 37 2E 30 2E 30 2E - 31 2C 39 38 37 36 2C 74 | 127.0.0.1,9876,t
16: 65 73 74 2E 59 61 6C 61 - 64 61 72 2C 30 36 37 61 | est.Yaladar,067a
32: 37 39 64 34 00 | 79d4.
Attempting autobootup of felwithea (61) for Yaladar
Zoneserver SetZone: lucidshouse.game-host.org:8783 felwithea (61)
Enter world: Yaladar: felwithea (61)
Zoneserver SetZone: lucidshouse.game-host.org:8783 felwithea (61)
Client disconnected
Removing client from ip:24.247.228.106 port:2691

thebeav
10-03-2004, 01:00 PM
how do you source that into the database?