Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::Windows Servers

Archive::Windows Servers Archive area for Windows Servers's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 06-25-2002, 06:23 PM
Drizzt40
Sarnak
 
Join Date: Jun 2002
Posts: 60
Default Server prob

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
__________________
"What eyes are these that see
the pain I know in my innermost soul
What eyes are these that see
The twisted strides of my kindred,
Led on in the wake of toys unbridled:
Arrow, bolt, and sword tip?"
Drizzt Do'Urden
Reply With Quote
  #2  
Old 06-26-2002, 04:36 AM
Drizzt40
Sarnak
 
Join Date: Jun 2002
Posts: 60
Default

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


__________________
"What eyes are these that see
the pain I know in my innermost soul
What eyes are these that see
The twisted strides of my kindred,
Led on in the wake of toys unbridled:
Arrow, bolt, and sword tip?"
Drizzt Do'Urden
Reply With Quote
  #3  
Old 06-26-2002, 05:20 AM
Shawn319
Demi-God
 
Join Date: Jan 2002
Posts: 2,073
Default

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
__________________
Shawn319
Semi-Retired EQ Addict

(Retired)EQEmu Lead Tester
(Retired)EQEmu Tech Support

(Retired)Host/ServerOP - [LIVE] Official EQEmu Test Server
(Retired)Host/ServerOP - Shawn319's All-GM Dev Test Server
(Retired)ServerOP - EQEmu Beta Server
(Retired)ServerOP - GuildWars Server
(Retired)ServerOP - Raid Addicts
--------------------------
Reply With Quote
  #4  
Old 06-26-2002, 05:33 AM
spellcaster
Sarnak
 
Join Date: Jun 2002
Posts: 59
Default

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)
Reply With Quote
  #5  
Old 06-26-2002, 05:51 AM
eblan
Fire Beetle
 
Join Date: Jun 2002
Posts: 20
Default

I ran into that same exact problem too...
Reply With Quote
  #6  
Old 06-26-2002, 06:00 AM
spellcaster
Sarnak
 
Join Date: Jun 2002
Posts: 59
Default

Im gonna try making a blank table with the mentioned fields.. see what happens
Reply With Quote
  #7  
Old 06-26-2002, 06:06 AM
spellcaster
Sarnak
 
Join Date: Jun 2002
Posts: 59
Default

Bad news

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

CREATE TABLE `EQMessages` ( `id` INT( 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!
Reply With Quote
  #8  
Old 06-26-2002, 09:29 AM
Drizzt40
Sarnak
 
Join Date: Jun 2002
Posts: 60
Default

Woot,just tried running server on my other comp which has cable,fxed everything
__________________
"What eyes are these that see
the pain I know in my innermost soul
What eyes are these that see
The twisted strides of my kindred,
Led on in the wake of toys unbridled:
Arrow, bolt, and sword tip?"
Drizzt Do'Urden
Reply With Quote
  #9  
Old 06-26-2002, 06:55 PM
eblan
Fire Beetle
 
Join Date: Jun 2002
Posts: 20
Default

Quote:
Originally Posted by spellcaster
Bad news

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

CREATE TABLE `EQMessages` ( `id` INT( 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...
Reply With Quote
  #10  
Old 06-27-2002, 03:29 AM
Drizzt40
Sarnak
 
Join Date: Jun 2002
Posts: 60
Default

Err,now if I coul only get spawns to appear in zones
__________________
"What eyes are these that see
the pain I know in my innermost soul
What eyes are these that see
The twisted strides of my kindred,
Led on in the wake of toys unbridled:
Arrow, bolt, and sword tip?"
Drizzt Do'Urden
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 11:28 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3