Jump to content
  • 0

Hard to get in on the server from my client


Question

Posted

I log in multiple times before i get in. I dont know what is the problem. Most of the time it says.Rejected from the server(3),failed to connect to server,disconnected from server and server is closed (1). Help me to find out what might be the problem. Thanks in Advance

6 answers to this question

Recommended Posts

  • 0
Posted
20 minutes ago, Forshaken said:

I log in multiple times before i get in. I dont know what is the problem. Most of the time it says.Rejected from the server(3),failed to connect to server,disconnected from server and server is closed (1). Help me to find out what might be the problem. Thanks in Advance

exe date?

if you use 20180621

edit : src\config\packets.h

#ifndef PACKETVER
    /// Do NOT edit this line! To set your client version, please do this instead:
    /// In Windows: Add this line in your src\custom\defines_pre.hpp file: #define PACKETVER YYYYMMDD
    /// In Linux: The same as above or run the following command: ./configure --enable-packetver=YYYYMMDD
    #define PACKETVER 20180621
#endif

  • 0
Posted
On 4/19/2019 at 12:46 PM, Slammer said:

exe date?

if you use 20180621

edit: src\config\packets.h

#ifndef PACKETVER
    /// Do NOT edit this line! To set your client version, please do this instead:
    /// In Windows: Add this line in your src\custom\defines_pre.hpp file: #define PACKETVER YYYYMMDD
    /// In Linux: The same as above or run the following command: ./configure --enable-packetver=YYYYMMDD
    #define PACKETVER 20180621
#endif

Already did but still it is to hard to get in. I can go inside the game but it is too hard to get in

Seems like something is blocking my connection from server to my client that causes the inconsistency of the connections.

20170614

  • 0
Posted (edited)
19 hours ago, Forshaken said:

Seems like something is blocking my connection from server to my client that causes the inconsistency of the connections.

have you tried patch nemo with :

-Disable Packet encryption

setting server :

\src\config\packets.h

    #ifndef PACKET_OBFUSCATION
        //#define PACKET_OBFUSCATION

        // Define these inside src/custom/defines_pre.hpp or src/custom/defines_post.hpp
        //#define PACKET_OBFUSCATION_KEY1 <key1>
        //#define PACKET_OBFUSCATION_KEY2 <key2>
        //#define PACKET_OBFUSCATION_KEY3 <key3>

        /// Comment this to disable warnings for missing client side encryption
        //#define PACKET_OBFUSCATION_WARN

to :

    #ifndef PACKET_OBFUSCATION
        #define PACKET_OBFUSCATION

        // Define these inside src/custom/defines_pre.hpp or src/custom/defines_post.hpp
        //#define PACKET_OBFUSCATION_KEY1 <key1>
        //#define PACKET_OBFUSCATION_KEY2 <key2>
        //#define PACKET_OBFUSCATION_KEY3 <key3>

        /// Comment this to disable warnings for missing client side encryption
        #define PACKET_OBFUSCATION_WARN

 

Edited by Emistry
Please use codebox
  • 0
Posted
7 minutes ago, Slammer said:

have you tried patch nemo with:

-Disable Packet encryption

setting server:

\src\config\packets.h

    #ifndef PACKET_OBFUSCATION
        //#define PACKET_OBFUSCATION

        // Define these insidesrc/custom/defines_pre.hpp or src/custom/defines_post.hpp
        //#define PACKET_OBFUSCATION_KEY1 <key1>
        //#define PACKET_OBFUSCATION_KEY2 <key2>
        //#define PACKET_OBFUSCATION_KEY3 <key3>

        /// Comment this to disable warnings for missing client side encryption
        //#define PACKET_OBFUSCATION_WARN

to:

    #ifndef PACKET_OBFUSCATION
        #define PACKET_OBFUSCATION

        // Define these insidesrc/custom/defines_pre.hpp or src/custom/defines_post.hpp
        //#define PACKET_OBFUSCATION_KEY1 <key1>
        //#define PACKET_OBFUSCATION_KEY2 <key2>
        //#define PACKET_OBFUSCATION_KEY3 <key3>

        /// Comment this to disable warnings for missing client side encryption
        #define PACKET_OBFUSCATION_WARN

yes i disabled packet enryption on my exe and on packet.h

  • 0
Posted
8 minutes ago, Forshaken said:

yes i disabled packet enryption on my exe and on packet.h

I tried to help you, I asked for the IP server and the date exe for check. if you want me to help you please send it via private message

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...