pos4da 2 Posted October 16, 2020 Any one encountered this error on the server? - Noticed the issues is only for Rouge and Stalker Job - After activating Plagiarism and Copied skills MariaDB [(none)]> [Error]: --- failed assertion -------------------------------------------- [Error]: char.c:931: 'p->skill.flag == SKILL_FLAG_PERMANENT || p->skill.flag == SKILL_FLAG_PERM_GRANTED || p->skill.flag > SKILL_FLAG_REPLACED_LV_0' in function `char_mmo_char_tosql' [Error]: 0x44b1f6 nullpo_backtrace_print [Error]: /home/google/database/src/common/nullpo.c:77 [Error]: 0x44b1f6 assert_report [Error]: /home/google/database/src/common/nullpo.c:147 [Error]: 0x41c4e7 char_mmo_char_tosql [Error]: /home/google/database/src/char/char.c:931 [Error]: 0x40a9c3 char_parse_frommap_save_character [Error]: /home/google/database/src/char/char.c:3604 [Error]: 0x41e2a0 char_parse_frommap [Error]: /home/google/database/src/char/char.c:4360 [Error]: 0x45e86d do_sockets [Error]: /home/google/database/src/common/socket.c:1484 [Error]: 0x407f71 main [Error]: /home/google/database/src/common/core.c:539 [Error]: 0x7f5bfc83a554 ??? [Error]: ???:0 [Error]: 0x408132 ??? [Error]: ???:0 [Error]: 0xffffffffffffffff ??? [Error]: ???:0 [Error]: --- end failed assertion ---------------------------------------- Quote Share this post Link to post Share on other sites
1 Haru 290 Posted October 19, 2020 It's safe to ignore that assertion for now, or use https://github.com/HerculesWS/Hercules/pull/2877 (just merged to master) which will fix it 1 evilpuncker reacted to this Quote Share this post Link to post Share on other sites
0 4144 364 Posted October 17, 2020 i think some devs searched how reproduce this issue. look like you using pre-re mode? Quote Share this post Link to post Share on other sites
0 pos4da 2 Posted October 17, 2020 13 hours ago, 4144 said: i think some devs searched how reproduce this issue. look like you using pre-re mode? Yes sir, I am using pre-re. with Latest release from Github v2020.09.20 Quote Share this post Link to post Share on other sites
0 4144 364 Posted October 17, 2020 you can always reproduce this issue? Quote Share this post Link to post Share on other sites
0 pos4da 2 Posted October 17, 2020 1 hour ago, 4144 said: you can always reproduce this issue? Hi Sir, Kindly check attached screenshot, hope the scenario below will help to check on the error. Scenario 1. 1. Login on the my Test Server 2. Create new Character and Set job to Stalker 3. Set skill all to Stalker with lvl 10 Plagirism 4. Set Map 15 to PVP on Found: No issues on the server Scenario 2. 1. Attack the STALKER using BOWLING BASH. 2. Stalker copied the skills from the KNIGHT (BOWLING BASH) then after two minutes error will pop up on the server. Quote Share this post Link to post Share on other sites
0 pos4da 2 Posted October 19, 2020 3 hours ago, Haru said: It's safe to ignore that assertion for now, or use https://github.com/HerculesWS/Hercules/pull/2877 (just merged to master) which will fix it Thank you Quote Share this post Link to post Share on other sites
0 pos4da 2 Posted October 19, 2020 I applied and test it using my development server. Issues is now resolved. thank you so much @Haru Quote Share this post Link to post Share on other sites
Any one encountered this error on the server?
- Noticed the issues is only for Rouge and Stalker Job
- After activating Plagiarism and Copied skills
MariaDB [(none)]> [Error]: --- failed assertion --------------------------------------------
[Error]: char.c:931: 'p->skill.flag == SKILL_FLAG_PERMANENT || p->skill.flag == SKILL_FLAG_PERM_GRANTED || p->skill.flag > SKILL_FLAG_REPLACED_LV_0' in function `char_mmo_char_tosql'
[Error]: 0x44b1f6 nullpo_backtrace_print
[Error]: /home/google/database/src/common/nullpo.c:77
[Error]: 0x44b1f6 assert_report
[Error]: /home/google/database/src/common/nullpo.c:147
[Error]: 0x41c4e7 char_mmo_char_tosql
[Error]: /home/google/database/src/char/char.c:931
[Error]: 0x40a9c3 char_parse_frommap_save_character
[Error]: /home/google/database/src/char/char.c:3604
[Error]: 0x41e2a0 char_parse_frommap
[Error]: /home/google/database/src/char/char.c:4360
[Error]: 0x45e86d do_sockets
[Error]: /home/google/database/src/common/socket.c:1484
[Error]: 0x407f71 main
[Error]: /home/google/database/src/common/core.c:539
[Error]: 0x7f5bfc83a554 ???
[Error]: ???:0
[Error]: 0x408132 ???
[Error]: ???:0
[Error]: 0xffffffffffffffff ???
[Error]: ???:0
[Error]: --- end failed assertion ----------------------------------------
Share this post
Link to post
Share on other sites