DK77 Posted June 7, 2021 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 61 Reputation: 0 Joined: 06/30/17 Last Seen: July 19, 2024 Share Posted June 7, 2021 Hello Guys , im having issue with map server crash (06/07/2021 22:58:20) [ Debug ] : status_change_end: SC_DANCING is missing skill unit group (val1=655680, val2=1358, val3=18, val4=0, timer=157, tid=-1, char_id=150889, map=xmas, x=146, y=129). Please report this! (06/07/2021 22:58:20) [ Debug ] : skill_delunitgroup: group is NULL (source=status.cpp:13580, status_change_end_)! Please report this! (#3504) Its happen 3 times , i already search on rathena , and found same issue with this . How to fix this issue ? https://github.com/rathena/rathena/pull/3247/files/db831031bfaa79dc7eadfc1d96c32b9688fa16ab Quote Link to comment Share on other sites More sharing options...
0 DK77 Posted June 7, 2021 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 61 Reputation: 0 Joined: 06/30/17 Last Seen: July 19, 2024 Author Share Posted June 7, 2021 here are the status.cpp 13580 if( group == NULL ) { ShowDebug("status_change_end: SC_DANCING is missing skill unit group (val1=%d, val2=%d, val3=%d, val4=%d, timer=%d, tid=%d, char_id=%d, map=%s, x=%d, y=%d). Please report this!\n", sce->val1, sce->val2, sce->val3, sce->val4, sce->timer, tid, sd ? sd->status.char_id : 0, mapindex_id2name(map_id2index(bl->m)), bl->x, bl->y); } sce->val2 = 0; skill_delunitgroup(group); //13580 line } Quote Link to comment Share on other sites More sharing options...
Question
DK77
Hello Guys , im having issue with map server crash
(06/07/2021 22:58:20) [ Debug ] : status_change_end: SC_DANCING is missing skill unit group (val1=655680, val2=1358, val3=18, val4=0, timer=157, tid=-1, char_id=150889, map=xmas, x=146, y=129). Please report this!
(06/07/2021 22:58:20) [ Debug ] : skill_delunitgroup: group is NULL (source=status.cpp:13580, status_change_end_)! Please report this! (#3504)
Its happen 3 times , i already search on rathena , and found same issue with this . How to fix this issue ?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.