Jump to content

boot packet end check error


Recommended Posts

  • Active Member

Hi devs, does know the cause of this error? 

 

 

Source part(input_db): 

 

	WORD endCheck=decode_2bytes(data);
	if (endCheck != 0xffff)
	{
		sys_err("boot packet end check error [%x]!=0xffff", endCheck);
		thecore_shutdown();
		return;
	}
	else
		sys_log(0, "boot packet end check ok [%x]==0xffff", endCheck );
	data +=2; 
 

 

but I have not change input_db

 

syslog

Dec 05 14:39:07.687000 :: GLOBAL_TIME: Dec 05 14:39:00 time_gap -7
Dec 05 14:39:07.687000 :: InsertGMList(account:0.0.1, player:, contact_ip:, server_ip:, auth:0)
Dec 05 14:39:07.687000 :: GM Use ContactIP
Dec 05 14:39:07.687000 :: [ADMIN] Size 104 Count 1
SYSERR: Dec 05 14:39:07 :: CInputDB::Boot: boot packet end check error [0]!=0xffff
Dec 05 14:39:07.687000 :: InputDB::MapLocations 2
Dec 05 14:39:07.703000 :: QUEST eventflag oxevent_status 0 prev_value 0
Dec 05 14:39:07.703000 :: QUEST eventflag trading_offer_item_a 30011 prev_value 0
Dec 05 14:39:07.703000 :: QUEST eventflag trading_offer_item_b 30046 prev_value 0
Dec 05 14:39:07.703000 :: QUEST eventflag trading_offer_time 1388631824 prev_value 0
Dec 05 14:39:07.703000 :: QUEST eventflag xmas_boom 0 prev_value 0
Dec 05 14:39:07.703000 :: QUEST eventflag xmas_snow 0 prev_value 0
Dec 05 14:39:07.703000 :: QUEST eventflag xmas_tree 1 prev_value 0
Dec 05 14:39:07.703000 :: SpawnMob: cannot create monster at non-exist sectree 434900 x 214500 (map 61)
Dec 05 14:39:07.703000 :: QUEST eventflag oxevent_status 0 prev_value 0
Dec 05 14:39:07.703000 :: <shutdown> Starting...
Dec 05 14:39:07.703000 :: <shutdown> Destroying CArenaManager...
Dec 05 14:39:07.703000 :: ARENA: ArenaMap will be destroy. mapIndex(112)
Dec 05 14:39:07.703000 :: ARENA: End Duel PID_A(0) vs PID_B(0)
Dec 05 14:39:07.703000 :: ARENA: End Duel PID_A(0) vs PID_B(0)
Dec 05 14:39:07.703000 :: ARENA: End Duel PID_A(0) vs PID_B(0)
Dec 05 14:39:07.703000 :: ARENA: End Duel PID_A(0) vs PID_B(0)
Dec 05 14:39:07.703000 :: <shutdown> Destroying COXEventManager...
Dec 05 14:39:07.703000 :: <shutdown> Disabling signal timer...
Dec 05 14:39:07.703000 :: <shutdown> Shutting down CHARACTER_MANAGER...
Dec 05 14:39:07.703000 :: <shutdown> Shutting down ITEM_MANAGER...
Dec 05 14:39:07.703000 :: <shutdown> Flushing db_clientdesc...
Dec 05 14:39:07.703000 :: FLUSH START 46
Dec 05 14:39:07.703000 :: FLUSH SUCCESS
Dec 05 14:39:08.953000 :: <shutdown> Flushing p2p_manager...
Dec 05 14:39:08.953000 :: <shutdown> Destroying CShopManager...
Dec 05 14:39:08.953000 :: <shutdown> Destroying CHARACTER_MANAGER...
Dec 05 14:39:08.953000 :: <shutdown> Destroying ITEM_MANAGER...
Dec 05 14:39:08.953000 :: <shutdown> Destroying DESC_MANAGER...
Dec 05 14:39:08.953000 :: PARTY Disable
Dec 05 14:39:08.953000 :: SYSTEM: closing client socket. DESC #680
Dec 05 14:39:08.968000 :: <shutdown> Destroying quest::CQuestManager...
Dec 05 14:39:08.984000 :: <shutdown> Destroying building::CManager...
Dec 05 14:39:08.984000 :: <shutdown> Flushing TrafficProfiler...
Dec 05 14:39:08.984000 :: <shutdown> Canceling ReloadSpamEvent...
Dec 05 14:39:08.984000 :: <shutdown> regen_free()...
Dec 05 14:39:08.984000 :: <shutdown> Closing sockets...
Dec 05 14:39:08.984000 :: <shutdown> fdwatch_delete()...
Dec 05 14:39:08.984000 :: <shutdown> event_destroy()...
Dec 05 14:39:08.984000 :: <shutdown> CTextFileLoader::DestroySystem()...
Dec 05 14:39:08.0 :: <shutdown> thecore_destroy()...

 

 

syserr

SYSERR: Dec 05 14:39:07 :: CInputDB::Boot: boot packet end check error [0]!=0xffff

Link to comment
Share on other sites

  • 7 years later...
  • Active Member

For people having such error in 2022, the cause of the error is bad packets/functions/systems that are before this line:

peer->EncodeWORD(0xffff);

 

and need to be after it

  • Good 1
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



  • Similar Content

  • Activity

    1. 13

      Metin2 Closed Beta Content (2003-2004)

    2. 25

      [SRC] Metin2 on LINUX - The Old Metin2 Project

    3. 2

      United/Club/Midgard serverfiles?

    4. 13

      Metin2 Closed Beta Content (2003-2004)

    5. 13

      Metin2 Closed Beta Content (2003-2004)

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • 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.