Issue information

Issue ID
#8505
Status
Invalid
Severity
None
Started
DeathProxy
Jan 23, 2015 23:16
Last Post
kyeme
Jan 25, 2015 1:19
Confirmation
N/A

DeathProxy - Jan 23, 2015 23:16

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.

This post has been edited by DeathProxy on Jan 23, 2015 23:17

Haru - Jan 23, 2015 23:19

Could you post a crash dump?

If you're using Visual Studio to compile your server, you can find instructions here: [url="http://herc.ws/wiki/MSVC_Crash_Debugging"]http://herc.ws/wiki/MSVC_Crash_Debugging[/url]

DeathProxy - Jan 23, 2015 23:58

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).
[code=auto:0] nullpo_ret(src); [/code]

This post has been edited by DeathProxy on Jan 24, 2015 0:08

malufett - Jan 24, 2015 10:31

make sure your not behind this revision
[url="https://github.com/HerculesWS/Hercules/commit/819bc0c5bb225c51be77e585d5e1c8af00850657"]https://github.com/HerculesWS/Hercules/commit/819bc0c5bb225c51be77e585d5e1c8af00850657[/url]
this fixed is intended for that bug..

:meow:

DeathProxy - Jan 24, 2015 19:53

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