Jump to content

jeyner

Members
  • Posts

    22
  • Joined

  • Last visited

Posts posted by jeyner

  1. On 10/17/2022 at 3:40 PM, Pride said:

    Check packet version enabled on emulator and on clientinfo.xml

     
    On my client:
    Client date: 2018-06-20
    <version>55</version>
     
    And I use the this command to compile the EMU:
    ./configure --enable-packetver=20180620
    make clean
    make server

    And is a clean version of rAthena.

    I don't know if I need to do something more.

    Thanks.

     
     

    Problem fixed. thanks for your help. 

    The problem was related with the EMU compilation.

  2. I'm going to explain that with some screenshots.

     

    When I have 2 chars, in this case the assassin and the GM. The assassin has the cotton color #1 and use the command @mount2 and walk, then nothing happens.

     

    Captura1.JPG           Captura2.JPG

     

     

    But if the Assassin use the cotton color #100 for example and walk. The GM account crash but not the assassin. The error only happens when the assassin walk with the mount and only affect the players that can see the mount but not the owner of the mount.

     

    Captura3.JPG     Captura4.JPG   

     

    Captura5.JPG     

     

     

    Now... if the Assassin use the mount far away to other players and then walk close to another player, nothing happens. o.O

     

    Captura6.JPG   Captura7.JPG

     

     

    My client date is: 2012-04-10 and I use ramod with Harmony.

     

    Thanks for the help.

     

  3. Bueno, tengo un gran problema. Tengo un server con rAthena con muchas modificaciones y harmony. Ya lleva un tiempo online y no se había presentado el problema hasta hace 2 semanas. 
     
    El problema consiste en que el servidor prácticamente se detiene, sin ningún tipo de acción especifica o patrón de tiempo. Cuando esto sucede pasan los siguientes eventos:
    -No muestra ninguna clase de error o aviso en el emulador.
    -Según el panel de control el map, login y char server se encuentran online.
    -Los usuarios que estaban dentro se quedan congelados y al salir e intentar entrar nuevamente les aparece el mensaje de que ya se encuentran dentro y por eso no pueden logear.
    -Los usuarios que intentan entrar y no estaban dentro al momento de la caída, les permite entrar hasta la selección de personajes y cuando elijen a uno les sale el mensaje de conexión fallida. En este caso el mensaje que arroja el emulador es el siguiente:

     

     

    [Notice]: Authentication accepted (account: user_name, id: 2000003, ip: xxx.xxx.xxx.xxx)

    [Notice]: User 'user_name' is already online - Rejected.
    [info]: Closed connection from ' xxx.xxx.xxx.xxx'.
    [Notice]: Authentication accepted (account: user_name, id: 2000003, ip:  xxx.xxx.xxx.xxx)
    [Notice]: User 'user_name' is already online - Rejected.
    [info]: Closed connection from ' xxx.xxx.xxx.xxx'.

     

     
    Esto sucede sin una razón aparente y tampoco sigue un patrón. Pueden pasar 3 días en que no sucede, así como hay días en que pasa hasta 5 veces.
     
    Hasta ahora la única solución que e encontrado es reiniciar el emulador y todo vuelve a la normalidad, pero como sabrán es la peor solución xD.
     
    Debido a la falta de error o algún indicio, no tengo la menor idea de donde buscar el origen del problema, nunca había visto algo parecido. Hasta ahora lo único que se me ocurre que explica la falta de algún patrón es algún tipo de ataque al servidor o desconexión en los puertos .
     
    Necesito ayuda urgente, cualquier sugerencia o idea seria de ayuda.
     
    Saludos =P
  4. Well, I have a big problem. I have a server with rathena with many modifications and harmony system. It's been an online time and hadn't had any problem. The problem started two weeks ago.
     
    The problem is that the server is stopped practically, without any specific action or time pattern. When this happens the following events happen: 
    -Doesn't show any error or warning in the emulator. 
    -According to the control panel the map, login and char server are ok. 
    -Users who were inside they freeze and when they come out and try to log-in again, they look this message "server still recognizes your last log-in".
    -Users attempting to enter and weren't inside the time of the fall, can enter to the char-selection and when they choose one of them the server show "connection failed" message. In this case the message that throws the emulator is as follows:
     

     

    [Notice]: Authentication accepted (account: user_name, id: 2000003, ip: xxx.xxx.xxx.xxx)

    [Notice]: User 'user_name' is already online - Rejected.
    [info]: Closed connection from ' xxx.xxx.xxx.xxx'.
    [Notice]: Authentication accepted (account: user_name, id: 2000003, ip:  xxx.xxx.xxx.xxx)
    [Notice]: User 'user_name' is already online - Rejected.
    [info]: Closed connection from ' xxx.xxx.xxx.xxx'.

     

    That happen for no apparent reason and there is a pattern. It may take 3 days when it doesn't happen anything, and there are days that it happen until 5 times. 
     
    So far the only solution that I found is to restart the emulator and everything returns to normal, but as you know is the worst solution  xD. 
     
    Due to the lack of error or any indication, I have no idea where to find the problem, I had never seen anything like that. So far all I can think of that explains the lack of any pattern is some kind of attack to the server or disconnect ports. 
     
    I need urgent help, any suggestion or idea would help.
  5. I install the latest version of rAthena emulator in my server Centos 6. I did the basic configuration to IPs and Client. But in the server every 5 minutes the screen freezes for 3~5 seconds.

    I thought it was the host but I tryed with another emulator "eAthena r14800" and worked well.

    Host Details:

    -Dedicate server

    -Centos 6

    -AMD Athlon X2

    -4GB Ran

    -100mb/s bandwidth

    -Client date "2010-07-20" it's old but works xD!

    thks =D

  6. I have a terrible problem, my server is lag and unstable. I use a Centos 5.5 with AMD Athlon™ X2 Dual-Core & 4 GB DDR2-RAM & Unlimited traffic. Then the server has only the emulator and web services but most of 2GB to ram them are lost.

    6ee9c.jpg

    I found "map-server_sql.leaks" in the log and this show memory leaks in the next lines:

    // src/map/npc.c
    CREATE(nd->u.shop.shop_item, struct npc_item_list, i);
    //src/common/db.c
    CREATE(it, struct DBIterator_impl, 1);
    //src/map/chat.c
    cd = (struct chat_data *) aMalloc(sizeof(struct chat_data));
    //src/map/map.c
    CREATE(mapit, struct s_mapiterator, 1);
    

    could anyone help?

    tnks =D

  7. Yeah, I installed everything. Look...

    [root@= ~]# yum install mysql

    Loaded plugins: fastestmirror

    Loading mirror speeds from cached hostfile

    * base: mirror.ash.fastserv.com

    * extras: mirror.dattobackup.com

    * rpmforge: mirror.us.leaseweb.net

    * rpmforge-extras: mirror.us.leaseweb.net

    * updates: mirrors.gigenet.com

    Setting up Install Process

    Package mysql-5.0.95-1.el5_7.1.x86_64 already installed and latest version

    Package mysql-5.0.95-1.el5_7.1.i386 already installed and latest version

    Nothing to do

    [root@= ~]#

    [root@= ~]# yum install mysql-devel

    Loaded plugins: fastestmirror

    Loading mirror speeds from cached hostfile

    * base: mirror.ash.fastserv.com

    * extras: mirror.dattobackup.com

    * rpmforge: mirror.us.leaseweb.net

    * rpmforge-extras: mirror.us.leaseweb.net

    * updates: mirrors.gigenet.com

    Setting up Install Process

    Package mysql-devel-5.0.95-1.el5_7.1.x86_64 already installed and latest version

    Package mysql-devel-5.0.95-1.el5_7.1.i386 already installed and latest version

    Nothing to do

    [root@= ~]#

    Thks.

  8. I'm trying to install Athena, in a new machine Centos 64bits, I installed all, but when I try to use "make_sql" appears this error:

    [root@localhost ragnarok]# make sql

    MySQL not found or disabled by the configure script

    make: *** [needs_mysql] Error 1

    [root@localhost ragnarok]#

    So I try to configurate with "./configure -with-mysql", but appears this:

    [root@localhost ragnarok]# ./configure -with-mysql

    checking whether make sets $(MAKE)... yes

    checking for gcc... gcc

    checking for C compiler default output file name... a.out

    checking whether the C compiler works... yes

    checking whether we are cross compiling... no

    checking for suffix of executables...

    checking for suffix of object files... o

    checking whether we are using the GNU C compiler... yes

    checking whether gcc accepts -g... yes

    checking for gcc option to accept ANSI C... none needed

    checking how to run the C preprocessor... gcc -E

    checking whether byte ordering is bigendian... no

    checking whether pointers can be stored in ints (old code)... yes (with -m32)

    checking whether gcc supports -Wno-unused-parameter... yes

    checking whether gcc supports -Wno-pointer-sign... yes

    checking whether gcc can actually use -Wno-pointer-sign... yes

    checking whether gcc supports -Wno-switch... yes

    checking whether gcc supports -fPIC... yes

    checking whether gcc needs -fPIC for shared objects... no

    checking whether gcc is able to typecast to union... yes

    checking for setrlimit... yes

    checking for strnlen... yes

    checking for inflateEnd in -lz... yes

    checking zlib.h usability... yes

    checking zlib.h presence... yes

    checking for zlib.h... yes

    checking for library containing sqrt... -lm

    checking for library containing clock_gettime... -lrt

    checking whether CLOCK_MONOTONIC is supported and works... yes

    checking for mysql_config... /usr/bin/mysql_config

    checking for mysql_init in -lmysqlclient... no

    checking mysql.h usability... yes

    checking mysql.h presence... yes

    checking for mysql.h... yes

    checking MySQL library (optional)... no

    configure: error: MySQL not found or incompatible (requested)

    [root@localhost ragnarok]#

    I installed all the libraries and I reinstalled the mysql but the problem continue.

    Thanks.

  9. I use a modified rAthena emulator last revision.

    When I turn on the emulator gives no problem, but after a while it get this error:

    I4UxZ.jpg

    And when I try to enter to my character, appears this error:

    CugXy.jpg

    then, I removed this line and I could connect:

    //Check if both servers agree on the struct's size
    if( RFIFOW(fd,2) - 25 != sizeof(struct mmo_charstatus) ) {
     ShowError("chrif_authok: Data size mismatch! %d != %d\n", RFIFOW(fd,2) - 25, sizeof(struct mmo_charstatus));
     return;
    }
    

    and when I enter to the pj. appears this error :

    A1EfK.jpg

    Help me pls. Thanks. =D

  10. I am setting up an emulator on a dedicated server with windows 7. I configure the emulator and all is apparently well, but when I enter the client from my PC, I get a "connection failed". I reviewed many post about the note issue and tried many solutions but assumed the same thing keeps happening, some solutions make the error char_athena map_athena other the other in both. I opened the ports used by the emulator and still the same.

    oh32v5.jpg

    can anyone help me?

×
×
  • Create New...