Creating Server, Error at entering world
Hi, thanks for taking a look.
I was attempting to set up a server earlier, going to try my hand at it, though its very unfamiliar territory, if it all works out I'll update it to a dedicated server and invest some time into a solid design. At the moment I am attempting to learn* and understand some of the basics to see if it is within my grasp. Anyway, with that said, let me get to my problem.
I have managed to get through the basics, I got my server on the server list anyway.
I am able to log into the server and create a character, however after creating the character and recieving the message of "logging in to soandso" I get a black screen with the message "The server is not responding", followed by "You have been disconnected".
In the world.exe:
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.7-DR6
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
Error in GetItemsCount query 'SELECT MAX(id),count(*) FROM items' #1146: Table '
eq.items' doesn't exist
Error: Database::LoadItems() (sharemem): GetItemsCount() returned -1
[Error] Error: Could not load item data. But ignoring
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Error] Could not load EQTime file ./eqtime.cfg
[Error] Unable to load ./eqtime.cfg
[Status] Reboot zone modes ON
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Warning: You need to get laid...
TCP listening on: 68.118.243.117:9000
World server listening on: 68.118.243.117:9000
Connected to LoginServer: eqemulator.net:5995
9016 New TCP connection: 127.0.0.1:3828
New zoneserver: #1 127.0.0.1:3828
Zoneserver SetConnectInfo: 127.0.0.1:3828: YourIP:7995
9047 New TCP connection: 127.0.0.1:3829
New zoneserver: #2 127.0.0.1:3829
Zoneserver SetConnectInfo: 127.0.0.1:3829: YourIP:7998
9094 New TCP connection: 127.0.0.1:3830
9094 New TCP connection: 127.0.0.1:3831
New zoneserver: #3 127.0.0.1:3831
New zoneserver: #4 127.0.0.1:3830
Zoneserver SetConnectInfo: 127.0.0.1:3830: YourIP:7999
Zoneserver SetConnectInfo: 127.0.0.1:3831: YourIP:7997
9125 New TCP connection: 127.0.0.1:3832
New zoneserver: #5 127.0.0.1:3832
Zoneserver SetConnectInfo: 127.0.0.1:3832: YourIP:7996
93282 New client from ip: 68.118.243.117 port: 3834
Logged in: FirstLogin LS#56722: xxxxxxxx
Received unknown opcode: 0x02eb size:0 bytes
Attempting autobootup of qrg (3) for Creator
Zoneserver SetZone: YourIP:7996 qrg (3)
Enter world: Creator: qrg (3)
Zoneserver SetZone: YourIP:7996 qrg (3)
Client disconnected
Removing client from ip:68.118.243.117 port:3834
Zoneserver SetZone: YourIP:7996 (0)
Zoneserver SetZone: YourIP:7996 (0)
Then on the zone it says:
[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.7-DR6
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
Error in GetItemsCount query 'SELECT MAX(id),count(*) FROM items' #1146: Table '
eq.items' doesn't exist
Error: Database::LoadItems() (sharemem): GetItemsCount() returned -1
[Error] Loading items FAILED!
Failed. But ignoring error and going on...
[Status] Loading npcs
[Status] Loading npc faction lists
[Status] Loading loot tables
[Status] Loading doors
[Status] Loading guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] 164 commands loaded
[Status] Entering sleep mode
Connected to worldserver: localhost:9000
[Status] Weather should change in 6350 seconds
Error loading NPCs from database. Bad query.
Init: Loading zone lists, zone state or spawn list, player corpses
Zonepoints loaded into memory
, timezone data - Done. ZoneID = 3; Time Offset = 0
Reading zhdr file './cfg/qrg.cfg'
Using database for safe coords.
Zone safe coords are x = 152; y = -105; z= 4
Couldn't find/read ./cfg/.cfg. (returning -1)
Corrupt (or nonexistant) zhdr file ./cfg/.cfg -- fread count = -1 (should be 588
)
Using default zone header data...
[Status] Loading Objects from DB...
[Status] Loading Ground Spawns from DB...
[Status] Loading doors for qrg ...
[Status] Done loading doors for qrg ...
[Status] Zone Bootup: qrg (3)
[Status] Zone Shutdown: qrg (3)
Yes, I notice the item database errors there, I need to fix that as well :P
Thanks in advance for any ideas you have.
|