Client error when logging in

MikZ

New member
Messages
461
Points
0
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!

zzzzzzz.jpg

 
Last edited by a moderator:
Isn't 20130807 ragexe instead of RagexeRE?

 
@@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?

 
Last edited by a moderator:
I meant to say

Comment

#define ENABLE_PACKETVER_RE 20130807

and recompile.

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

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

Code:
#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
 
Last edited by a moderator:
try to remove #define ENABLE_PACKETVER_RE 20130807

and comment on #define PACKETVER_RE

it should look like this:

Code:
#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
 
@@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

 

zzzzzzz1.jpg

zzzzzzz2.jpg

zzzzzzz3.jpg

zzzzzzz4.jpg

zzzzzzz1.jpg

 
Last edited by a moderator:
What seems to be the problem with the fonts? 
default_hmm.gif


 
Back
Top