Petey Pablo 0 Posted September 27, 2016 Need help on this? Anyone can explain what is wrong? Thank you! [Error]: ./map-server(clif_devotion+0x173) [0x48a2b3] [Error]: ./map-server(clif_getareachar_unit+0x223) [0x499c93] [Error]: ./map-server(clif_getareachar+0x56) [0x49aa26] [Error]: ./map-server() [0x4f80a0] [Error]: ./map-server(map_vforeachinarea+0x71) [0x501c31] [Error]: ./map-server(map_foreachinarea+0x9e) [0x4f794e] [Error]: ./map-server(clif_parse_LoadEndAck+0x361) [0x4b3f71] [Error]: --- end failed assertion ---------------------------------------- [Error]: --- failed assertion -------------------------------------------- [Error]: skill.c:174: 'skill_lv > 0' in function `skill_get_range' [Error]: ./map-server(assert_report+0x7d) [0x62282d] [Error]: ./map-server(skill_get_range+0xb3) [0x594283] [Error]: ./map-server(skill_get_range2+0x5e) [0x595ede] [Error]: ./map-server(clif_devotion+0x173) [0x48a2b3] [Error]: ./map-server(status_change_end_+0x107e) [0x605e3e] [Error]: ./map-server(do_timer+0x22a) [0x62764a] [Error]: ./map-server(main+0x173) [0x436623] [Error]: /lib64/libc.so.6(__libc_start_main+0xf5) [0x7f368191fb15] [Error]: ./map-server() [0x4366f9] [Error]: --- end failed assertion ---------------------------------------- Quote Share this post Link to post Share on other sites
0 4144 364 Posted September 27, 2016 Som where in code used function for get skill range and current skill levels is 0. This is wrong because this it warn here. You have modified code, or unchanged hercules? Quote Share this post Link to post Share on other sites
0 Petey Pablo 0 Posted September 27, 2016 (edited) Som where in code used function for get skill range and current skill levels is 0. This is wrong because this it warn here.You have modified code, or unchanged hercules? Never modified code or change the code in skill.c please help me to confirm what is wrong.This is my revision https://github.com/HerculesWS/Hercules/tree/0f1d03f505fdc03533122db8ba19fa55f64f11b7 Edited September 27, 2016 by Will Su Quote Share this post Link to post Share on other sites
0 4144 364 Posted September 27, 2016 I think fix will be merged soon into main repository Quote Share this post Link to post Share on other sites
0 Petey Pablo 0 Posted September 29, 2016 Anyone can understand this error? Thank you! [Error]: ./map-server(skill_unit_onplace_timer+0x3cc) [0x5b111c] [Error]: ./map-server(skill_unit_timer_sub_onplace+0xb8) [0x5b7f08] [Error]: ./map-server() [0x4fcd28] [Error]: ./map-server(map_vforeachinshootrange+0x94) [0x506ee4] [Error]: ./map-server(map_foreachinshootrange+0x81) [0x4fc591] [Error]: ./map-server(skill_unit_timer_sub+0x2b2) [0x5c1b52] [Error]: ./map-server() [0x6287e8] [Error]: ./map-server() [0x627860] [Error]: ./map-server(skill_unit_timer+0x36) [0x5b8016] [Error]: --- end nullpo info ---------------------------------------- [Error]: --- nullpo info -------------------------------------------- [Error]: skill.c:11998: 'bst' in function `skill_unit_onplace_timer' [Error]: ./map-server(assert_report+0x83) [0x631243] [Error]: ./map-server(skill_unit_onplace_timer+0x3cc) [0x5b111c] [Error]: ./map-server(skill_unit_timer_sub_onplace+0xb8) [0x5b7f08] [Error]: ./map-server() [0x4fcd28] [Error]: ./map-server(map_vforeachinshootrange+0x94) [0x506ee4] [Error]: ./map-server(map_foreachinshootrange+0x81) [0x4fc591] [Error]: ./map-server(skill_unit_timer_sub+0x2b2) [0x5c1b52] [Error]: ./map-server() [0x6287e8] [Error]: ./map-server() [0x627860] [Error]: ./map-server(skill_unit_timer+0x36) [0x5b8016] [Error]: --- end nullpo info ---------------------------------------- Quote Share this post Link to post Share on other sites
0 Monsieur Panda 38 Posted September 29, 2016 First thing you should ask yourself: why everything become green? `skill_unit_onplace_timer' You have a curly quote and a comma. You can't use both like that. Quote Share this post Link to post Share on other sites
0 Petey Pablo 0 Posted September 29, 2016 (edited) First thing you should ask yourself: why everything become green? `skill_unit_onplace_timer' You have a curly quote and a comma. You can't use both like that. What do you mean with both like that? What file is this? Edited September 29, 2016 by Will Su Quote Share this post Link to post Share on other sites
0 callyyprain 0 Posted September 30, 2016 When you quote a string in programming, note that no mix symbol is allowed. Use ' ' OR " " OR ` `. You can't use mix ' " or " ' or ` " or " ` so on and so forth. Use notepad++ allows you easily differentiate by color on which is statement and which is string. Quote Share this post Link to post Share on other sites
0 callyyprain 0 Posted September 30, 2016 Have you do any changes in skill.c? Quote Share this post Link to post Share on other sites
0 4144 364 Posted September 30, 2016 Look like you using plugins? This warning probably false positive or wrong data. And what skill you used to get this assert? Quote Share this post Link to post Share on other sites
0 Monsieur Panda 38 Posted September 30, 2016 (edited) Do not post two time the same error. http://herc.ws/board/topic/13455-map-server-error/ Edited September 30, 2016 by Monsieur Panda Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted September 30, 2016 Both Topics Merged Quote Share this post Link to post Share on other sites
Need help on this? Anyone can explain what is wrong? Thank you!
Share this post
Link to post
Share on other sites