[Error]: Memory manager: freed-data is change. (freed in npc.c line 2359)

almarket23

New member
Messages
90
Points
0
Github
nexus
Emulator
Hi everyone does anyone knows how to fix this?

Cause here what happened. I made a script and its working fine for the first attempt. I am getting what I want it to do. However after if I will be doing it again for the second time I am getting the error

[Error]: Memory manager: freed-data is change. (freed in npc.c line 2359)


and seems the NPC is not following what I want it to do.

If I tried to restart the server it will working again for the first attempt and if Ill be doing the second attempt it will give me an error and the NPC is not following the right flow.

This only happens for the second attempt. Help me out guys...

 
Can you share the script for reproduce the error? Or at least, the part where produces the error.

 
@Ragno

actually there is no issue with the script, I mean its working fine 100%. however this error is appearing in the map server but its not affecting anything. Im just a little worried about this error that might cause an issue in the future.

 
@Ragno

actually there is no issue with the script, I mean its working fine 100%. however this error is appearing in the map server but its not affecting anything. Im just a little worried about this error that might cause an issue in the future.
I have had that error once, but was a problem with the script. I fixed the script and never get again that error and I don't remember how to reproduce it. That is why I asked you for the script, or at least the part that produces the error.

I can't help you without a way to reproduce the issue. Maybe some other have had that problem too.

 
This issue happens when trying to access a memory already freed.

however at this line i can't find any memory calls in clean hercules on this line so you probably have customized thing.

and finally, we need the script or someway to reproduce this issue..

 
Back
Top