Break Posted July 1, 2021 Posted July 1, 2021 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 Quote
0 Slammer Posted July 2, 2021 Posted July 2, 2021 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 Quote
0 Break Posted July 2, 2021 Author Posted July 2, 2021 (edited) 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 July 2, 2021 by Break Quote
Question
Break
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
clientinfo.xml
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 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.