Jump to content
  • 0
MikZ

Client error when logging in

Question

Hello Hercules, it is my first time to diff 2013 client

and i got this error everytime i hit log in. (check image)

im using client 20130807

and my mmo.h .. 

// 20120307 - 2012-03-07aRagexeRE+ - 0x970#ifndef PACKETVER	#define PACKETVER 20130807#endif // PACKETVER//Uncomment the following line if your client is ragexeRE instead of ragexe (required because of conflicting packets in ragexe vs ragexeRE).#define ENABLE_PACKETVER_RE 20130807#ifdef ENABLE_PACKETVER_RE	#define PACKETVER_RE	#undef ENABLE_PACKETVER_RE#endif // DISABLE_PACKETVER_RE// Client support for experimental RagexeRE UI present in 2012-04-10 and 2012-04-18#if defined(PACKETVER_RE) && ( PACKETVER == 20120410 || PACKETVER == 20120418 )#define PARTY_RECRUIT#endif // PACKETVER_RE && (PACKETVER == 20120410 || PACKETVER == 10120418)

Please help me.. thank you!

post-8544-0-87463900-1429106424_thumb.jpg

Edited by krad

Share this post


Link to post
Share on other sites

9 answers to this question

Recommended Posts

  • 0

@@Lord Ganja: downloading it (but when i use the client from my old server it work well im able log in and play, but got some error 

about unsupport packet . im not the one who diff it. i want to learn diffting.. lol) 
 

@@Dastgir: uhmmm its Ragexe. i don't know what to do though. just experimenting.. hihihi.. mind giving me idea/guide what are the things i need to choose in diffting? 

Or is there any way i could change the custom window title of a ragexe that has been diffted? or check what are the modification on the ragexe?

Edited by krad

Share this post


Link to post
Share on other sites
  • 0

I meant to say

Comment

#define ENABLE_PACKETVER_RE 20130807

and recompile.

although, the crash might be due to your grf and data folder.

Share this post


Link to post
Share on other sites
  • 0

@@Dastgir: uhmm maybe im slow. i didn't get it. hehehe.. so what should it look like?
is that correct (see below)? its my firstime using hercules.. But i was able to log in and play using the other client from my old server. just this new one, the one i diffted i got error in logging in, so i believe its not from any grf.. im confused. /hmmm

#ifndef PACKETVER	#define PACKETVER 20130807#endif // PACKETVER//Uncomment the following line if your client is ragexeRE instead of ragexe (required because of conflicting packets in ragexe vs ragexeRE).#define ENABLE_PACKETVER_RE 20130807#ifdef ENABLE_PACKETVER_RE	#define PACKETVER_RE	#undef ENABLE_PACKETVER_RE#endif // DISABLE_PACKETVER_RE
Edited by krad

Share this post


Link to post
Share on other sites
  • 0

try to remove #define ENABLE_PACKETVER_RE 20130807

and comment on #define PACKETVER_RE

 

it should look like this:

 

#ifndef PACKETVER	#define PACKETVER 20130807#endif // PACKETVER//Uncomment the following line if your client is ragexeRE instead of ragexe (required because of conflicting packets in ragexe vs ragexeRE).- #define ENABLE_PACKETVER_RE 20130807 // Remove this line#ifdef ENABLE_PACKETVER_RE	//#define PACKETVER_RE // Comment this line	#undef ENABLE_PACKETVER_RE#endif // DISABLE_PACKETVER_RE

Share this post


Link to post
Share on other sites
  • 0

@@Lord Ganja:i did this . still got error.. maybe because of the diff modification?

#ifndef PACKETVER    #define PACKETVER 20130807#endif // PACKETVER//Uncomment the following line if your client is ragexeRE instead of ragexe (required because of conflicting packets in ragexe vs ragexeRE).// #define ENABLE_PACKETVER_RE 20130807#ifdef ENABLE_PACKETVER_RE    #define PACKETVER_RE 20130807    #undef ENABLE_PACKETVER_RE#endif // DISABLE_PACKETVER_RE


this are my diff modi

hope this help...



Uhm. fixed!.. i change shared body palletes type 1 to type 2 and shared head palletes type 1 to 2 as well as i removed use SSO login packet. (i dont know why it work, mind if you explain why? just additional info) i was able to log in now. only problem is this fonts.. is it because of the lang type, lub files or client diff custom font? (see last image) please help. thank you

 

post-8544-0-53525700-1429162065_thumb.jpg

post-8544-0-20739600-1429162073_thumb.jpg

post-8544-0-61718100-1429162089_thumb.jpg

post-8544-0-64192000-1429162099_thumb.jpg

post-8544-0-51754400-1429163948_thumb.jpg

Edited by krad

Share this post


Link to post
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.   Restore formatting

  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.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.