View Single Post
  #7  
Old 03-11-2003, 04:54 PM
mutombo
Sarnak
 
Join Date: Mar 2003
Posts: 30
Default

i've seen 4.3 is out so i gave it a try.
Code:
router:/home/mutombo/eqemu/EQEMu-0.4.3-Source# world/world
Using database 'eq' at localhost
[Status] CURRENT_WORLD_VERSION:EQEMu 0.4.3
[Error] CURRENT_WORLD_VERSION:EQEMu 0.4.3
Loading Variables, zone names & items...
...done.
LoginServer.ini read.
Loading guild ranks...done.
Loading EQ time of day...done.
Deleted 0 stale player corpses from database.
HELP I WORK IN THE EQEMU SWEATSHOP YOUR MY ONLY HOPE
TCP listening on: 192.168.1.2:9000
World server listening on: 192.168.1.2:9000
Connected to LoginServer: eqlogin1.eqemu.net:5999
wolrdserver seems ok

had some problems with the sharedmem so i disabled it in the makefile.deleted -DSHAREMEM

but zone still not alright, no segfault, but dbproblems.

Code:
router:/home/mutombo/eqemu/EQEMu-0.4.3-Source# zone/zone . 192.168.1.2 7995 192.168.1.2
Using database 'eq' at localhost
[Status] CURRENT_ZONE_VERSION: EQEMu 0.4.3
[Error] CURRENT_ZONE_VERSION: EQEMu 0.4.3
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] Loading npcs
[Status] Loading npc faction lists
Loading NPC Faction Lists from database...
[Error] Loading npcs faction lists FAILED!
i've droped the db already and load the newest one from the 4.3 winbin and installed the 4.1 db addon, but there is a problem too:
Code:
router:/home/mutombo/eqemu# mysql --password=******* eq < spawns.sql
ERROR 1136 at line 50697: Column count doesn't match value count at row 1
any ideas :
Reply With Quote