Velosity |
06-19-2003 07:54 PM |
Just Compiled with CVS
Ok i compiled Worlddebug and Zonedebug from the sources i finally learned how to get from CVS. Renamed the files to World and Zone, cut my old world.exe and zone.exe to a backup folder in case i need to replace them, then i launched the world.exe, and got this:
Code:
Using database 'eq' at localhost
[Status] CURRENT_WORLD_VERSION:EQEMu 0.4.4
[Error] CURRENT_WORLD_VERSION:EQEMu 0.4.4
Loading Variables, zone names & items...
EMuShareMem.dll loaded.
Loading items from database...
DB Query Error #1054: Unknown column 'minstatus' in 'field list'
Error in LoadItemStatus query: 'Select id, minstatus from items where minstatus > 0'
...done.
LoginServer.ini read.
Loading guild ranks...done.
Loading EQ time of day...done.
Deleted 0 stale player corpses from database.
DB Query Error #1054: Unknown column 'ts' in 'where clause'
Deleted -1 stale player backups from database.
Breaking linux compiles....
TCP listening on: 66.215.197.7:9000
World server listening on: 66.215.197.7:9000
Connected to LoginServer: eqlogin1.eqemu.net:5999
After i see that it IS connected, i decide to launche Zone.exe and get this:
Code:
Using database 'eq' at localhost
[Status] CURRENT_ZONE_VERSION: EQEMu 0.4.4
[Error] CURRENT_ZONE_VERSION: EQEMu 0.4.4
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
EMuShareMem.dll loaded.
DB Query Error #1054: Unknown column 'minstatus' in 'field list'
Error in LoadItemStatus query: 'Select id, minstatus from items where minstatus
> 0'
[Status] Loading npcs
Loading NPCTypes from database...
[Status] Loading npc faction lists
Loading NPC Faction Lists from database...
[Status] Loading loot tables
Loading Loot tables from database...
[Status] Loading doors
Loading Doors from database...
[Status] Loading guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Entering sleep mode
Connected to worldserver: 66.***.***.***:9000
Ok, so it appears that its running properly, and i get the stupid That zone is unavailable. I look at my world.exe, nothing out of the ordinary, excepet for a disconnect after my charachter TRIED to get into the world,
So i take a look at my zone.exe prompts and i see this
Code:
Using database 'eq' at localhost
[Status] CURRENT_ZONE_VERSION: EQEMu 0.4.4
[Error] CURRENT_ZONE_VERSION: EQEMu 0.4.4
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
EMuShareMem.dll loaded.
DB Query Error #1054: Unknown column 'minstatus' in 'field list'
Error in LoadItemStatus query: 'Select id, minstatus from items where minstatus
> 0'
[Status] Loading npcs
Loading NPCTypes from database...
[Status] Loading npc faction lists
Loading NPC Faction Lists from database...
[Status] Loading loot tables
Loading Loot tables from database...
[Status] Loading doors
Loading Doors from database...
[Status] Loading guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Entering sleep mode
Connected to worldserver: 66.***.***.***:9000
66.***.***.***:9000: TCPConnection::RecvData(): Error: 10054
Any suggestions?
|