Jump to content
  • 0

2018-06-21aRagexeRE Problem


Break

Question


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  153
  • Reputation:   14
  • Joined:  07/07/12
  • Last Seen:  

After loading the character, the client closes without any errors, and this also does not always happen and after one or two.

There are no errors in the console

[Status]: Using packet version: 20180621.
[Status]: Packet Obfuscation: Disabled.

clientinfo.xml 

 

<version>55</version>

 

CDClient.dll from the Input folder of the nemo patcher

Data/lua from https://github.com/zackdreaver/ROenglishRE

List of patches in attachment

Please help me solve the problem, dear experts.

2018-06-21aRagexeRE_patched.exe.log

Link to comment
Share on other sites

2 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:  

12 hours ago, Break said:

After loading the character, the client closes without any errors, and this also does not always happen and after one or two.

There are no errors in the console


[Status]: Using packet version: 20180621.
[Status]: Packet Obfuscation: Disabled.

clientinfo.xml 

 


<version>55</version>

 

CDClient.dll from the Input folder of the nemo patcher

Data/lua from https://github.com/zackdreaver/ROenglishRE

List of patches in attachment

Please help me solve the problem, dear experts.

2018-06-21aRagexeRE_patched.exe.log 2.64 kB · 0 downloads

Enable [Disable packet Encryption] on nemo

src\config\packets.hpp

#if PACKETVER >= 20110817
    /// Comment to disable the official packet obfuscation support.
    /// This requires PACKETVER 2011-08-17 or newer.
    #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
    #endif
#else

to

#if PACKETVER >= 20110817
    /// Comment to disable the official packet obfuscation support.
    /// This requires PACKETVER 2011-08-17 or newer.
    #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
    #endif
#else

and recompile

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  153
  • Reputation:   14
  • Joined:  07/07/12
  • Last Seen:  

That was not the problem. The solution was like this:

I have a built-in RCX mod on my server, but it is not yet available in the new client.

The server itself was sending an unknown packet to the client, hence the failure.

The problem has been resolved.

Edited by Break
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...