Jump to content

Reboot

Banned
  • Posts

    529
  • Joined

  • Last visited

  • Days Won

    33
  • Feedback

    0%

Posts posted by Reboot

  1. 1202 03:47:35206 :: Traceback (most recent call last):
    
    1202 03:47:35206 ::   File "game.py", line 612, in OnChangePKMode
    
    1202 03:47:35207 ::   File "interfaceModule.py", line 801, in OnChangePKMode
    
    1202 03:47:35207 ::   File "uiCharacter.py", line 563, in RefreshAlignment
    
    1202 03:47:35208 :: TypeError
    1202 03:47:35208 :: : 
    1202 03:47:35208 :: __pack_import() takes at most 4 arguments (5 given)
    1202 03:47:35208 :: 
    
    
    Hello, I have a little problem.
    I have taken root in their position Sanchez current EN client ..
    I have no problem only when you go V2, V3. All that means that this dungeon spiders.
     
    The customer is at the current metin2ro, locale_ro from all of the ro and ro uiscrit.

     

  2. Your solution is crap too, never do that. What's the point of disabling one of the greatest function of the game? It's notify you if something stucked, and you want to disable it? It should be disabled just when the game starts the cache flushing at shutdown.

    I do not want to disable, I concur with you.
     
    I just said not interfere with anything, that solution.
    I am not one off chechpoint of source, are of the same opinion with you.
     
    I just explained that it has no effect, commenting that solving the abort.
  3.  

    Fix it.

     

    open mainlineSrcsServerlibthecoresrcsignal.c

     

     

    edit 

    RETSIGTYPE checkpointing(int sig)
    {
        if (!tics)
        {
    	sys_err("CHECKPOINT shutdown: tics did not updated.");
    	abort();
        }
        else
    	tics = 0;
    }

    to

    RETSIGTYPE checkpointing(int sig)
    {
        if (!tics)
        {
        sys_err("CHECKPOINT shutdown: tics did not updated.");
        }
        else
        sys_err("CHECKPOINT shutdown: tics = 0.");
    }

     

    This solution is crap.
    Look at my post in this topic and you know it.
  4. This AlexSo who posted solving, he has no idea.
     
    What he did is equal to 0. Worse confused world than to help.
    This is true resolution.
     
    Open libthecore/include/signal.h
     
    Find this line.
        extern void signal_timer_enable(int timeout_seconds);
    

    And replaced with this:

        extern void signal_timer_disable();
    

    You can delete that folder src, has no value. It is used for something else.

  5. linking ../game_r1_64....
    linking ../test
    /usr/bin/ld: cannot find -lmysqlclient
    /usr/bin/ld: cannot find -lmysqlclient
    gmake: *** [../test] Error 1
    gmake: *** Waiting for unfinished jobs....
    gmake: *** [../game_r1_64] Error 1
    

    From that I understand that mysqlclient is missing, but how do I obtain it? I am sure that I've copied everything I need. I have mysql installed on my VDS. Thank you.

     

    SOLVED: cd /usr/local/lib && ln -s /usr/local/lib/mysql/libmysqlclient.a ... or something like that xD

     

     

    You have to take, in Novaline Server folder. After the / Server / Game you put the source

  6.  

    cd /usr/ports/databases/mysql56-server
    make deinstall clean
    rm -R /var/db/mysql
    make BUILD_OPTIMIZED=yes BUILD_STATIC=yes
    make WITH_XCHARSET=all install clean
    service mysql-server start
    /usr/local/bin/mysqladmin -uroot password 'enterpassword'
    

     

    Error:

    q7C3UHj.png

     

    ee /etc/rc.conf
    
    Add this:
    
    mysql_enable="YES"
    
    

    Then reset the server. 

×
×
  • 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.