PDA

View Full Version : Incorrect Version


_OZZY_
02-24-2002, 06:00 PM
I know you all are probably tired of these errors, but ... here goes ....

I can't get past login on a local server with eqemu / eqemu. Here's all the pertinent info:

EverQuest Error Message
Error 1002: Incorrect version!!
Run the patch program to ensure you
have the current version.


eqhost.txt
[Registration Servers]
{
"everquest.kicks-ass.net:5999"
}
[Login Servers]
{
"everquest.kicks-ass.net:5999"
}

Boot5ZonesWin9x.bat
@echo off
start zone9x . 127.0.0.1 9001 127.0.0.1
start zone9x . 127.0.0.1 9002 127.0.0.1
start zone9x . 127.0.0.1 9003 127.0.0.1
start zone9x . 127.0.0.1 9004 127.0.0.1
start zone9x . 127.0.0.1 9005 127.0.0.1
exit
cls


db.ini
[Database]
host=everquest.kicks-ass.net
user=*****
password=*****
database=eq

LoginServer.ini
[LoginServer]
loginserver=everquest.kicks-ass.net
worldname=The Crazy Train
locked=false
account=
password=
worldaddress=everquest.kicks-ass.net



Any help is appreciated.

1018BootsYou
02-24-2002, 08:28 PM
I don't know if this is the fix you're looking for, but we've been able to get past that by using port 5997 in eqhost.txt.

I can't get my server to show up in the list, though. Strange, as I see other people's show up.

G'luck,
-1018

_OZZY_
02-25-2002, 12:59 AM
For the registration server, the login server, or both? I'll tinker around with it and see what happens. Thanks.