Pagina 1 din 1

[FIX] Analyze: login phase does not handle this packet! header 100

Scris: Dum Feb 01, 2026 11:20 am
de ProFight3D
*Descriere:
Sysser : Analyze: login phase does not handle this packet! header 100
*Link download / Code:

[hr]

1) În input_login.cpp

Caută:

Cod: Selectaţi tot

        case HEADER_CG_SYMBOL_CRC:
            GuildSymbolCRC(d, c_pData);
            break;
            /////////////////////////////////////
Adaugă sub:

Cod: Selectaţi tot

#ifdef FIX_HEADER_CG_MARK_LOGIN
        case HEADER_CG_MARK_LOGIN:
            break;
#endif
[hr]

2) În .../.../common/service.h

Adaugă:

Cod: Selectaţi tot

#define FIX_HEADER_CG_MARK_LOGIN								// Fix error header 100 (login phase does not handle this packet! header 100)