Jump to content

checkpointing: CHECKPOINT shutdown: tics did not updated.


Go to solution Solved by Reboot,

Recommended Posts

Didn't work : http://metin2dev.org/board/topic/2829-cfix-checkpoint-shutdown-tics-did-not-updated/

 

Source : mainline released .

 

Info : 

 

Even i disabled the

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

The error still apear in syser and it still close the respective core.

 

 

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

 

I edited it like : 
RETSIGTYPE checkpointing(int sig)
{
    if (!tics)
    {
	sys_err("CHECKPOINT shutdown: tics did not updated.");
	abort();
    }
	return result;
}

It should work..

 

v

Dude, do not understand the need to recompile Libthecore.a

 

Everything is in libthecore/src is used to create lib.

  • Solution

To recompile libcore I have to do next things ?

 

cd /usr/src/mainline_released/mainline_sg/Srcs/Server/libthecore/src

gmake clean

gmake -j20

 

 

And then recompile the game ?

Why was that so hard? yup! yes yes yes.

 

Reompile libtheore.

Recompile the game.

 

Okay, your settings have been saved. Changes or saved.

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.