Jump to content

Recommended Posts

Hello ,

 

I have some problem with the auth ,

sometime crash , i dont know why

 

I hope you can help me =)

the syserr :

 

SYSERR: Aug  1 15:50:02.415194 :: socket_bind: bind: Address already in use

SYSERR: Aug  1 16:11:46.124625 :: HandshakeProcess: handshake retry limit reached! (limit 32 character !NO CHARACTER!)

SYSERR: Aug  1 19:34:23.268036 :: checkpointing: CHECKPOINT shutdown: tics did not updated.

SYSERR: Aug  2 05:17:53.385235 :: pid_init:

Start of pid: 61823

SYSERR: Aug  2 13:53:20.518243 :: socket_bind: bind: Address already in use

SYSERR: Aug  2 13:56:54.56027 :: HandshakeProcess: handshake retry limit reached! (limit 32 character !NO CHARACTER!)

SYSERR: Aug  2 14:08:33.448030 :: HandshakeProcess: handshake retry limit reached! (limit 32 character !NO CHARACTER!)

SYSERR: Aug  2 14:10:51.788049 :: HandshakeProcess: handshake retry limit reached! (limit 32 character !NO CHARACTER!)

SYSERR: Aug  2 14:20:04.44031 :: HandshakeProcess: handshake retry limit reached! (limit 32 character !NO CHARACTER!)

SYSERR: Aug  2 16:28:05.24031 :: HandshakeProcess: handshake retry limit reached! (limit 32 character !NO CHARACTER!)

SYSERR: Aug  2 22:42:49.690046 :: HandshakeProcess: handshake retry limit reached! (limit 32 character !NO CHARACTER!)

SYSERR: Aug  2 22:56:29.846102 :: socket_accept: accept: Software caused connection abort (fd 11)

SYSERR: Aug  3 01:55:23.66044 :: socket_accept: accept: Software caused connection abort (fd 11)

SYSERR: Aug  3 07:29:50.434586 :: pid_init:

 

 

Link to comment
https://metin2.dev/topic/2474-problem-auth-crash/
Share on other sites

  • Replies 12
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

I think is this the problem:

SYSERR: Aug  1 19:34:23.268036 :: checkpointing: CHECKPOINT shutdown: tics did not updated. is ....... Abort() ......XD

edit your libthecore/signal.c

{    if (!tics)
    {
sys_err("CHECKPOINT shutdown: tics did not updated.");
abort();
    }
    else
tics = 0;
}
 
Replace with
 
{
    if (!tics)
    /*{
sys_err("CHECKPOINT shutdown: tics did not updated.");
abort();
    }
    else*/
tics = 0;
}
 

 

Link to comment
https://metin2.dev/topic/2474-problem-auth-crash/#findComment-16831
Share on other sites

The CHECKPOINT error means that the server hangs up somwhere and not responding. If you comment out the abort() you just did nothing, the core will be still unaviable.

I try this solution and run ..and nothing crash....i don't know else

Link to comment
https://metin2.dev/topic/2474-problem-auth-crash/#findComment-16837
Share on other sites

  • 1 year later...

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.