Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #008481

  • 0 - None Assigned

  • Started

Issue Confirmations

  • Yes (1)No (0)
Photo

Map Server Crash

Posted by kyeme on 28 December 2014 - 10:41 AM

This is my first time to use gdb and I don't know how to copy and paste..

Posted Image

What do you have at line 1605 of status.c?
In the current version pushed to the repository, we have:
clif->msg((TBL_PC*)src, SKILL_CANT_USE_AREA); // This skill cannot be used within this area
but that doesn't look like it can cause a crash. Is yours modified? What do you have at line 1605?

Yes, my status.c is modified and i'm not using the latest version.
This is my Line 1605:
if( skill_id == map->list[src->m].zone->disabled_skills[i]->nameid && (map->list[src->m].zone->disabled_skills[i]->type&src->type) ) {


Do you have a custom map_zone_db.conf?

I have sir, (pre-renewal):

Spoiler


Another crash:
Posted Image

guild.c
line 69:
return g->skill[idx].lv;

clif.c line 9565
guild->aura_refresh(sd,GD_LEADERSHIP,guild->checkskill(sd->guild,GD_LEADERSHIP));


changed status to: Needs More Info
changed status to: Started

Taking ownership of the bug. Privately asking some settings to the user in order to be able to reproduce it.