Jump to content

Never seen client sysser error


Recommended Posts

  • Gold

Hello guys,

have someone seen this client sysser error? I got this error for the first time since I started working with client.

Someone got an idea what should cause this problem? I couldn't connect to server and it was showing client server list offline, but server was running and website was showing server online.

Spoiler

0719 20:51:39270 :: Ăł¸®µÇÁö ľĘŔş ĆĐŶ Çě´ő 255, state Login

0719 20:51:52372 :: Ăł¸®µÇÁö ľĘŔş ĆĐŶ Çě´ő 63, state Login

 

Thanks for answers!

Sincerely,

ReFresh

  • Love 1

I'll be always helpful! 👊 

Link to comment
Share on other sites

  • Premium
Unprocessed packet header 255, state Login

Unprocessed packet header 63, state Login
bool CPythonNetworkStream::RecvDefaultPacket(int header)
void CPythonNetworkStream::LoginPhase()
{
	TPacketHeader header;
	if (!CheckPacket(&header))
		return;

	switch (header)
	{
	...

	default:
		if (RecvDefaultPacket(header))
			return;
		break;
	}

	RecvErrorPacket(header);
}

 

 

"Nothing's free in this life.

Ignorant people have an obligation to make up for their ignorance by paying those who help them.

Either you got the brains or cash, if you lack both you're useless."

Syreldar

Link to comment
Share on other sites

  • Premium

considering there are millions of servers online rn, i'd say it's an issue on your end.

 

"Nothing's free in this life.

Ignorant people have an obligation to make up for their ignorance by paying those who help them.

Either you got the brains or cash, if you lack both you're useless."

Syreldar

Link to comment
Share on other sites

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.