Jump to content

Fix CheckPoint Shutdown - Tics Did Not Updated


CiocoBoco

Recommended Posts

Go to: /usr/src/your source/Srcs/Server/libthecore/src and open :  signal.c

 

Search:

RETSIGTYPE checkpointing(int sig)

and delete:

sys_err("CHECKPOINT shutdown: tics did not updated.");
abort();

Like this:

 

old:

 

YMQjnuU.png

 

New:

 

 shgMMtd.png

 

DONE

 

 

 

This tutorial was made by AleXso

Source: freakplay.net (no advertising)

Edited by Metin2 Dev
Core X - External 2 Internal
  • Not Good 1
  • Love 2
Link to comment
Share on other sites

  • 2 months later...
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.

Link to comment
Share on other sites

  • 2 weeks later...

Announcements



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