Issue Information
-
#008505
-
0 - None Assigned
-
Invalid
Issue Confirmations
-
Yes (0)No (0)
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.
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
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 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..
https://github.com/H...5e1c8af00850657
this fixed is intended for that bug..
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