View Single Post
  #1  
Old 02-01-2004, 09:39 AM
Chicomalo
Sarnak
 
Join Date: Aug 2003
Location: Seattle, WA, USA
Posts: 48
Default Need Some Help please...

Hi, I need some help in trying to figure out a problem that I have. Ok right now I have a server fully set and understand alot of from it since I been messing with it around alot for the pass month. Anyways, I have it set public on my own. I can log easy on my server using Minilogin and I get no problems at all. My friend on the other end by via internet can connect as well showing in Minilogin Window that he successfuly got notice by it.

Now the problem is this, once he try to log into the server fully I get the following error.

Quote:
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.3-DR3
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=26679, max id=68199
[Status] LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading addon.ini..
[Status] Loading EQ time of day..
[Status] Reboot zone modes ON
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Screwing up windows compiles...
TCP listening on: 67.175.68.37:9000
World server listening on: 67.175.68.37:9000
Connected to LoginServer: 67.175.68.37:5999
9641 New TCP connection: 67.175.68.37:4498
9641 New TCP connection: 67.175.68.37:4499
New zoneserver: #1 67.175.68.37:4499
New zoneserver: #2 67.175.68.37:4498
Zoneserver SetConnectInfo: 67.175.68.37:4498: 67.175.68.37:7998
Zoneserver SetConnectInfo: 67.175.68.37:4499: 67.175.68.37:7996
9719 New TCP connection: 67.175.68.37:4500
9719 New TCP connection: 67.175.68.37:4501
9719 New TCP connection: 67.175.68.37:4502
New zoneserver: #3 67.175.68.37:4502
New zoneserver: #4 67.175.68.37:4501
New zoneserver: #5 67.175.68.37:4500
Zoneserver SetConnectInfo: 67.175.68.37:4500: 67.175.68.37:7997
Zoneserver SetConnectInfo: 67.175.68.37:4501: 67.175.68.37:7995
Zoneserver SetConnectInfo: 67.175.68.37:4502: 67.175.68.37:7999
138750 New client from ip: 68.69.169.175 port: 4163
68.69.169.175: Wrong name/pass: name='arkilian'
Removing client from ip:68.69.169.175 port:4163
820829 New client from ip: 67.175.68.37 port: 4515
Logged in: Local: chicomalo
Received unknown opcode: 0x00f0 size:0 bytes
898750 New client from ip: 68.69.169.175 port: 4235
68.69.169.175: Wrong name/pass: name='arkilian'
Removing client from ip:68.69.169.175 port:4235
Client disconnected
Removing client from ip:67.175.68.37 port:4515
Please note that The IP Addresses in this were change for my own and his own protection.

Here is what Minilogin Looks like;
Quote:
LoginServer.ini read.
MiniLoginAccounts.ini read.
Server mode: Standalone
Login server listening on port:5999
Matched 68.69.169.175 to 'Arkilian'
Matched 68.69.169.175 to 'Arkilian'
Matched 67.175.68.37 to 'Chicomalo'
Matched 68.69.169.175 to 'Arkilian'
Matched 68.69.169.175 to 'Arkilian'
Matched 67.175.68.37 to 'Chicomalo'
So, as you can see he is the only one that got an error about wrong name and password. I did a EQ Patch update yesterda which work find with me, he did as well today. So, what is the problem here? Not to sure, but I will provide my configuration to see if anyone here can help me with this problem.

Settings are as follow;

Quote:
[LoginServer]
loginserver=67.175.68.37
loginport=5999
worldname=CelestialWorld
worldaddress=67.175.68.37
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=

Quote:
[Database]
host=localhost
user=Chicomalo
password=*******
database=eq
compression=off

Quote:
REM:--------------Start-----------------------
@echo off

if NOT exist spells_us.txt goto NOSPELL

start zone . 67.175.68.37 7995 67.175.68.37
start zone . 67.175.68.37 7996 67.175.68.37
start zone . 67.175.68.37 7997 67.175.68.37
start zone . 67.175.68.37 7998 67.175.68.37
start zone . 67.175.68.37 7999 67.175.68.37
exit
cls

:NOSPELL
echo You did not copy the spells_en.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE

REM:---------------END------------------------
Quote:
# Max 200 lines total (including comments and blank lines)
# Blank lines may mess up the line
# reported in error messages
68.69.169.175 Arkilian *******
67.175.68.37 Chicomalo *******
So there is my setup all done on Windows XP Pro, using SQL-3.23.58-Win also using EQEmu-0.5.3-DR3, and the lastest Minilogin.

I am not running a firewall during EQ, and I have no router installed. Hope this info helps determin what is that I have wrong.

I think I saw a post somewere around here about needing to add ports 4000+ for peoples who log into my server beside the ports for the zones which are 7000+ around there. Is that true?

Thanks In Advance! for any tip, advice, and help that ya can give me.
__________________
Reply With Quote