Jump to content

4144

Core Developers
  • Content Count

    1189
  • Joined

  • Last visited

  • Days Won

    124

Everything posted by 4144

  1. 4144

    Nemo patcher

    New patch "Allow close cutin by pressing esc key"
  2. error said you did syntax error. lua is code and you must follow rules of this language. error probably said what you missing " or '
  3. 4144

    @arealoot

    Try ask or rathena forum? At herc forum this is bit offtopic
  4. 4144

    Nemo patcher

    if you mean txt quest files, they was dropped long ago. use lua files
  5. 4144

    Nemo patcher

    yes this is known issue, see issues on gitlab
  6. 4144

    Nemo patcher

    see extrarnal_settings lua file. it have option for disable doram
  7. 4144

    Nemo patcher

    New patches "Change minimal screen resolution limit" - for change default minimal screen size 1027x768 "Allow leader to leave party if no members on map" - for remove some restrictions from party leader
  8. about assert in achievement it was fixed in hercules already
  9. memory manager show memory corruption. but not show from where and why this mean better disable memory manager and use gdb atleast it may be crash if corruption happend and show where it happend
  10. what server code you using? look like this is not hercules?
  11. about where it crashed. look like double free for some data allocated in auth code. probably plugins affecting it?
  12. look like you have disabled sanitize flags and enabled memory manager. enable sanitize and disable memory manager and probably you will get better crash. and please fix gcc, last crash report from sanitize was almost useless, because missing libs or packages. was no correct stack and additional info.
  13. probably you show wrong function, or you running other server binary, or may be some corruption. because from pc_eventtimer called npc->event. and sd in pc_eventtimer is NULL, but because here check for NULL, it cant call npc->event.. another thing try disable memory manager, because it hiding memory errors. make clean ./configure --enable-debug=gdb --disable-lto --enable-manager=no --enable-sanitize=full make sql plugins
  14. you have very old hercules? or heavy modifief? i asked some times already what hercules commit you using. or if you not using git, say atleast date of hercules sources. or better show whole function pc_eventtimer
  15. look like compiled without debug info? need debug info. configure flag --enable-debug Or probably because you run with gdb at same time. Anyway what is code at pc.c:9909? look like error in this line
  16. this is console output. but need config.log file
  17. 4144

    Nemo patcher

    Fixed patch "Always Use Email for Char Deletion" New patches: "Change new char name field height" - in char creation dialog in some lang types char name can be too big in height and partially ivisible. this patch allow change input field height "Remove wrong chars from cash shop" - this patch allow remove random wrong chars in cash shop window
  18. @Myriad can you show config.log after failed configure run? inside this file will be actual error why it cant find zlib. it can be wrong flags, missing files etc. can be anything.
  19. gcc also should be atleast 5.0 version. 4.9 partially may works
  20. issue in not this call stack some where you had null pointer issue but server not crashed, and server used wrong sd pointer after this. try remove plugins and gepard and try to crash server. or use sanitize flags to see real issue.
  21. this configure error mean some packages not installed. try install packages: libasan liblsan libubsan from crash stack you have non latest hercules or modded hercules. i already asked about commit. What hercules commit id you using? without it impossible to check what was wrong here. this line said error on empty line and in other function, this mean stack totally wrong: #5 0x00000000004580cf in chrif_parse (fd=14340) at chrif.c:1645
  22. also if possible try build server with sanity flags enabled. not sure how install missing packages on centos. and also need gcc 5 or newer.
  23. you using any plugins or mods? what commit you using for hercules? From stack look like it different or may be plugin intercept some vars changes? crash because sd is malformed. In some other place look like was null pointer but server not crashed.
  24. all files. you should find official kro files for exact client exe version. If versions bit different you still may have some errors. After if all works without errors, you can mod data, add / remove files etc.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.