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

  • #006353

  • 0 - None Assigned

  • Fixed

Issue Confirmations

  • Yes (9)No (1)
Photo

map_athena crash after using any skill

Posted by Hercules Bot on 28 July 2012 - 04:13 PM

Originally posted by hendra814
Using lastest SVN 16520, i'm always getting map crash when character using any skill.

already restart all server (login, char and map) and restart computer still got same problem.

Testing with character RK using equipment all RWC Hat, godly item, ahura mazdah and hunting spear.
testing with skill dragon breath, storm gust, and lorm vermilion

Originally posted by Ind
i'm on 2012-04-10 as well and can't reproduce uhm. my my this is scary.

Originally posted by close23
the server is now become unstable on the latest revision due to server crashed problem.

i confirmed the weapon repair problem.1st i got this following item.6 Iron Ore,6 Iron,6 Steal;6 Rough Oridecon.then i destroy the item of the player using melt down.when i try to repair.You have failed to repair this item. Please check the distance between you and the opponent.then i try to go near with him around 1cell.then the skill works. i choose the weapon that i want to repair. but the server crashed. the required item still there.


try to revert the changes on this revision http://trac.rathena....t/16500/rathena then you problem will be fix. this also happen for me before. when character use weapon repair even you are on the battle. but after i tried to revert the changes it works again normally. at this time there are still no map crashed happen.

Originally posted by Vali

the server is now become unstable on the latest revision due to server crashed problem.

i confirmed the weapon repair problem.1st i got this following item.6 Iron Ore,6 Iron,6 Steal;6 Rough Oridecon.then i destroy the item of the player using melt down.when i try to repair.You have failed to repair this item. Please check the distance between you and the opponent.then i try to go near with him around 1cell.then the skill works. i choose the weapon that i want to repair. but the server crashed. the required item still there.

try to revert the changes on this revision http://trac.rathena....t/16500/rathena then you problem will be fix. this also happen for me before. when character use weapon repair even you are on the battle. but after i tried to revert the changes it works again normally. at this time there are still no map crashed happen.


That is not the way I think, the objective is have a stable emulator for all. We must find what is causing the crash to fix it, not leave it apart.

Originally posted by Ind
since no developers were able to reproduce so far i need a gdb report at the very least, otherwise there is no way to tell whats causing that.

Originally posted by EvilPuncker
hey ind what about that line:

if (itemdb_type(item->nameid)==IT_WEAPON)
if ( sd->inventory_data[idx]->type == IT_WEAPON)

it wasn't supposed to be changed in any patch file, maybe that is the cause?

Originally posted by Brynner

the server is now become unstable on the latest revision due to server crashed problem.

i confirmed the weapon repair problem.1st i got this following item.6 Iron Ore,6 Iron,6 Steal;6 Rough Oridecon.then i destroy the item of the player using melt down.when i try to repair.You have failed to repair this item. Please check the distance between you and the opponent.then i try to go near with him around 1cell.then the skill works. i choose the weapon that i want to repair. but the server crashed. the required item still there.

try to revert the changes on this revision http://trac.rathena....t/16500/rathena then you problem will be fix. this also happen for me before. when character use weapon repair even you are on the battle. but after i tried to revert the changes it works again normally. at this time there are still no map crashed happen.

That is not the way I think, the objective is have a stable emulator for all. We must find what is causing the crash to fix it, not leave it apart.


yah you're right. we should find what is the cause of server crashed. i hope someone will figure it out of what causing server crashed.

Originally posted by xmetal
Was this bug fixed ? Because i use my lastest svn but the map server still crashing when someone used this Repair Weapon skill.

Anyone?

Originally posted by EvilPuncker
have anyone tried changing:

if ( sd->inventory_data[idx]->type == IT_WEAPON)


into

if (itemdb_type(item->nameid)==IT_WEAPON)


and recompiling?


since in eAthena code it is still:

Posted Image

but Ind changed it, so it might be the problem?

Edited by EvilPuncker, 10 August 2012 - 08:56 PM.


Originally posted by Ind

have anyone tried changing:if ( sd->inventory_data[idx]->type == IT_WEAPON)intoif (itemdb_type(item->nameid)==IT_WEAPON)and recompiling?since in eAthena code it is still:Posted Imagebut Ind changed it, so it might be the problem?

ah. silly me. so it crashes when there isn't said idx in the target inventory thank you very much.

Originally posted by Ind
Fixed in [rev=16623] thanks to EvilPuncker

Originally posted by Brynner
finally its working now without server crashed. thanks.