Jump to content
  • 0
Petey Pablo

Map-Server Error

Question

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 ----------------------------------------

 

Share this post


Link to post
Share on other sites

11 answers to this question

Recommended Posts

  • 0

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?

Share this post


Link to post
Share on other sites
  • 0

 

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 by Will Su

Share this post


Link to post
Share on other sites
  • 0

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 ----------------------------------------

 

Share this post


Link to post
Share on other sites
  • 0

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 by Will Su

Share this post


Link to post
Share on other sites
  • 0

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.

Share this post


Link to post
Share on other sites
  • 0

Look like you using plugins?

This warning probably false positive or wrong data.

And what skill you used to get this assert?

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.