Jump to content
  • 0

Incorrect Packet Checksum, Closing Connection.


numl0ckas

Question

Hello, I was in game and I make server restart after restart  I get this I can't join... In GameServer all okey, but in LoginServer.log i get this:

Server pack: aCis 317 (last)
OS: Debian 7

stdout.log

Incorrect packet checksum, closing connection.

java0.log0

2014.01.26 02:12:48,374    WARNING    38    net.sf.l2j.loginserver.GameServerThread    Incorrect packet checksum, closing connection.

GameServerThread.java

              // decrypt if we have a key
                data = _blowfish.decrypt(data);
                checksumOk = NewCrypt.verifyChecksum(data);
                if (!checksumOk)
                {
                    _log.warning("Incorrect packet checksum, closing connection.");
                    return;
                }

Thanks for helping...
 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

This rarely occurs in all L2J packs.

Decryption isn't always 100% accurate.

Every time it occurs, you can shut down LoginServer (let GameServer run), and run it again.

Players will be able to log in again.

Edited by parizakis
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock