SphereCommunity
:ERROR:Exception adding debug message on the exception. - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: :ERROR:Exception adding debug message on the exception. (/Thread-ERROR-Exception-adding-debug-message-on-the-exception)



:ERROR:Exception adding debug message on the exception. - Russian - 05-03-2016 07:39 PM

Hello!

I try my old sphere 56b 2012 year to start on Last 56b Sphere 2016 year, and get new strange cyclic errors:

Code:
12:31:DEBUG:__ thread (7476) __ |  # | _____ function _____________ | ticks passed from previous function start ______
12:31:DEBUG:>>         7476     |  0 |               CWorld::OnTick | +0
12:31:DEBUG:>>         7476     |  1 |              CSector::OnTick | +577
12:31:DEBUG:>>         7476     |  2 |                CChar::OnTick | +0
12:31:DEBUG:>>         7476     |  3 |      CChar::NPC_OnTickAction | +0
12:31:DEBUG:>>         7476     |  4 |        CChar::NPC_Act_GoHome | +0
12:31:DEBUG:>>         7476     |  5 |       CChar::NPC_WalkToPoint | +0
12:31:DEBUG:>>         7476     |  6 |       CChar::NPC_Pathfinding | +0
12:31:DEBUG:>>         7476     |  7 |     CPathFinder::CPathFinder | +0
12:31:DEBUG:>>         7476     |  8 |         CPathFinder::FillMap | +0
12:31:DEBUG:>>         7476     |  9 |         CChar::CanMoveWalkTo | +2465 <-- exception catch point (below is guessed and could be incorrect!)
12:31:DEBUG:>>         7476     | 10 |        CChar::CheckValidMove | +0
12:31:DEBUG:>>         7476     | 11 |       CWorld::GetHeightPoint | +0
12:31:DEBUG:>>         7476     | 12 |        CWorldSearch::GetItem | +0
12:31:DEBUG:>>         7476     | 13 |          CPointBase::GetDist | +0
12:31:DEBUG:__ thread (7476) __ |  # | _____ function _____________ | ticks passed from previous function start ______
12:31:DEBUG:>>         7476     |  0 |               CWorld::OnTick | +0
12:31:DEBUG:>>         7476     |  1 |              CSector::OnTick | +577
12:31:DEBUG:>>         7476     |  2 |                CChar::OnTick | +0
12:31:DEBUG:>>         7476     |  3 |      CChar::NPC_OnTickAction | +0
12:31:DEBUG:>>         7476     |  4 |        CChar::NPC_Act_GoHome | +0
12:31:DEBUG:>>         7476     |  5 |       CChar::NPC_WalkToPoint | +0
12:31:DEBUG:>>         7476     |  6 |       CChar::NPC_Pathfinding | +0
12:31:DEBUG:>>         7476     |  7 |     CPathFinder::CPathFinder | +0
12:31:DEBUG:>>         7476     |  8 |         CPathFinder::FillMap | +0
12:31:DEBUG:>>         7476     |  9 |         CChar::CanMoveWalkTo | +2496 <-- exception catch point (below is guessed and could be incorrect!)
12:31:DEBUG:>>         7476     | 10 |        CChar::CheckValidMove | +0
12:31:DEBUG:>>         7476     | 11 |       CWorld::GetHeightPoint | +0
12:31:DEBUG:>>         7476     | 12 |        CWorldSearch::GetItem | +0
12:31:DEBUG:>>         7476     | 13 |          CPointBase::GetDist | +0
12:31:DEBUG:__ thread (7476) __ |  # | _____ function _____________ | ticks passed from previous function start ______

Code:
12:31:DEBUG:__ thread (7476) __ |  # | _____ function _____________ | ticks passed from previous function start ______
12:31:DEBUG:>>         7476     |  0 |               CWorld::OnTick | +0
12:31:DEBUG:>>         7476     |  1 |              CSector::OnTick | +6864 <-- exception catch point (below is guessed and could be incorrect!)
12:31:DEBUG:>>         7476     |  2 |           ProfileData::Count | +10780
12:31:ERROR:Exception adding debug message on the exception.
12:31:DEBUG:__ thread (7476) __ |  # | _____ function _____________ | ticks passed from previous function start ______
12:31:DEBUG:>>         7476     |  0 |               CWorld::OnTick | +0
12:31:DEBUG:>>         7476     |  1 |              CSector::OnTick | +6864 <-- exception catch point (below is guessed and could be incorrect!)
12:31:DEBUG:>>         7476     |  2 |           ProfileData::Count | +10780
12:31:ERROR:Exception adding debug message on the exception.
12:31:DEBUG:__ thread (7476) __ |  # | _____ function _____________ | ticks passed from previous function start ______
12:31:DEBUG:>>         7476     |  0 |               CWorld::OnTick | +0
12:31:DEBUG:>>         7476     |  1 |              CSector::OnTick | +6864 <-- exception catch point (below is guessed and could be incorrect!)
12:31:DEBUG:>>         7476     |  2 |           ProfileData::Count | +10780
12:31:ERROR:Exception adding debug message on the exception.

What is reason of this errors? I want to repair it.

With best regards!