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 03-01-2003, 10:57 AM
Arkaiden
Sarnak
 
Join Date: Feb 2002
Posts: 57
Default People arent send to zone! They get kicked before

When someone tries to log onto my server, I just get a connection in world.exe and then they get kicked. Any ideas?


Using database 'eq' at localhost
EQEMu 0.4.2 eRAMNotes Sucks!
Loading Variables, zone names & items...
EMuShareMem.dll loaded.
Loading items from database...
...done.
LoginServer.ini read.
Loading guild ranks...done.
Loading EQ time of day...Reading time file failed, bytes read: 0
failed.
Formatting drive C:
World server listening on: arkaiden.ath.cx:9000
Connected to LoginServer: eqlogin2.eqemu.net:5999
New TCP connection: 192.168.0.1:4538
New zoneserver: #1 192.168.0.1:4538
Zoneserver SetConnectInfo: 192.168.0.1:4538: arkaiden.ath.cx:7997
New TCP connection: 192.168.0.1:4539
New zoneserver: #2 192.168.0.1:4539
New TCP connection: 192.168.0.1:4540
New zoneserver: #3 192.168.0.1:4540
Zoneserver SetConnectInfo: 192.168.0.1:4539: arkaiden.ath.cx:7996
Zoneserver SetConnectInfo: 192.168.0.1:4540: arkaiden.ath.cx:7995
212938 New client from ip: 209.215.52.12 port: 1120
Account Attempting to be created:Cola di Rienza 0
Logged in: LS#16489: Cola di Rienza
Logged in: LS#16489: Cola di Rienza
Guild Send Request...
Sending character information.
Unknown opcode: 0x0008 size:0
Unknown opcode: 0x0073 size:0
Unknown opcode: 0x0008 size:0
Unknown opcode: 0x9280 size:0
Unknown opcode: 0x9480 size:0
Unknown opcode: 0x008e size:0
Client disconnected
Removing client from ip:209.215.52.12 port:1120
Reply With Quote
  #2  
Old 03-01-2003, 12:21 PM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

whats your network setup...
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote
  #3  
Old 03-01-2003, 09:58 PM
hiddenfear
Sarnak
 
Join Date: Feb 2003
Location: Chicago
Posts: 31
Default

I get those same errors when my friend or anyone else for that matter tries to connect to my server. All I have is a DSL modem running to my network card. Nothing major. I searched the forums for people who have/had the same problems. I tried everything that everyone what the others said in the other threads. What seems to fix other people's problems dont seem to fix mine. I`m so frustrated. lol

-Ellusion
Reply With Quote
  #4  
Old 03-01-2003, 11:52 PM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

My guess would be bad firewall set up...

Running any port blocking services on your machine ? Doesnt 2000 have a firewall by default ?
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote
  #5  
Old 03-02-2003, 12:21 AM
Arkaiden
Sarnak
 
Join Date: Feb 2002
Posts: 57
Default

What do you mean with network setup?

Firewall in XP is off, definately
no other Firewall installed
Reply With Quote
  #6  
Old 03-02-2003, 02:24 PM
hiddenfear
Sarnak
 
Join Date: Feb 2003
Location: Chicago
Posts: 31
Default

I go tthe same errors as you, some unknown upcode. I took a good hour and read thought the forums and searched. I came to this conclusion. My upload spead is to slow to respond to clients fast enough, causing them to disconnect/LD. That might be your problem as well. :(

-Ellusion

With that note, anyone starting a server and need some help? I would love to help some people. I wanna learn this stuff
Reply With Quote
  #7  
Old 03-03-2003, 01:33 AM
Arkaiden
Sarnak
 
Join Date: Feb 2002
Posts: 57
Default

It worked perfectly, some time ago, but i have no idea what i changed.


ARkaiden
Reply With Quote
  #8  
Old 03-03-2003, 02:22 AM
hiddenfear
Sarnak
 
Join Date: Feb 2003
Location: Chicago
Posts: 31
Default

Awesome. Good job. Wsh I could fix my problem. but now I set up a Network with a Firewall hub, so I cant for sure now lol.
Reply With Quote
  #9  
Old 03-03-2003, 02:53 AM
Roadkill
Sarnak
 
Join Date: Apr 2002
Posts: 31
Default

I have this same problem while trying to run my own server locally. Can create connect and create characters just fine. It's when I click Enter World that the server instantly boots me. Loads up the zone and everything, just that the client never makes it into that zone.
Reply With Quote
  #10  
Old 03-03-2003, 05:47 AM
Arkaiden
Sarnak
 
Join Date: Feb 2002
Posts: 57
Default

When the people are sent to the zone i get some wierd errors, have no idea what they mean, anyone an idea?

Using database 'eq' at localhost
EQEMu 0.4.3
Loading Variables, zone names, items, loottables & NPCs...
EMuShareMem.dll loaded.
...done.
done.
Loading guild ranks...done.
Loading faction data...done.
Entering sleep mode
Connected to worldserver: 127.0.0.1:9000
Init: Loading zone lists, zone state or spawn list, player corpsesError in LoadP
layerCorpses query 'SELECT id, charid, charname, x, y, z, heading, data, timeofd
eath FROM player_corpses WHERE zoneid='34'' #1054: Unknown column 'timeofdeath'
in 'field list'
ERROR: Couldn't load player corpses.
Zone->Init failed

my Boot5zones.bat looks like this


start zone . arkaiden.ath.cx 7995 127.0.0.1
start zone . arkaiden.ath.cx 7996 127.0.0.1
start zone . arkaiden.ath.cx 7997 127.0.0.1
rem start zone . YourIP 7998 YourIP
rem start zone . YourIP 7999 YourIP
Arkaiden
Reply With Quote
  #11  
Old 03-03-2003, 06:20 AM
Roadkill
Sarnak
 
Join Date: Apr 2002
Posts: 31
Default

Looks like a MySQL error. It's complaining that the column 'timeofdeath' doesn't exist, so the corpse lookup fails.
Reply With Quote
  #12  
Old 03-03-2003, 09:44 AM
hiddenfear
Sarnak
 
Join Date: Feb 2003
Location: Chicago
Posts: 31
Default

Hey, try to backstep for me and let me know waht you did to get rid of those unknown opcode errors. I would really love to get a server running. I jsut figured out how to run a server live on the net behind a router/hub.

-Ellusion
Reply With Quote
  #13  
Old 04-03-2003, 02:43 PM
Lanick M
Fire Beetle
 
Join Date: Apr 2003
Posts: 13
Default I am getting this exact same error.

Ok here is what I have done. I have a zip file with all of the EQLive files current as of 03/31/03 the day before the next patch. If I use these files and then patch with EQEmu I can log in...create the characters and everything else but when I try and enter the world it boots me, and in WORLD.EXE it says something to the effect of:

Error: InflatePacket: inflate<> returned -3 'unknown compression method'

It does this after the Sending List of guilds section and then Unknown opcodes twice and then gives the above error.
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Now if I install straight from the CD and just run the EQEmu patcher I have all kinds of missing files, I extract those specific files from the EQArchive zip file and then repatch and run the client. It will let me log in, but before I get to the Character creation screen it just blows up. No errors no nothing, just back to the desktop.


Any Ideas?
Reply With Quote
  #14  
Old 04-04-2003, 04:20 AM
Minena
Fire Beetle
 
Join Date: Feb 2003
Posts: 10
Default

Locally I can log in, create characters, enter world, but... on 2nd machine, I login, create character, and hit enter and world kicks them out as shown below:

Using database 'eqe' at localhost
[Status] CURRENT_WORLD_VERSION:EQEMu 0.4.4-DR1
[Error] CURRENT_WORLD_VERSION:EQEMu 0.4.4-DR1
Loading Variables, zone names & items...
EMuShareMem.dll loaded.
Loading items from database...
...done.
LoginServer.ini read.
Loading guild ranks...done.
Loading EQ time of day..."./eqtime.cfg" is NOT a vaild EQTime file. File version
is 0; EQTime version is 1000 - failed.
Deleted 0 stale player corpses from database.
Deleted -1 stale player backups from database.
Formatting drive C:
TCP listening on: 192.168.200.2:9000
World server listening on: 192.168.200.2:9000
Connected to LoginServer: localhost:5999
18234 New TCP connection: 127.0.0.1:1110
18250 New TCP connection: 127.0.0.1:1111
New zoneserver: #1 127.0.0.1:1110
18281 New TCP connection: 127.0.0.1:1112
18281 New TCP connection: 127.0.0.1:1113
18281 New TCP connection: 127.0.0.1:1114
New zoneserver: #2 127.0.0.1:1114
New zoneserver: #3 127.0.0.1:1113
New zoneserver: #4 127.0.0.1:1112
New zoneserver: #5 127.0.0.1:1111
Zoneserver SetConnectInfo: 127.0.0.1:1110: localhost:7999
Zoneserver SetConnectInfo: 127.0.0.1:1111: localhost:7995
Zoneserver SetConnectInfo: 127.0.0.1:1112: localhost:7998
Zoneserver SetConnectInfo: 127.0.0.1:1113: localhost:7996
Zoneserver SetConnectInfo: 127.0.0.1:1114: localhost:7997
459500 New client from ip: 192.168.200.3 port: 1036
Logged in: Local: rolinya
Sending list of guilds
Unknown opcode: 0x3541 size:2056
Unknown opcode: 0x3941 size:2056
Error: InflatePacket: inflate() returned -3 'unknown compression method'
Attempting autobootup of freportn (8) for Rolinya
Zoneserver SetZone: localhost:7999 freportn (8)
Enter world: Rolinya: freportn (8)
Broadcasting a world time update
Zoneserver SetZone: localhost:7999 freportn (8)
Client disconnected
Removing client from ip:192.168.200.3 port:1036
Zoneserver SetZone: localhost:7999 (0)
Zoneserver SetZone: localhost:7999 (0)



I am running 2000 on both machines.
The only firewall is in my router which doesnt come into play here as this is all local.

Any suggestions?

Thank you

Minena

"Life is too short....party naked."
Reply With Quote
  #15  
Old 04-04-2003, 09:33 AM
Bigpull
Discordant
 
Join Date: Feb 2003
Posts: 305
Default

Actualy your routers firewall does come into play but thats not why i'm posting.

Quote:
Zoneserver SetConnectInfo: 127.0.0.1:1114: localhost:7997
459500 New client from ip: 192.168.200.3 port: 1036
Anyone care to guess where 192.168.200.3 is trying to connect to?



Yep localhost
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 09:39 PM.


 

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