Nika Posted March 13, 2019 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 36 Reputation: 0 Joined: 03/17/13 Last Seen: March 19, 2019 Share Posted March 13, 2019 (edited) Hello guys , Can you help me with this problems , and advice me how to fix it ? I am getting tired of it T_T ! I am using client : 2018-06-20eRagexeRE 24 Fix Camera Angles (Recommended) 32 Increase Zoom Out Max 33 Always Call SelectKoreaClientInfo() (Recommended) 34 Enable /showname (Recommended) 35 Read Data Folder First 36 Read msgstringtable.txt (Recommended) 38 Remove Gravity Ads (Recommended) 39 Remove Gravity Logo (Recommended) 40 Restore Login Window (Recommended) 41 Disable Nagle Algorithm (Recommended) 43 Always Use Email for Char Deletion 44 Translate Client (Recommended) 46 Use Normal Guild Brackets (Recommended) 47 Use Ragnarok Icon 48 Use Plain Text Descriptions (Recommended) 49 Enable Multiple GRFs (Recommended) 50 Skip License Screen 53 Use Ascii on All LangTypes (Recommended) 61 Disable Packet Encryption 64 @ Bug Fix (Recommended) 65 Load Custom lua file instead of iteminfo*.lub (Recommended) 69 Extend Npc Dialog Box 71 Ignore Resource Errors 72 Ignore Missing Palette Error 73 Remove Hourly Announce (Recommended) 74 Increase Screenshot Quality 76 Enforce Official Login Background 84 Remove Serial Display (Recommended) 86 Only First Login Background 88 Allow space in guild name 90 Enable DNS Support (Recommended) 91 Disconnect to Login Window 97 Cancel to Login Window (Recommended) 208 Restore Cash Shop Icon 213 Disable Help Message on Login (Recommended) 226 Disable Walk To Delay. 229 Enable Emblem hover for BG 234 Ignore Lua Errors 239 Ignore /account: command line argument 246 Increase hair style limit in game 251 Allow close cutin by pressing esc key Spoiler Spoiler Thank you very much for every advice or tip !!! Edited March 13, 2019 by Nika Quote Link to comment Share on other sites More sharing options...
0 Functor Posted March 13, 2019 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 352 Reputation: 267 Joined: 09/08/13 Last Seen: 11 hours ago Share Posted March 13, 2019 Possible reasons of "CHARACTER_INFO size error": - you use outdated rAthena which doesn't work with 2018-06-20eRagexeRE - you haven't set correct PACKETVER or done it with mistakes - you haven't recompiled rAthena - you haven't restarted server after recompilation 1 Quote Link to comment Share on other sites More sharing options...
0 Kakaroto Posted March 13, 2019 Group: Members Topic Count: 99 Topics Per Day: 0.02 Content Count: 638 Reputation: 95 Joined: 05/11/12 Last Seen: 6 hours ago Share Posted March 13, 2019 Go to: Emulator/src/custom/defines_pre.h Add: #define PACKETVER 20180620 Recompile and test. Quote Link to comment Share on other sites More sharing options...
0 Nika Posted March 13, 2019 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 36 Reputation: 0 Joined: 03/17/13 Last Seen: March 19, 2019 Author Share Posted March 13, 2019 On 3/14/2019 at 12:07 AM, Kakaroto said: Go to: Emulator/src/custom/defines_pre.h Add: #define PACKETVER 20180620 Recompile and test. Done , but still same errors UPTADE : If i diff without Quote 61 Disable Packet Encryption then I don't get error I just get disconected Quote Link to comment Share on other sites More sharing options...
0 Kakaroto Posted March 13, 2019 Group: Members Topic Count: 99 Topics Per Day: 0.02 Content Count: 638 Reputation: 95 Joined: 05/11/12 Last Seen: 6 hours ago Share Posted March 13, 2019 2 hours ago, Nika said: UPTADE : If i diff without then I don't get error I just get disconected Emulator/src/config/packets.h Change this: #ifndef PACKET_OBFUSCATION #define PACKET_OBFUSCATION // Define these inside src/custom/defines_pre.h or src/custom/defines_post.h //#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 For: #ifndef PACKET_OBFUSCATION //#define PACKET_OBFUSCATION // Define these inside src/custom/defines_pre.h or src/custom/defines_post.h //#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 But it's strange that you're still getting an error, new clients no longer have packet obisfaction, hang up there as in the example above, recompile and test. Quote Link to comment Share on other sites More sharing options...
0 Nika Posted March 13, 2019 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 36 Reputation: 0 Joined: 03/17/13 Last Seen: March 19, 2019 Author Share Posted March 13, 2019 (edited) 11 minutes ago, Kakaroto said: Emulator/src/config/packets.h Change this: #ifndef PACKET_OBFUSCATION #define PACKET_OBFUSCATION // Define these inside src/custom/defines_pre.h or src/custom/defines_post.h //#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 For: #ifndef PACKET_OBFUSCATION //#define PACKET_OBFUSCATION // Define these inside src/custom/defines_pre.h or src/custom/defines_post.h //#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 But it's strange that you're still getting an error, new clients no longer have packet obisfaction, hang up there as in the example above, recompile and test. I // packet how you advice me , recompile , but still same error Edited March 13, 2019 by Nika Quote Link to comment Share on other sites More sharing options...
0 Nika Posted March 13, 2019 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 36 Reputation: 0 Joined: 03/17/13 Last Seen: March 19, 2019 Author Share Posted March 13, 2019 I // packet how you advice me , recompile , but still same error Quote Link to comment Share on other sites More sharing options...
0 Kakaroto Posted March 13, 2019 Group: Members Topic Count: 99 Topics Per Day: 0.02 Content Count: 638 Reputation: 95 Joined: 05/11/12 Last Seen: 6 hours ago Share Posted March 13, 2019 18 minutes ago, Nika said: I // packet how you advice me , recompile , but still same error error post print, one of the errors up there was just missing files, the other was referring to packets. error post print to know what to do. Quote Link to comment Share on other sites More sharing options...
0 Nika Posted March 13, 2019 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 36 Reputation: 0 Joined: 03/17/13 Last Seen: March 19, 2019 Author Share Posted March 13, 2019 4 minutes ago, Kakaroto said: error post print, one of the errors up there was just missing files, the other was referring to packets. error post print to know what to do. Ok I need to fix one by one , I still get Character_info error 144 after that that costume missing error. After changing what you advice me still the Character_info error 144 is still there. I am really frustrated , I think I tryed everything Quote Link to comment Share on other sites More sharing options...
0 Nika Posted March 14, 2019 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 36 Reputation: 0 Joined: 03/17/13 Last Seen: March 19, 2019 Author Share Posted March 14, 2019 9 hours ago, Functor said: Possible reasons of "CHARACTER_INFO size error": - you use outdated rAthena which doesn't work with 2018-06-20eRagexeRE - you haven't set correct PACKETVER or done it with mistakes - you haven't recompiled rAthena - you haven't restarted server after recompilation 1. I used rathena from github link : https://github.com/rathena/rathena ( I was doing it by this guide : https://rathena.org/board/topic/111830-tutorial-video-edition-how-to-setup-rathena-and-run-ragnarok-updated-2018-7-28/ ) 2. My PACKETVER looks like this in Emulator/src/custom/defines_pre.h : // Copyright (c) rAthena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder #ifndef CONFIG_CUSTOM_DEFINES_PRE_HPP #define CONFIG_CUSTOM_DEFINES_PRE_HPP /** * rAthena configuration file (http://rathena.org) * For detailed guidance on these check http://rathena.org/wiki/SRC/config/ **/ #define PACKETVER 20180620 #endif /* CONFIG_CUSTOM_DEFINES_PRE_HPP */ I think is without mistakes cause rathena saw which packet version is defined : Spoiler 4. I recompiled rAthena 5. I restarted server after recompilation Any other tips ? Quote Link to comment Share on other sites More sharing options...
0 Functor Posted March 14, 2019 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 352 Reputation: 267 Joined: 09/08/13 Last Seen: 11 hours ago Share Posted March 14, 2019 You should upload your emulator's folder with removed passwords in configs and post a link here. EXE files of emulator has to be in archive too(login-server.exe, char-server.exe, map-server.exe). Quote Link to comment Share on other sites More sharing options...
0 Nika Posted March 14, 2019 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 36 Reputation: 0 Joined: 03/17/13 Last Seen: March 19, 2019 Author Share Posted March 14, 2019 UPTADE : I used older client for now and it's working without errors , but still thank you all ! Quote Link to comment Share on other sites More sharing options...
Question
Nika
Hello guys ,
Can you help me with this problems , and advice me how to fix it ? I am getting tired of it T_T !
I am using client : 2018-06-20eRagexeRE
Thank you very much for every advice or tip !!!
Edited by NikaLink to comment
Share on other sites
11 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.