PDA

View Full Version : Server prob


Drizzt40
06-25-2002, 06:23 PM
Server gets on server list fine,I go to char screen,make a char in qeynos. Try to load it and it goes to loading screen but then screen goes black and loads another eqw in the background. I use Alt tab to get to it,I try running that one instead,same process of going to char screen and then making another eqw in background while the other one closed. This goes on...Anybody know what to do for this:confused:

Drizzt40
06-26-2002, 04:36 AM
Just get booted back to server select screen now...with this message:

Loading guild ranks...done.
Loading faction data...done.
Connected to worldserver: 172.133.35.192:9000
Entering sleep mode
Map: Maps\cabeast.map not found.
ZoneID = 106
Reading zhdr file './cfg/cabeast.cfg'
Using database for safe coords.
Zone safe coords are x = -417; y = 1362; z= 5
-----------
Zone server 'cabeast' listening on port:7999
-----------
233870 New client from ip: 172.133.35.192 port: 1132
Login packet 1 (OP_SetDataRate = 5)
Unexpected packet during CLIENT_CONNECTING2: OpCode: 0xe821, size: 4
0: 00 00 A0 40 | ...@
Login packet 2
Loaded playerprofile for Jukshail - size: 8244/8244
Loaded alt_adv_table for Jukshail - size: 256/256
Client disconnected: Jukshail
Dropping client: Process=false, ip=172.133.35.192, port=1132
Automatic shutdown
Message:----SERVER SHUTDOWN----
Zone shutdown: going to sleep


:confused: :confused: :confused:

Shawn319
06-26-2002, 05:20 AM
Report the unexpected packet ( Unexpected packet during CLIENT_CONNECTING2: OpCode: 0xe821, size: 4
0: 00 00 A0 40 | ...@ ) to a @ in the chat room (but that probably isint the problem).


i dont think the AOL proxy helps much either =P

spellcaster
06-26-2002, 05:33 AM
I loaded the DB supplied with it - just so I could see EQEmu in action.. and...

Zoneserver SetZone: 192.168.100.101:7995 gfaydark
Enter world: Starlite: gfaydark
Zoneserver SetZone: 192.168.100.101:7995 gfaydark
89015 New client from ip: 192.168.100.105 port: 1208
Login packet 1 (OP_SetDataRate = 10)
Unexpected packet during CLIENT_CONNECTING2: OpCode: 0xe821, size: 4
0: 00 00 20 41 | .. A
Login packet 2
Loaded playerprofile for Starlite - size: 8244/8244
Loaded alt_adv_table for Starlite - size: 256/256
Login packet 3
Zhdr request (Login 4)
Sending zonepoints...done
Sending objects...done
Enterzone complete (Login 5)
Sending doorspawns...done
Error in GetMessageNum query 'SELECT id FROM EQMessages WHERE recip = 'Starlite'' #1146: Table 'eq.EQMessages' doesn't exist
Unknown opcode: 0x2022 size:4
Client disconnected
Removing client from ip:192.168.100.105 port:1206
Client disconnected: Starlite
Automatic shutdown

The db.sql which comes with it, has NO EQMessages table... :((

So, please please tell me what I missed...... (I must be numb)

eblan
06-26-2002, 05:51 AM
I ran into that same exact problem too...

spellcaster
06-26-2002, 06:00 AM
Im gonna try making a blank table with the mentioned fields.. see what happens

spellcaster
06-26-2002, 06:06 AM
Bad news

I made a table (having done a grep on the code) as

CREATE TABLE `EQMessages` ( `id` INT(8) NOT NULL, `recip` VARCHAR(20) NOT NULL, `sender` VARCHAR(20) NOT NULL, `subject` VARCHAR(80) NOT NULL, `body` VARCHAR(255) NOT NULL, `date` VARCHAR(25) NOT NULL );

It got further, but I then got


Zhdr request (Login 4)
Sending zonepoints...done
Sending objects...done
Enterzone complete (Login 5)
Sending doorspawns...done
Unknown opcode: 0x2022 size:4
Client disconnected
Removing client from ip:192.168.100.105 port:1212
Client disconnected: Starlite
Automatic shutdown

So - no real step nearer.. DAMN!

Drizzt40
06-26-2002, 09:29 AM
Woot,just tried running server on my other comp which has cable,fxed everything :D

eblan
06-26-2002, 06:55 PM
Bad news

I made a table (having done a grep on the code) as

CREATE TABLE `EQMessages` ( `id` INT(8) NOT NULL, `recip` VARCHAR(20) NOT NULL, `sender` VARCHAR(20) NOT NULL, `subject` VARCHAR(80) NOT NULL, `body` VARCHAR(255) NOT NULL, `date` VARCHAR(25) NOT NULL );

It got further, but I then got


Zhdr request (Login 4)
Sending zonepoints...done
Sending objects...done
Enterzone complete (Login 5)
Sending doorspawns...done
Unknown opcode: 0x2022 size:4
Client disconnected
Removing client from ip:192.168.100.105 port:1212
Client disconnected: Starlite
Automatic shutdown

So - no real step nearer.. DAMN!

Seems the message system is disabled anyway, I made a table EQMessages with only 2 fields id and recip. With a Dark Elf Necro I got into 3rd gate fine, game would crash when i'd try to #zone but I could get back in because the character did change zones. My Iksar Shaman can't seem to login no matter what zone he's in (zones that work fine with the necro). Try a different race/class/home zone... :)

Drizzt40
06-27-2002, 03:29 AM
Err,now if I coul only get spawns to appear in zones :mad: