Error On Map Server Console

Litro

New member
Messages
365
Points
0
Age
33
Location
Prontera
Github
Litro
Emulator
[Error]: --- nullpo info --------------------------------------------[Error]: c:herculessrcmapparty.c:1074: 'sd' in function `unknown'[Error]: --- end nullpo info ----------------------------------------[Error]: --- nullpo info --------------------------------------------[Error]: c:herculessrcmapparty.c:1074: 'sd' in function `unknown'[Error]: --- end nullpo info ----------------------------------------[Error]: --- nullpo info --------------------------------------------[Error]: c:herculessrcmapparty.c:1074: 'sd' in function `unknown'[Error]: --- end nullpo info ----------------------------------------[Error]: --- nullpo info --------------------------------------------[Error]: c:herculessrcmapparty.c:1074: 'sd' in function `unknown'[Error]: --- end nullpo info ----------------------------------------
Its appeared in my map console, what is this error mean ??

 
Last edited by a moderator:
are you using any modification related to party? (party commands etc...) and post your party.c here using upaste.me

 
First is yes im increasing max party on mmo.h

#define MAX_PARTY 36
and here my party.c http://upaste.me/r/2d7811899fb700367

ahh some time if i do map exit it will throw a warning message

[Warning]: Memory leak detected at ERS 'db.c::db_alloc_ers', 18 objects not freed.
the ' objects not freed. ' have a random number some time ' 5 objects not freed.' and another time was another number,

 
party.c

you sent path.c

default_tongue.png


 
strange... everything is right, are you using latest hercules? do the error still happens?

 
strange... everything is right, are you using latest hercules? do the error still happens?
still happens ? is yes, but always ? is not,

how about this warning, can you helpme ?

Code:
[Warning]: Memory leak detected at ERS 'db.c::db_alloc_ers', 18 objects not freed.
 
maybe you should post the memory leaks at bugtracker and devs will take a look at them

 
Back
Top