Jump to content
  • 0

CHARACTER_INFO size error and Resource file error


Nika

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  03/17/13
  • Last Seen:  

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

331033306_Beznzvu.thumb.png.3ab5f2de17c6ff328c04fd4b7d4cec18.png

 

 

 

 

Spoiler

1950290041_Beznzvu1.thumb.png.361fbe7de464e58aa6e42abf2563c86b.png

 

Thank you very much for every advice or tip !!!

Edited by Nika
Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  351
  • Reputation:   263
  • Joined:  09/08/13
  • Last Seen:  

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

  • Love 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  99
  • Topics Per Day:  0.02
  • Content Count:  623
  • Reputation:   94
  • Joined:  05/11/12
  • Last Seen:  

Go to:

Emulator/src/custom/defines_pre.h

Add:

 

#define PACKETVER 20180620

 

Recompile and test.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  03/17/13
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  99
  • Topics Per Day:  0.02
  • Content Count:  623
  • Reputation:   94
  • Joined:  05/11/12
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  03/17/13
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  03/17/13
  • Last Seen:  

I // packet how you advice me , recompile , but still same error ?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  99
  • Topics Per Day:  0.02
  • Content Count:  623
  • Reputation:   94
  • Joined:  05/11/12
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  03/17/13
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  03/17/13
  • Last Seen:  

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

1926548201_Beznzvu.png.cba42d01970699ced413b1fc82f83325.png

 

4. I recompiled rAthena

5. I restarted server after recompilation

 

Any other tips ? ?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  351
  • Reputation:   263
  • Joined:  09/08/13
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  03/17/13
  • Last Seen:  

UPTADE :

I used older client for now and it's working without errors ? , but still thank you all !

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