Page 1 of 1

I've got an error.

Posted: Fri Jun 02, 2006 5:06 pm
by game13
error:
session key is not correct. closing connection

This is my server.properties file.

# ================================================================

# Bind ip of the gameserver, use * to bind on all available IPs
GameserverHostname=*
GameserverPort=8484

# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
# If this ip is resolvable by Login just leave *
ExternalHostname=*

# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
# If this ip is resolvable by Login just leave *
InternalHostname=*

# Bind ip of the loginserver, use * to bind on all available IPs
LoginserverHostname=*
LoginserverPort=2106
LoginTryBeforeBan=20

# The Loginserver host and port
LoginPort=9014
LoginHost=127.0.0.1

# This is the server id that the gameserver will request (i.e. 0 is Bartz)
RequestServerID = 0
# If set to true, the login will give an other id to the server if the requested id is allready reserved
AcceptAlternateID = True

# Database info
Driver=com.mysql.jdbc.Driver
#Driver=org.hsqldb.jdbcDriver
#Driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
URL=jdbc:mysql://localhost/l2jdb
#URL=jdbc:hsqldb:hsql://localhost/l2jdb
#URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password=
Login=root
Password=kingkong
MaximumDbConnections=10

# Datapack root directory, defaults to current directory from which the server is started
# DatapackRoot = C:/Work/tmp/DataPackC3

# Define character name template
# Example to use only : CnameTemplate=[A-Z][a-z]{3,3}[A-Za-z0-9]*
# will allow names with first capital letter, next three small letters,
# and any (capital or not) letter or number, like ZbigN1eW
# Most rational to have CnameTemplate=[A-Z][a-z]*
# meaning names only of letters with first one capital, like Zbigniew
# Default .* - any namy of any symbols
CnameTemplate=.*

# Maximum number of chars per account - 0 = illimited
CharMaxNumber = 0

# Define how many players are allowed to play simultaneously on your server.
MaximumOnlineUsers=100


# Minimum and maximum protocol revision that server allow to connect.
# You must keep MinProtocolRevision <= MaxProtocolRevision.
MinProtocolRevision = 659
MaxProtocolRevision = 659

#=============================================

What should i do?? Help me, please.

Posted: Fri Jun 02, 2006 5:46 pm
by cfx
Server issue, update server (both ls and gs) and update client, l2j is now using updated client and protocol 660.

C..

Posted: Fri Jun 02, 2006 7:17 pm
by game13
It's work! Thx so much.

Re:

Posted: Mon May 17, 2010 4:46 am
by ixer
game13 wrote:It's work! Thx so much.
what did you do? i have same problem..

Re: I've got an error.

Posted: Mon May 17, 2010 4:56 am
by janiii
lol, post from june 2006. are you serious to revive such an old thread? what is your problem? maybe try searching in other posts. give info about your revisions you use..

Re: I've got an error.

Posted: Mon May 17, 2010 8:12 pm
by ThePhoenixBird
--warning issued for necroposting

Image

--closed