Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #008505

  • 0 - None Assigned

  • Invalid

Issue Confirmations

  • Yes (0)No (0)
Photo

Crash on killing High Wizard Kathryne (1651)

Posted by DeathProxy on 23 January 2015 - 11:16 PM

Ok so whenever we kill High Wizard Kathryne when she has summoned her slaves the server will USUALLY crash. I've tried many other mvps with slaves and none of them crash. I made sure I used non-modified db/skill db stuff for her and yet it still crashs. I've updated my src to revision (16339) and that hasn't helped either. We do have a few custom src things but I don't believe have anything that should cause this but I could be wrong? This started happening after we moved from some hercules revision in like... august to a new one in early January (15785 I think).

As a side note I see that I got mvp exp and that I got the mvp drop from her as well.

Additional Info-
Windows Server Currently:/
Pre-re server
On 2014-10-22 client

Thanks.

Could you post a crash dump?

If you're using Visual Studio to compile your server, you can find instructions here: http://herc.ws/wiki/...Crash_Debugging

changed status to: Needs More Info

It's not crashing anymore now, no matter how much I try but it throws this error on the console.

-- nullpo info --
src\map\skill.c:3166 'src' in function 'unknown'
-- end nullpo info --

I've tried with some other monsters and this doens't pop up when I kill them. Our line 3166 in skill.c is below. Also I noticed the build was set to release instead of debug, could this have been this issue(I had to change it back to even get to this point).
nullpo_ret(src);

Edited by DeathProxy, 24 January 2015 - 12:08 AM.


make sure your not behind this revision
https://github.com/H...5e1c8af00850657
this fixed is intended for that bug..

:meow:

I missed along with a few other revisions causing some of the problems I had. Sorry :C. This can be closed.

changed status to: Invalid