Jump to content

ArchAngell

Members
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Brasil

Recent Profile Visitors

1321 profile views

ArchAngell's Achievements

Poring

Poring (1/15)

  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. I've set up my server using this tutorial (https://github.com/rathena/rathena/wiki/Install-on-Centos), but a few problems appeared. First, when my emulator was at commit 32c68c7, the mapserver would crash when a player feed the pet or homunculus. Now, I updated to latest version (f5f377a), but some ground type skills (storm gust, vermillion, grand cross, sanctuary, severe rainstorm and several others) have a much greater duration, and some don't work at all (like meteor storm). I suspect something on my machine is messing up the compilation, because I tested the same code on windows and it works. Does anyone have any idea what I could test to solve the problem?
  2. I got this data after running the map-server with gdb, triggering the freeze and typing bt full on gdb: #0 0x00007ffff796b6fd in read () from /lib64/libpthread.so.0 No symbol table info available. #1 0x00007ffff7090a90 in vio_read () from /usr/lib64/mysql/libmysqlclient.so.18 No symbol table info available. #2 0x00007ffff7090b11 in vio_read_buff () from /usr/lib64/mysql/libmysqlclient.so.18 No symbol table info available. #3 0x00007ffff7074caa in my_real_read(st_net*, unsigned long*) () from /usr/lib64/mysql/libmysqlclient.so.18 No symbol table info available. #4 0x00007ffff7075b1c in my_net_read () from /usr/lib64/mysql/libmysqlclient.so.18 No symbol table info available. #5 0x00007ffff706875c in cli_safe_read () from /usr/lib64/mysql/libmysqlclient.so.18 No symbol table info available. #6 0x00007ffff7069c56 in cli_read_query_result () from /usr/lib64/mysql/libmysqlclient.so.18 No symbol table info available. #7 0x00007ffff706ae06 in mysql_real_query () from /usr/lib64/mysql/libmysqlclient.so.18 No symbol table info available. ---Type <return> to continue, or q <return> to quit--- #8 0x000000000060143f in Sql_Query(Sql*, char const*, ...) () No symbol table info available. #9 0x00000000004b31da in log_feeding (sd=sd@entry=0x5ccc380, type=type@entry=LOG_FEED_PET, nameid=<optimized out>) at log.cpp:560 target_id = <optimized out> intimacy = <optimized out> target_class = <optimized out> __FUNCTION__ = "log_feeding" #10 0x0000000000512b25 in pet_food (pd=0x7ffff4b6dec4, sd=0x5ccc380) at pet.cpp:1026 pet_db_ptr = 0x4078888 i = <optimized out> k = <optimized out> #11 pet_menu (sd=0x5ccc380, menunum=<optimized out>) at pet.cpp:796 egg_id = <optimized out> #12 0x0000000000467124 in clif_parse (fd=12) at clif.cpp:20695 cmd = <optimized out> packet_len = 3 sd = 0x5ccc380 pnum = 0 cmd2 = -1836654283 #13 0x000000000040c275 in main () No symbol table info available. I'm still not sure what to do. Is this enough to track the problem? @Edit After updating to a new revision the error changed. I'm opening a new topic.
  3. I've set up a server that has been working great for a few days. A couple of players have been playing helping us test everything, and we encountered this error when a player try to feed the homunculus or pet. The map-server freezes with no error message, and we can't connect or do anything, and have to kill the process to restart the server. We're using a version from Dec 07 with client 20151104, SQL dbs and the only source modifications are packet version and obfuscation. I copied the emulator files to my PC and tested on Win 7, and couldn't reproduce the problem. Anyone have any idea what could I do to fix this?
  4. I inserted the script into my test server and got 2 problems: - The prize is collected before the online time (default as 60 minutes); - The remaining time to collect the prize get bugged (seen in image); Does anyone have any ideas of what could cause this?
×
×
  • Create New...