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 in 56d
Author Message
Doberman
Apprentice
*

Posts: 29
Likes Given: 2
Likes Received: 0 in 0 posts
Joined: May 2012
Reputation: 0



Post: #1
Error in 56d
Hi!
Sometimes an error occurs, what is it?
Sphere 56d
Code:
13:46:DEBUG:__ thread (504) __ |  # | _____ function _____________ | ticks passed from previous function start ______
13:46:DEBUG:>>         504     |  0 | NetworkManager::processAllInput | +0
13:46:DEBUG:>>         504     |  1 |   NetworkInput::processInput | +15
13:46:DEBUG:>>         504     |  2 |    NetworkInput::processData | +0
13:46:DEBUG:>>         504     |  3 |    NetworkInput::processData | +0
13:46:DEBUG:>>         504     |  4 | NetworkInput::processGameClientData | +0 <-- exception catch point (below is guessed and could be incorrect!)
13:46:DEBUG:>>         504     |  5 |  PacketChatButton::onReceive | +0
13:46:DEBUG:>>         504     |  6 |    CClient::Event_ChatButton | +0
13:46:DEBUG:>>         504     |  7 | CChatChanMember::SetChatActive | +0
13:46:DEBUG:>>         504     |  8 | CChatChanMember::GetChatName | +0
13:46:CRITICAL:"Access Violation" (0x4fdbb), in SUB: NetworkInput::Message::ProcessMessage()
13:46:DEBUG:8:Parsing Packet len=75 id=0xbf [2016/11/25 13:46:53]
        0  1  2  3  4  5  6  7   8  9  A  B  C  D  E  F
       -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- --
11-25-2016 08:56 PM
Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 245
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #2
RE: Error in 56d
It happens to me too, when you login the client try to access the in-game chat.

It seems that by returning 1 in @UserChatButton trigger the error is prevented (not 100% sure).

PHP Code:
[EVENTS e_chat_block]
ON=@UserChatButton
return 
11-25-2016 09:13 PM
Find all posts by this user Like Post Quote this message in a reply
Doberman
Apprentice
*

Posts: 29
Likes Given: 2
Likes Received: 0 in 0 posts
Joined: May 2012
Reputation: 0



Post: #3
RE: Error in 56d
Thanks, i check.
(This post was last modified: 11-25-2016 09:18 PM by Doberman.)
11-25-2016 09:18 PM
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: #4
RE: Error in 56d
what client version are you using to get this error?
11-26-2016 10:13 AM
Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 245
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #5
RE: Error in 56d
Me i am using 7.0.20.0
11-27-2016 03:18 AM
Find all posts by this user Like Post Quote this message in a reply
Doberman
Apprentice
*

Posts: 29
Likes Given: 2
Likes Received: 0 in 0 posts
Joined: May 2012
Reputation: 0



Post: #6
RE: Error in 56d
I am using EC, 4.0.47.0.
11-27-2016 04:07 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: #7
RE: Error in 56d
the error occur when you press the chat button on client?

I tried to reproduce this problem on different clients 4.x.x, 5.x.x and 7.x.x but I don't got any console error here
11-27-2016 06:38 PM
Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 245
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #8
RE: Error in 56d
Usually the error appears when you connect with a character, looks like it tries to access the chat.
11-27-2016 09:37 PM
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: #9
RE: Error in 56d
try using the latest nightly, I fixed this console error some minutes ago
(This post was last modified: 11-28-2016 05:04 AM by Coruja.)
11-28-2016 02:33 AM
Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 245
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #10
RE: Error in 56d
It seems fixed Smile (client 7.0.20.0)
(This post was last modified: 11-28-2016 03:22 AM by darksun84.)
11-28-2016 03:22 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)