Issue information

Issue ID
#1448
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Apr 30, 2008 23:48
Last Post
Hercules Elf Bot
Apr 30, 2008 23:48
Confirmation
N/A

Hercules Elf Bot - Apr 30, 2008 23:48

Originally posted by [b]Hyunkell[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=1448

Program terminated with signal 8, Arithmetic exception.
warning: current_sos: Can't read pathname for load map: Input/output error

CODE
#0  0x0810a3f3 in battle_calc_misc_attack (src=0x4d428020, target=0x4eb3d020, skill_num=490, skill_lv=10, mflag=0) at battle.c:2514
2514                    md.damage = 7*tstatus->vit*sstatus->int_*sstatus->int_ / (10*(tstatus->vit+sstatus->int_));
(gdb) bt full
#0  0x0810a3f3 in battle_calc_misc_attack (src=0x4d428020, target=0x4eb3d020, skill_num=490, skill_lv=10, mflag=0) at battle.c:2514
        skill = 0
        i = 0
        nk = 64
        s_ele = 0
        sd = (struct map_session_data *) 0x4d428020
        tsd = (struct map_session_data *) 0x4eb3d020
        md = {damage = 0, damage2 = 0, type = 0, div_ = 10, amotion = 388, dmotion = 776, blewcount = 0, flag = 324, dmg_lv = ATK_DEF}
        sstatus = (struct status_data *) 0x4d428268
        tstatus = (struct status_data *) 0x4eb3d268
#1  0x0810a696 in battle_calc_attack (attack_type=4, bl=0x4d428020, target=0x4eb3d020, skill_num=490, skill_lv=0, count=0)
    at battle.c:2645
        d = {damage = 20, damage2 = 8, type = -1073743864, div_ = 135429476, amotion = 20, dmotion = 8, blewcount = 20, flag = 30,
  dmg_lv = 1296203808}
#2  0x080c98d4 in skill_attack (attack_type=4, src=0x4d428020, dsrc=0x4d428020, bl=0x4eb3d020, skillid=490, skilllv=10,
    tick=2787624750, flag=0) at skill.c:1371
        dmg = {damage = 0, damage2 = 1, type = 48, div_ = 135534891, amotion = 1298422372, dmotion = 3217, blewcount = 135533704,
  flag = 1296392224, dmg_lv = 1298422388}
        sstatus = (struct status_data *) 0x4d428268
        tstatus = (struct status_data *) 0x4eb3d268
        sc = (struct status_change *) 0x0
        sd = (struct map_session_data *) 0x4d428020
        tsd = (struct map_session_data *) 0x4eb3d020
        type = 135130078
        damage = -1073743416
        rdamage = 0
#3  0x080cbad4 in skill_castend_damage_id (src=0x4d428020, bl=0x4eb3d020, skillid=490, skilllv=10, tick=2787624750, flag=0)
    at skill.c:2764
        sd = (struct map_session_data *) 0x4d428020
        tstatus = (struct status_data *) 0x4eb3d268
        sc = (struct status_change *) 0x0
#4  0x080d8a73 in skill_castend_id (tid=107, tick=2787624750, id=-1507342546, data=0) at skill.c:5325
        target = (struct block_list *) 0x4eb3d020
        src = (struct block_list *) 0x4d428020
        sd = (struct map_session_data *) 0x4d428020
        hd = (struct homun_data *) 0x0
        md = (struct mob_data *) 0x0
        ud = (struct unit_data *) 0x4d428038
        sc = (struct status_change *) 0x4eb3d2b8
        inf = -1507342546
        inf2 = 0
        flag = 0
#5  0x08129c5c in do_timer (tick=2787624771) at timer.c:386
        nextmin = -21
        i = 107
#6  0x08127081 in main (argc=1, argv=0x1) at core.c:253
        next = 0


This post has been edited by Hyunkell: Apr 30 2008, 04:50 PM