Issue information

Issue ID
#7937
Status
Needs more Info
Severity
None
Started
Kichi
Jan 1, 2014 14:45
Last Post
Dastgir
Jun 8, 2014 15:56
Confirmation
N/A

Kichi - Jan 1, 2014 14:45

I got this crash and map server always crashes.
Then i try to find who access this function by
[quote]
if( m < 0 || m >= map->count ) {
ShowError("map_addblock: invalid map id (%d), only %d are loaded.\n", m, map->count);
if (bl->type == BL_MOB)
ShowError("map_addblock: Source MOB.\n");
else if (bl->type == BL_PC)
ShowError("map_addblock: Source Player.\n");
else if (bl->type == BL_HOM)
ShowError("map_addblock: Source Homun.\n");
else if (bl->type == BL_PET)
ShowError("map_addblock: Source PET.\n");
else
ShowError("map_addblock: Unknown Source.\n");
return 1;
}[/quote]

then the result:

[quote]
(01/01/2014 18:31:26) [ Error ] : map_addblock: invalid map id (17600), only 885 are loaded.
(01/01/2014 18:31:26) [ Error ] : map_addblock: Unknown Source.
(01/01/2014 18:31:26) [ Error ] : Server received crash signal! Attempting to save all online characters![/quote]


:|
is there any possible way that might cause this to happen?

kyeme - Feb 12, 2014 1:54

Still experiencing this?

[b][color=rgb(34,89,133)][url="http://herc.ws/board/user/213-kichi/"]Kichi[/url] [/color][/b](last active Jan 12, 2014) hmmm..

Ind - Feb 19, 2014 2:36

I'd guess something else tries to issue a command that requires addblock to be successful, perhaps, should you provide debug data we'll be able to pinpoint the cause

Kichi - Jun 8, 2014 15:47

this still happened,
forgot to say
this error happened on rathena, when we move to hercules, unexpected the bug follow us :D

Dastgir - Jun 8, 2014 15:56

gdb or something?
I guess it would happen if using custom maps with custom ID's