[SOLVED] invalid packet, Connection closed

Results 1 to 6 of 6
  1. #1
    Apprentice totalblood is offline
    MemberRank
    Jan 2015 Join Date
    10Posts

    [SOLVED] invalid packet, Connection closed

    hi everyone.

    I'm download and compiled this source files https://forum.ragezone.com/f613/rele...ource-1079528/

    All it's ok with server files, but, i had compiled the client (ACEOnline.atm) and this don't work, i don't make any changes, only compiled and test, and don't work :c.

    When i log, the game start and show me the first image and close, giving the attached error.

    capture.png

    I use another client compiled (i don't have the source) and this work fine, i think what the problem is on the client source, but i don't know what make, can someome help me ?.

    FieldServer Logs:

    Code:
    11-19 20:04:32|Socket Connect SocketIndex[204] PeerIP[ xx.xx.xxx.x] Port[3572]11-19 20:04:32|Socket Closed  Client( x.xx.xxx.xx:3572) SocketType(9) |SockIdx( 204)| MaxWriteBufCounts[   0] ==> reason 65537[0X010001], deletedPacketCount(0)11-19 20:04:32|[Error] CIOCPSocket::OnReceive invalid packet, SocketIndex[204]
    Thanks in advanced.
    Last edited by totalblood; 21-11-15 at 07:57 AM. Reason: Solved


  2. #2
    [SOLVED] invalid packet, Connection closed Future is offline
    LegendRank
    Dec 2011 Join Date
    2,265Posts

    Re: [HELP] invalid packet, Connection closed

    Make sure you compile with the same AtumProtocol.h in both Server/GameServers/CommonGameServer and client/common.

    I can personally suggest combining those in 1 common directory to avoid different versions of the same file

  3. #3
    Apprentice totalblood is offline
    MemberRank
    Jan 2015 Join Date
    10Posts

    Re: [HELP] invalid packet, Connection closed

    Don't work :/ , compiled with the same file, and combinned the directories to compile again and the error continue.

    Another idea ?

    thanks in advance

  4. #4
    struct { int:-!!(1); } Aesir is offline
    MemberRank
    May 2015 Join Date
    MadnessLocation
    279Posts

    Re: [HELP] invalid packet, Connection closed

    Quote Originally Posted by totalblood View Post
    Don't work :/ , compiled with the same file, and combinned the directories to compile again and the error continue.

    Another idea ?

    thanks in advance
    A guy gave already the solution, just search it and understand what you're fucking doing.

  5. #5
    [SOLVED] invalid packet, Connection closed St34lth4ng3l is offline
    MemberRank
    Apr 2013 Join Date
    __FILE__Location
    899Posts

    Re: [HELP] invalid packet, Connection closed

    Check your packet keys

  6. #6
    Apprentice totalblood is offline
    MemberRank
    Jan 2015 Join Date
    10Posts

    Re: [HELP] invalid packet, Connection closed

    Quote Originally Posted by St34lth4ng3l View Post
    Check your packet keys
    Solved!. Thanks a lot.



    Quote Originally Posted by Aesir View Post
    A guy gave already the solution, just search it and understand what you're fucking doing.
    I'm really want learn about this...., i'm not a common user that want compile any file and start a bug server... Anyway, thanks for take your time to... "help" . . .



Advertisement