Jump to content

Erro DestroyCharacter


Recommended Posts

  • Active Member
SYSERR: Jul  8 19:28:30 :: DestroyCharacter: [CHARACTER_MANAGER::DestroyCharacter] <Factor> 7719 not found
SYSERR: Jul  8 19:28:30 :: DestroyCharacter: [CHARACTER_MANAGER::DestroyCharacter] <Factor> 7718 not found
SYSERR: Jul  8 19:28:30 :: DestroyCharacter: [CHARACTER_MANAGER::DestroyCharacter] <Factor> 7716 not found
SYSERR: Jul  8 19:28:30 :: DestroyCharacter: [CHARACTER_MANAGER::DestroyCharacter] <Factor> 7721 not found
SYSERR: Jul  8 19:28:30 :: DestroyCharacter: [CHARACTER_MANAGER::DestroyCharacter] <Factor> 7720 not found
SYSERR: Jul  8 19:28:30 :: DestroyCharacter: [CHARACTER_MANAGER::DestroyCharacter] <Factor> 7717 not found

I'm getting this error when doing some dungeons, I still haven't figured out what's causing it, does anyone have any idea what it might be?

* Sometimes the channel went down, in the debug it appears that it is in the function below, but I didn't make any changes to the files.

 

EVENTFUNC(save_event)
{
	char_event_info* info = dynamic_cast<char_event_info*>( event->info );
	if ( info == NULL )
	{
		sys_err( "save_event> <Factor> Null pointer" );
		return 0;
	}

	LPCHARACTER ch = info->ch;

	if (ch == NULL) { // <Factor>
		return 0;
	}
	sys_log(1, "SAVE_EVENT: %s", ch->GetName());
	ch->Save();
	ch->FlushDelayedSaveItem();
	return (save_event_second_cycle);
}

 

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

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.