Jump to content

beniamin201

Inactive Member
  • Posts

    14
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by beniamin201

  1. 14 hours ago, beniamin201 said:

    Hi i managed to insert this system without any errors in syserr but now it says this in chat when im right clicking on Soul Stone.

    Although i have G1 skills already 

    please?

     

    Spoiler

    • Love 1
  2. Hi i managed to insert this system without any errors in syserr but now it says this in chat when im right clicking on Soul Stone.

    Although i have G1 skills already 

    Spoiler

  3. Hello everyone. I have i problme when i'm trying to compile my binary source i get these errors everytime  .

    I tried with visual studio 2013 professional, 2013 community, 2015 pro, and 2015 community but still no succes in getting rid of there errors.

    Fixed. T/C

    Spoiler

    • Good 1
  4. Acum 2 minute, hachiwari a spus:

    Open Makefile and you have to add in LIBDIR:  -L../../liblua/lib, e.g. LIBDIR += -L../../liblua/lib

    I think it is added already.

    This is how my LIBDIR is 

    LIBDIR += -L../../libthecore/lib -L../../libpoly/lib -L../../libsql/lib -L../../libgame/lib -L../../liblua/lib 

     

    Fixed that.

    Now this 

    Spoiler

  5. This is the error when my db crash.

    Spoiler

    (gdb) file db
    Reading symbols from db...done.
    (gdb) core db.core
    Core was generated by `db'.
    Program terminated with signal 6, Aborted.
    Reading symbols from /lib/libm.so.5...done.
    Loaded symbols for /lib/libm.so.5
    Reading symbols from /lib/libmd.so.6...done.
    Loaded symbols for /lib/libmd.so.6
    Reading symbols from /lib/libmysqlclient.so.18...done.
    Loaded symbols for /lib/libmysqlclient.so.18
    Reading symbols from /lib/libz.so.6...done.
    Loaded symbols for /lib/libz.so.6
    Reading symbols from /usr/lib/libc++.so.1...done.
    Loaded symbols for /usr/lib/libc++.so.1
    Reading symbols from /lib/libcxxrt.so.1...done.
    Loaded symbols for /lib/libcxxrt.so.1
    Reading symbols from /lib/libgcc_s.so.1...done.
    Loaded symbols for /lib/libgcc_s.so.1
    Reading symbols from /lib/libthr.so.3...done.
    Loaded symbols for /lib/libthr.so.3
    Reading symbols from /lib/libc.so.7...done.
    Loaded symbols for /lib/libc.so.7
    Reading symbols from /lib/libstdc++.so.6...Error while reading shared library symbols:
    Dwarf Error: wrong version in compilation unit header (is 4, should be 2) [in module /lib/libstdc++.so.6]
    Reading symbols from /libexec/ld-elf.so.1...done.
    Loaded symbols for /libexec/ld-elf.so.1
    #0  0x286d3f03 in thr_kill () from /lib/libc.so.7
    [New Thread 28c15800 (LWP 100522/<unknown>)]
    [New Thread 28c15500 (LWP 100521/<unknown>)]
    [New Thread 28c15200 (LWP 100517/<unknown>)]
    [New Thread 28c14f00 (LWP 100516/<unknown>)]
    [New Thread 28c14c00 (LWP 100512/<unknown>)]
    [New Thread 28c14900 (LWP 100511/<unknown>)]
    [New Thread 28c14600 (LWP 100507/<unknown>)]
    [New Thread 28c14300 (LWP 100506/<unknown>)]
    [New Thread 28c14000 (LWP 100499/<unknown>)]
    (gdb) bt full
    #0  0x286d3f03 in thr_kill () from /lib/libc.so.7
    No symbol table info available.
    #1  0x286d3ee8 in raise () from /lib/libc.so.7
    No symbol table info available.
    #2  0x286d3e23 in abort () from /lib/libc.so.7
    No symbol table info available.
    #3  0x0812c71f in emergency_sig (sig=11) at Main.cpp:56
    No locals.
    #4  0x2860d904 in pthread_sigmask () from /lib/libthr.so.3
    No symbol table info available.
    #5  0x2860ccdb in pthread_getspecific () from /lib/libthr.so.3
    No symbol table info available.
    #6  0xbfbff004 in ?? ()
    No symbol table info available.
    #7  0x0000000b in ?? ()
    No symbol table info available.
    #8  0xbfbfcd80 in ?? ()
    No symbol table info available.
    #9  0xbfbfcac0 in ?? ()
    No symbol table info available.
    #10 0x00000000 in ?? ()
    No symbol table info available.

     

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.