AD: Mt2009 - Mobile & PC - 30 January 2026 CHECK THE PRESENTATION!
Hi everyone, my name is DoN..I thought this post might be useful for those who have this error:
I had this error, and my server crashed. After I added this fix the problem was solved, I hope it will be useful for you!
" Analyze: login phase does not handle this packet! header 100"
I had this error, and my server crashed. After I added this fix the problem was solved, I hope it will be useful for you!
" Analyze: login phase does not handle this packet! header 100"
just follow the steps below
input_login.cpp
search
case HEADER_CG_SYMBOL_CRC:
GuildSymbolCRC(d, c_pData);
break;
/////////////////////////////////////
add under
#ifdef FIX_HEADER_CG_MARK_LOGIN
case HEADER_CG_MARK_LOGIN:
break;
#endif
Go to .../.../common/service.h
add there somwhere
#define FIX_HEADER_CG_MARK_LOGIN
This is all!
Stay tuned to
Metin2Hub | Metin2 Forum Platform
Metin2 Forum, Games Forum, All about Metin2, errors, bugs, systems and development. metin2hub game development forum.
metin2hub.com
Last edited:

