Jump to content

JJTE

Members
  • Posts

    26
  • Joined

  • Last visited

Posts posted by JJTE

  1. ops.. sry the sd is already handle on the remaing line. so the only problem caused the map server crashed will be if sce is null.

     

    erm... my version of status.c looks different from urs, maybe can u share with us about ur status.c file?
    just share a link will do, don't post the whole status.c code here.

    
    
  2. the code i suggested it won't affected any of  your existing functionality.

    this is for temporary solution to prevent your map-server crashed again.

    and during that time, u can slowly in deep track down to which function causing the null sd.

  3. inside function "status_change_timer", the sd = 0x0 , this cause ur map server crash.

    just add a code to check if sd is NULL, then return 0;

     

    i don't have ur status.c file, so i can just roughly guide,

     

    in function "status_change_timer", find a line "sd = BL_CAST(BL_PC, bl);"

    then add the following code after it:

    if(sd == NULL)

                return 0;

     

     

     

    edit: remember recompile it

  4. my client show "Failed to Connect to Server" after character selection (the error message will display after 10 seconds).

     

    my char-server console show following message:
    [info]: storage load complete from DB - id: 2000000 (total: 0)
    [info]: Loaded char (150000 - GM01):  status memo inventory cart storage 0 skills friends hotkeys mercenary
    [info]: Selected char: (Account 2000000: 3 - GM01)
    [info]: Subnet check [192.168.1.88]: WAN

     

    i had try with client Regexe, all have the same problem..
    a ) 2012-04-10aRagexeRE

    b ) 2013-05-29Ragexe

    c ) 2014-02-12aRagexe

    d ) 2015-10-29aRagexe
     

    I'm using NEMO, KRO Full Client (20160427), data_v4.0.

     

    Anybody know what's the problem?

     

     

    PROBLEM SOLVE, please refer to "https://rathena.org/board/topic/101194-rejected-from-server-3/"

×
×
  • Create New...