Jump to content
  • 0

Hard to get in on the server from my client


Forshaken

Question


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.01
  • Content Count:  148
  • Reputation:   21
  • Joined:  11/12/18
  • Last Seen:  

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

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  218
  • Reputation:   152
  • Joined:  11/28/11
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.01
  • Content Count:  148
  • Reputation:   21
  • Joined:  11/12/18
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  218
  • Reputation:   152
  • Joined:  11/28/11
  • Last Seen:  

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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.01
  • Content Count:  148
  • Reputation:   21
  • Joined:  11/12/18
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  218
  • Reputation:   152
  • Joined:  11/28/11
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  89
  • Topics Per Day:  0.02
  • Content Count:  232
  • Reputation:   15
  • Joined:  11/02/13
  • Last Seen:  

I am using  2018-06-21 and dont change clientinfo.xml to sclientinfo.xml.

Use the latest nemo of @4144 https://gitlab.com/4144/Nemo

Also use this https://github.com/zackdreaver/ROenglishRE or try to merge on your data.

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...