The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Upgrade live server
Author Message
Eledrianek
Apprentice
*

Posts: 21
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Aug 2014
Reputation: 0



Post: #13
RE: Upgrade live server
And what about this? This error hits very often...
Code:
22:10:ERROR:Item (0319e) has no definition in scripts.
22:10:DEBUG:__ thread (5656) __ |  # | _____ function _____________ | ticks passed from previous function start ______
22:10:DEBUG:>>         5656     |  0 |               CWorld::OnTick | +0
22:10:DEBUG:>>         5656     |  1 |              CSector::OnTick | +0
22:10:DEBUG:>>         5656     |  2 |                CChar::OnTick | +0
22:10:DEBUG:>>         5656     |  3 |      CChar::NPC_OnTickAction | +0
22:10:DEBUG:>>         5656     |  4 |        CChar::NPC_Act_GoHome | +0
22:10:DEBUG:>>         5656     |  5 |       CChar::NPC_WalkToPoint | +0
22:10:DEBUG:>>         5656     |  6 |       CChar::NPC_Pathfinding | +0
22:10:DEBUG:>>         5656     |  7 |     CPathFinder::CPathFinder | +0
22:10:DEBUG:>>         5656     |  8 |         CPathFinder::FillMap | +0
22:10:DEBUG:>>         5656     |  9 |         CChar::CanMoveWalkTo | +0 <-- exception catch point (below is guessed and could be incorrect!)
22:10:DEBUG:>>         5656     | 10 |        CChar::CheckValidMove | +0
22:10:DEBUG:>>         5656     | 11 |   CWorld::GetHeightPoint_New | +0
22:10:DEBUG:>>         5656     | 12 |      CItemBase::FindItemBase | +0
22:10:CRITICAL:"Access Violation" (0x13740f), in CChar::CanMoveWalkTo() #1 "Check Valid Move"
22:10:ERROR:Item (02fe2) has no definition in scripts.
22:10:DEBUG:__ thread (5656) __ |  # | _____ function _____________ | ticks passed from previous function start ______
22:10:DEBUG:>>         5656     |  0 |               CWorld::OnTick | +0
22:10:DEBUG:>>         5656     |  1 |              CSector::OnTick | +0
22:10:DEBUG:>>         5656     |  2 |                CChar::OnTick | +0
22:10:DEBUG:>>         5656     |  3 |      CChar::NPC_OnTickAction | +0
22:10:DEBUG:>>         5656     |  4 |        CChar::NPC_Act_GoHome | +0
22:10:DEBUG:>>         5656     |  5 |       CChar::NPC_WalkToPoint | +0
22:10:DEBUG:>>         5656     |  6 |       CChar::NPC_Pathfinding | +0
22:10:DEBUG:>>         5656     |  7 |     CPathFinder::CPathFinder | +0
22:10:DEBUG:>>         5656     |  8 |         CPathFinder::FillMap | +0
22:10:DEBUG:>>         5656     |  9 |         CChar::CanMoveWalkTo | +32 <-- exception catch point (below is guessed and could be incorrect!)
22:10:DEBUG:>>         5656     | 10 |        CChar::CheckValidMove | +0
22:10:DEBUG:>>         5656     | 11 |   CWorld::GetHeightPoint_New | +0
22:10:DEBUG:>>         5656     | 12 |      CItemBase::FindItemBase | +0
22:10:ERROR:Item (02b7b) has no definition in scripts.
22:10:DEBUG:__ thread (5656) __ |  # | _____ function _____________ | ticks passed from previous function start ______
22:10:DEBUG:>>         5656     |  0 |               CWorld::OnTick | +0
22:10:DEBUG:>>         5656     |  1 |              CSector::OnTick | +0
22:10:DEBUG:>>         5656     |  2 |                CChar::OnTick | +0
22:10:DEBUG:>>         5656     |  3 |      CChar::NPC_OnTickAction | +0
22:10:DEBUG:>>         5656     |  4 |        CChar::NPC_Act_GoHome | +0
22:10:DEBUG:>>         5656     |  5 |       CChar::NPC_WalkToPoint | +0
22:10:DEBUG:>>         5656     |  6 |       CChar::NPC_Pathfinding | +0
22:10:DEBUG:>>         5656     |  7 |     CPathFinder::CPathFinder | +0
22:10:DEBUG:>>         5656     |  8 |         CPathFinder::FillMap | +0
22:10:DEBUG:>>         5656     |  9 |         CChar::CanMoveWalkTo | +0 <-- exception catch point (below is guessed and could be incorrect!)
22:10:DEBUG:>>         5656     | 10 |        CChar::CheckValidMove | +0
22:10:DEBUG:>>         5656     | 11 |   CWorld::GetHeightPoint_New | +0
22:10:DEBUG:>>         5656     | 12 |      CItemBase::FindItemBase | +0
22:10:CRITICAL:"Access Violation" (0x13740f), in CChar::CanMoveWalkTo() #1 "Check Valid Move"
08-18-2014 06:16 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
Upgrade live server - Eledrianek - 08-15-2014, 07:11 AM
RE: Upgrade live server - Extreme - 08-15-2014, 09:24 AM
RE: Upgrade live server - Eledrianek - 08-15-2014, 09:57 AM
RE: Upgrade live server - Extreme - 08-15-2014, 01:11 PM
RE: Upgrade live server - Eledrianek - 08-16-2014, 02:10 AM
RE: Upgrade live server - Extreme - 08-16-2014, 02:38 AM
RE: Upgrade live server - Eledrianek - 08-16-2014, 03:00 AM
RE: Upgrade live server - RanXerox - 08-16-2014, 03:19 AM
RE: Upgrade live server - Eledrianek - 08-16-2014, 10:10 AM
RE: Upgrade live server - Extreme - 08-16-2014, 01:02 PM
RE: Upgrade live server - Eledrianek - 08-17-2014, 07:20 AM
RE: Upgrade live server - RanXerox - 08-17-2014, 04:14 AM
RE: Upgrade live server - Eledrianek - 08-18-2014 06:16 AM
RE: Upgrade live server - Eledrianek - 08-20-2014, 05:36 AM
RE: Upgrade live server - Eledrianek - 08-20-2014, 08:18 AM
RE: Upgrade live server - XuN - 08-20-2014, 03:55 PM
RE: Upgrade live server - Eledrianek - 08-20-2014, 09:43 PM
RE: Upgrade live server - Extreme - 08-21-2014, 12:41 AM
RE: Upgrade live server - XuN - 08-21-2014, 07:06 AM
RE: Upgrade live server - Eledrianek - 08-21-2014, 07:50 AM
RE: Upgrade live server - darksun84 - 08-21-2014, 08:15 AM
RE: Upgrade live server - Eledrianek - 08-21-2014, 11:14 AM

Forum Jump:


User(s) browsing this thread: 7 Guest(s)