Thread Rating:
- 0 Votes - 0 Average
- 1
- 2
- 3
- 4
- 5
:ERROR:Exception adding debug message on the exception.
|
Author |
Message |
Russian
Journeyman
Posts: 75
Likes Given: 4
Likes Received: 2 in 2 posts
Joined: Jul 2012
Reputation: 0
|
:ERROR:Exception adding debug message on the exception.
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!
|
|
05-03-2016 07:39 PM |
|
|
User(s) browsing this thread: 1 Guest(s)