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
error on console
Author Message
miltonvo
Apprentice
*

Posts: 9
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: May 2016
Reputation: 0



Post: #1
error on console
always when i log in i got this message on sphere console...

15:13:DEBUG:__ thread (14004) __ | # | _____________ function _____________ | __ ticks passed from previous function start __
15:13:DEBUG:>> 14004 | 0 | NetworkManager::tick | +0
15:13:DEBUG:>> 14004 | 1 | NetworkThread::tick | +0
15:13:DEBUG:>> 14004 | 2 | NetworkInput::processInput | +0
15:13:DEBUG:>> 14004 | 3 | NetworkInput::processData | +0
15:13:DEBUG:>> 14004 | 4 | NetworkInput::processData | +0
15:13:DEBUG:>> 14004 | 5 | NetworkInput::processGameClientData | +0 <-- exception catch point (below is guessed and could be incorrect!)
15:13:DEBUG:>> 14004 | 6 | PacketChatButton::onReceive | +0
15:13:DEBUG:>> 14004 | 7 | CClient::Event_ChatButton | +0
15:13:DEBUG:>> 14004 | 8 | CChatChanMember::SetChatActive | +0
15:13:DEBUG:>> 14004 | 9 | CChatChanMember::GetChatName | +0
15:13:CRITICAL:"Access Violation" (0x802ef), in SUB: NetworkInput::Message::ProcessMessage()
15:13:DEBUG:3:Parsing Packet len=64 id=0xb5 [2017/02/16 15:13:44]
0 1 2 3 4 5 6 7 8 9 A B C D E F
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
0000 b5 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................



someone knows how can i solve this? im using enhanced client 7.0.56
02-17-2017 03:15 AM
Find all posts by this user Like Post Quote this message in a reply
xwerswoodx
Journeyman
*

Posts: 86
Likes Given: 4
Likes Received: 7 in 4 posts
Joined: Jun 2012
Reputation: 0

UoMMO

Post: #2
RE: error on console
Are you using 56d?
02-17-2017 03:24 AM
Find all posts by this user Like Post Quote this message in a reply
Coruja
Sphere Developer
*****

Posts: 987
Likes Given: 5
Likes Received: 226 in 187 posts
Joined: Jul 2012
Reputation: 7

Dimension Shard

Post: #3
RE: error on console
this is a common problem on SA+ clients related to ingame chat engine, during login behavior the client request chat status before the server attach the client to the account char, so the console will return this error

this won't cause any problem on server since this chat system is useless, but we still looking for an fix. For now, you can suppress this error just using an workaround event like this:

Code:
[EVENTS e_add_this_event_on_all_chars]
ON=@UserChatButton
return 1
02-17-2017 03:58 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


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