Jump to content
  • 0

Hexed 20140305


ADM Deku

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  11/03/14
  • Last Seen:  

 

Hi, I use rathena for a few years, and finally I decided to upgrade to the latest version ... I configured everything correctly but when I logged in I came across the following error

https://prnt.sc/k8mejr

 

please help me

 

 

I'm using Rathena last version and Hexed 20140305

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  1167
  • Reputation:   159
  • Joined:  06/12/12
  • Last Seen:  

4 hours ago, darkchase said:

 

Hi, I use rathena for a few years, and finally I decided to upgrade to the latest version ... I configured everything correctly but when I logged in I came across the following error

https://prnt.sc/k8mejr

 

please help me

 

 

I'm using Rathena last version and Hexed 20140305

edit in src\custom\pre_define.hpp

put like this

// 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 20140305

#endif // _CONFIG_CUSTOM_DEFINES_PRE_HPP_

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  11/03/14
  • Last Seen:  

10 hours ago, hendra814 said:

edit in src\custom\pre_define.hpp

put like this


// 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 20140305

#endif // _CONFIG_CUSTOM_DEFINES_PRE_HPP_

 

Error in console http://prntscr.com/k8vn4t

Link to comment
Share on other sites

  • 0

  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1676
  • Reputation:   702
  • Joined:  12/21/14
  • Last Seen:  

undo what you did in packets.hpp file

 

what i mean

don't change this leave it as it is

https://github.com/rathena/rathena/blob/58eadcda159eaeb3c47e2f97ae71c013dfb88c4d/src/config/packets.hpp#L21

if you did change it (which you did) then undo the changes

Edited by sader1992
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  11/03/14
  • Last Seen:  

7 hours ago, sader1992 said:

undo what you did in packets.hpp file

 

what i mean

don't change this leave it as it is

https://github.com/rathena/rathena/blob/58eadcda159eaeb3c47e2f97ae71c013dfb88c4d/src/config/packets.hpp#L21

if you did change it (which you did) then undo the changes

I did exactly what I said, but the error remains the same.

http://prntscr.com/k91741

Link to comment
Share on other sites

  • 0

  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1676
  • Reputation:   702
  • Joined:  12/21/14
  • Last Seen:  

you should post your packet.hpp / pre_define.hpp / diff log /and you should tell us if you did any src edit etc for the perfect answer /no1

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  11/03/14
  • Last Seen:  

On 7/20/2018 at 5:54 PM, sader1992 said:

you should post your packet.hpp / pre_define.hpp / diff log /and you should tell us if you did any src edit etc for the perfect answer /no1

My Packet.hpp https://pastebin.com/Yvg5cwap

My Pre_define.hpp https://pastebin.com/sD9mbMjK

My Diffs https://pastebin.com/kFicEs8i

 

I did not make any changes in SRC
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:  

On 9/5/2018 at 6:53 PM, darkchase said:

I did not make any changes in SRC

You modified "../src/config/packets.hpp". You should restore original file and recompile emulator.

Edited by Functor
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  11/03/14
  • Last Seen:  

On 9/6/2018 at 6:28 PM, Functor said:

You modified "../src/config/packets.hpp". You should restore original file and recompile emulator.

No matter what I do, it always ends up with the same error, I've restored every emulator ... I downloaded everything again and it always gives the same error

error: http://prntscr.com/kuk1q2

Edited by darkchase
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:  

@darkchase

You should upload your "src" folder + EXE in archive and post a link.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  11/03/14
  • Last Seen:  

On 9/14/2018 at 7:42 PM, Functor said:

@darkchase

You should upload your "src" folder + EXE in archive and post a link.

 

Here are the files 

teste.rar

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:  

rAthena isn't compatible with 2014-03-05bRagexe. rAthena doesn't have packet's info for this EXE version.

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