PDA

View Full Version : Just another 'incorect version'


donfi
07-19-2002, 08:03 AM
I have read the readme and followed it in setting up my server.
I think I should be getting this

LoginServer.ini read.
Using database 'eq' at localhost
Loading items...done.
Loading guild ranks...done.
World server listening on: YourIP:9000
Connected to LoginServer: eqlogin.eqemu.org:5999


I am getting this

LoginServer.ini read.
Using database 'eq' at localhost
Loading items...done.
Loading guild ranks...done.
World server listening on: Port 9000
Connected to LoginServer: eqlogin.eqemu.org:5999
Login server responded with FatalError. Disabling reconnect
Error message: 'Incorrect version'

These are my config files

[LoginServer]
loginserver=eqlogin1.eqemu.org
loginserver2=eqlogin2.eqemu.org
loginport=5999
loginport2=5999
worldname=jd's place
locked=false
account=
password=
worldaddress=24.127.8.45

[LoginConfig]
ServerMode=Standalone
ServerPort=5999

I eliminated the extra three lines in an attempt to cure the problem. I did however make a backup copy so they can be restored.

REM:--------------Start-----------------------


@echo off
start zoneNT . 24.127.8.45 7995 127.0.0.1
start zoneNT . 24.127.8.45 7996 127.0.0.1
start zoneNT . 24.127.8.45 7997 127.0.0.1
start zoneNT . 24.127.8.45 7998 127.0.0.1
start zoneNT . 24.127.8.45 7999 127.0.0.1
exit
cls


REM:---------------END------------------------

[Registration Servers]
{
"eqlogin1.eqemu.org:5999"
}
[Login Servers]
{
"eqlogin1.eqemu.org:5999"
"eqlogin2.eqemu.org:5999"
}

I have read something about a patch but can not find it in the Sourceforge.

can someone plz help?

Lurker_005
07-19-2002, 08:16 AM
While not the problem, put the extra lines back in loginserver.ini

Are you sure your world.exe and zone.exe are from the 3.4 eqemu release? It is the loginserver complaining your trying to connect with the wrong world.exe version.

donfi
07-19-2002, 08:38 AM
thanks I was using 3.3.1. I down loaded it from eqemu and that is the only one they had. It did not occur to me that the link on eqemu's sight would not be the newest.

Shawn319
07-19-2002, 09:06 AM
[LoginConfig]
ServerMode=Standalone
ServerPort=5999

you're missing some lines at the end of loginserver.ini. re-extract the 0.3.4 loginserver.ini and set it up again (new loginserver.ini has all the required lines).

donfi
07-19-2002, 09:24 AM
I have put these lines back in.

UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=


Once again thanks
:D

Shawn319
07-19-2002, 09:27 AM
Just saw this:

I eliminated the extra three lines in an attempt to cure the problem. I did however make a backup copy so they can be restored.

baaaad thing :)

donfi
07-21-2002, 05:20 AM
I am a programer and technition. When something does not work I begin troubleshooting. Sometimes eliminating blank lines like

anything=

does make things work because the code was removed but no changes made in the config file. That can screw up the read routines by leaving unexpected things in the buffer. It is just one part of my routine.

When messing in territory that is new and I have not experimented for 3 months to a year on, or when using a new version I always make back-up copies of the original files.

If you do it safe ie make backups it is not necc. a bad thing just a learning exp.