Jump to content

Problem auth crash


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
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
Share on other sites

  • 1 year later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

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.