Jump to content

  •  

HermeMaton

Member Since 30 Aug 2014
Offline Last Active Dec 01 2016 01:52 AM
-----

Issues I've Posted

    Crash

    Posted 2 Jun 2015

    Hello, i have this crash that happens in my server several times. Can anyone give me a hint of what might be the problem?
    Core was generated by `./map-server'.
    Program terminated with signal 11, Segmentation fault.
    #0  0x08241c30 in unit_walktobl (bl=0xb2ce454c, tbl=0x0, range=3, flag=1)
        at unit.c:584
    584             if (!unit->can_reach_bl(bl, tbl, distance_bl(bl, tbl)+1, flag&1, &ud->to_x, &ud->to_y)) {
    Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.80.el6_3.3.i686 keyutils-libs-1.4-4.el6.i686 krb5-libs-1.9-33.el6.i686 libcom_err-1.41.12-12.el6.i686 libselinux-2.0.94-5.3.el6.i686 mysql-libs-5.1.61-4.el6.i686 nss-softokn-freebl-3.12.9-11.el6.i686 openssl-1.0.1e-16.el6_5.7.i686 pcre-7.8-4.el6.i686 zlib-1.2.3-27.el6.i686
    (gdb) BT FULL
    #0  0x08241c30 in unit_walktobl (bl=0xb2ce454c, tbl=0x0, range=3, flag=1)
        at unit.c:584
            ud = 0xb2ce4564
            sc = 0x0
    #1  0x0821ae78 in status_check_skilluse (src=0xb2ce454c, target=0xb429c404,
        skill_id=0, flag=0) at status.c:1660
            st = 0xb2ce47b4
            sc = 0xb2ce4808
            tsc = <value optimized out>
            hide_flag = <value optimized out>
    #2  0x081404c6 in mob_ai_sub_hard_activesearch (bl=0xb429c404,
        ap=0xbff5bb6c "") at mob.c:1067
            md = 0xb2ce454c
            target = 0xbff5bbac
            mode = <value optimized out>
            dist = <value optimized out>
    #3  0x08131c06 in bl_vforeach (func=0x8140470 <mob_ai_sub_hard_activesearch>,
        blockcount=8, max=2147483647,
        args=0xbff5bb60 "LEß\254\273\365\277\225\062") at map.c:505
            argscopy = 0xbff5bb60 "LEß\254\273\365\277\225\062"
            i = 8
            returnCount = <value optimized out>
    #4  0x0813c074 in map_foreachinrange (
    ---Type <return> to continue, or q <return> to quit---
        func=0x8140470 <mob_ai_sub_hard_activesearch>, center=0xb2ce454c,
        range=10, type=27) at map.c:766
            returnCount = -1295104164
            ap = 0xbff5bb60 "LEß\254\273\365\277\225\062"
    #5  0x0814d049 in mob_ai_sub_hard (md=0xb2ce454c, tick=298988914) at mob.c:1555
            sce = <value optimized out>
            tbl = 0x0
            abl = <value optimized out>
            mode = 12949
            view_range = 10
            can_move = 1
    #6  0x08140ee0 in mob_ai_sub_hard_timer (bl=0xb2ce454c, ap=0xbff5bc88 "")
        at mob.c:1713
            md = 0xb2ce454c
            tick = 298988914
    #7  0x08131c06 in bl_vforeach (func=0x8140eb0 <mob_ai_sub_hard_timer>,
        blockcount=0, max=2147483647, args=0xbff5bc80 "r5\322\021") at map.c:505
            argscopy = 0xbff5bc80 "r5\322\021"
            i = 1
            returnCount = <value optimized out>
    #8  0x0813c074 in map_foreachinrange (func=0x8140eb0 <mob_ai_sub_hard_timer>,
        center=0xbc5b410, range=16, type=2) at map.c:766
            returnCount = -1295104164
    ---Type <return> to continue, or q <return> to quit---
            ap = 0xbff5bc80 "r5\322\021"
    #9  0x08140f73 in mob_ai_sub_foreachclient (sd=0xbc5b410, ap=0xbff5bd0c "")
        at mob.c:1728
            tick = <value optimized out>
    #10 0x08131ee2 in map_vforeachpc (func=0x8140f20 <mob_ai_sub_foreachclient>,
        args=0xbff5bd04 "r5\322\021") at map.c:2060
            argscopy = 0xbff5bd04 "r5\322\021"
            ret = <value optimized out>
            iter = 0xb5d2b65c
            sd = 0xbc5b410
    #11 0x0813bdbe in map_foreachpc (func=0x8140f20 <mob_ai_sub_foreachclient>)
        at map.c:2075
            args = 0xbff5bd04 "r5\322\021"
    #12 0x08140ff6 in mob_ai_hard (tid=12, tick=298988914, id=0, data=0)
        at mob.c:1813
    No locals.
    #13 0x08260196 in do_timer (tick=298988916) at timer.c:398
            tid = 12
            diff = -2
            __FUNCTION__ = "do_timer"
    #14 0x08255ac4 in main (argc=1, argv=0xbff5bea4) at core.c:445
            next = <value optimized out>
            retval = 0
    
    


    Thansk in advance for the attention. Any suggestions on how to solve it would be welcome. If need more information please let me know.

    Regards.

    CELL_NOSTACK and Instances = Crash

    Posted 13 Nov 2014

    When enable CELL_NOSTACK and create a instance the server crash. The crash ocurrs in the function "map_getcellp" in this line:

    cell = m->cell[x + y*m->xs];

    Here is the crash log. The crash ocurrs in the version: 15087
    #0  0x081260b5 in map_getcellp (m=0xb09950c8, x=10, y=307,
        cellchk=CELL_CHKNOPASS) at map.c:2558
            cell = <value optimized out>
    #1  0x081472dd in npc_setcells (nd=0xb233207c) at npc.c:3226
            m = <value optimized out>
            x = <value optimized out>
            y = <value optimized out>
            xs = <value optimized out>
            ys = <value optimized out>
            i = -1332129592
            j = 10
    #2  0x0814e69c in npc_parse_duplicate (w1=0x82ef640 "0004@tower,12,309,0",
        w2=0x82ef600 "duplicate(81FGate102tower)",
        w3=0x82ef5c0 "81FGate102tower::dup_0_110001371", w4=0x82ef580 "45,2,2",
        start=0x828d520 "- call from instancing subsystem -\n",
        buffer=0x828d520 "- call from instancing subsystem -\n",
        filepath=0x828bdaa "INSTANCING", options=0, retval=0x0) at npc.c:3091
            x = 12
            y = 309
            dir = 0
            m = 878
            xs = 2
            ys = 2
    ---Type <return> to continue, or q <return> to quit---
            mapname = "0004@tower\000\bP\371#\b<\025\b\266\250a\257\277\364?\322\000<\025\b\266"
            srcname = "81FGate102tower", '\000' <repeats 20 times>, "e\207\000\000\000\000\000\000\035Y\025\b\000\000\000\b\000\000\000\000e\207\000\000G\000\000\000\b\000\000\000\f\000\000\000\000\000\000\000\032P\017\b\b\000\000\000\377\377\377\377G\000\000\000\032P\017\b\b\000\000\000A\000\000\000i\000\000\000\000\000\000\000La\257\277\232b\257\277\000\000\000\000\004 \300\b@"
            i = <value optimized out>
            end = 0x828d542 "\n"
            length = <value optimized out>
            src_id = 110001371
            nd = 0xb233207c
            dnd = 0xb608153c
            __FUNCTION__ = "npc_parse_duplicate"
    #3  0x0814e048 in npc_duplicate4instance (snd=0xb608153c, m=878) at npc.c:3197
            newname = "dup_0_110001371\000\204\000\000\000L\n\000"
            __FUNCTION__ = "npc_duplicate4instance"
            w1 = "0004@tower,12,309,0", '\000' <repeats 30 times>
            w2 = "duplicate(81FGate102tower)\000)", '\000' <repeats 21 times>
            w3 = "81FGate102tower::dup_0_110001371\000\060", '\000' <repeats 15 times>
            w4 = "45,2,2", '\000' <repeats 43 times>
    #4  0x0810ec87 in instance_map_npcsub (bl=0xb608153c, args=0xbfaf631c "n\003")
    ---Type <return> to continue, or q <return> to quit---
        at instance.c:330
    No locals.
    #5  0x0812a320 in bl_vforeach (func=0x810ec60 <instance_map_npcsub>,
        blockcount=0, max=2147483647, args=0xbfaf631c "n\003") at map.c:475
            argscopy = 0xbfaf631c "n\003"
            i = 16
            returnCount = 16
    #6  0x08135859 in map_vforeachinmap (func=0x810ec60 <instance_map_npcsub>,
        m=677, type=128, args=0xbfaf631c "n\003") at map.c:527
            i = 2500
            returnCount = <value optimized out>
            bsize = 2500
            argscopy = 0xbfaf631c "n\003"
            bl = 0x0
            blockcount = 0
    #7  0x08131030 in map_foreachinmap (func=0x810ec60 <instance_map_npcsub>,
        m=677, type=128) at map.c:548
            returnCount = 167048600
            ap = 0xbfaf631c "n\003"
    #8  0x0810d890 in instance_init (instance_id=0) at instance.c:359
            i = 4
    #9  0x0819fe26 in buildin_instance_init (st=0xb4747410) at script.c:16961
            instance_id = 0
    ---Type <return> to continue, or q <return> to quit---
    #10 0x081a8f21 in run_func (st=0xb4747410) at script.c:3783
            data = 0xb7f4d98c
            i = <value optimized out>
            end_sp = <value optimized out>
            func = 407
    #11 0x081b68ea in run_script_main (st=0xb4747410) at script.c:4002
            c = C_FUNC
            cmdcount = 655032
            gotocount = 2021
            sd = <value optimized out>
            stack = 0xb4794388
            nd = <value optimized out>
    #12 0x08151104 in npc_scriptcont (sd=0x9c4e898, id=110001274, closing=false)
        at npc.c:1246
            target = 0xb60ca1d4
    #13 0x080eb80c in clif_parse_NpcSelectMenu (fd=10, sd=0x9c4e898)
        at clif.c:11722
            npc_id = 110001274
            select = <value optimized out>
    #14 0x080eb31e in clif_parse (fd=10) at clif.c:18426
            parse_cmd_func = <value optimized out>
            cmd = 184
            packet_len = 7
    ---Type <return> to continue, or q <return> to quit---
            sd = 0x9c4e898
            pnum = 0
    #15 0x0824a7ff in do_sockets (next=50) at socket.c:999
            rfd = {fds_bits = {1024, 0 <repeats 31 times>}}
            timeout = {tv_sec = 0, tv_usec = 17000}
            ret = <value optimized out>
            i = <value optimized out>
    #16 0x08246d5f in main (argc=1, argv=0xbfaf6634) at core.c:256
            next = <value optimized out>
            retval = <value optimized out>
    
    

    Regards.

    Allied guilds attack(sword) cursor in GvG

    Posted 18 Oct 2014

    Hi!

    There is a bug when you put the cursor over a char of an a allied guild in WoE and the cursor change to "sword". That not happen when put the cursor over a guild mate.

    This is related to the emulador or is a client problem? Sorry i don't know, that why i put this in this section.

    Regards.