SphereCommunity
Error in 56d - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: Error in 56d (/Thread-Error-in-56d)

Pages: 1 2


Error in 56d - Doberman - 11-25-2016 08:56 PM

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
       -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- --



RE: Error in 56d - darksun84 - 11-25-2016 09:13 PM

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 



RE: Error in 56d - Doberman - 11-25-2016 09:18 PM

Thanks, i check.


RE: Error in 56d - Coruja - 11-26-2016 10:13 AM

what client version are you using to get this error?


RE: Error in 56d - darksun84 - 11-27-2016 03:18 AM

Me i am using 7.0.20.0


RE: Error in 56d - Doberman - 11-27-2016 04:07 AM

I am using EC, 4.0.47.0.


RE: Error in 56d - Coruja - 11-27-2016 06:38 PM

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


RE: Error in 56d - darksun84 - 11-27-2016 09:37 PM

Usually the error appears when you connect with a character, looks like it tries to access the chat.


RE: Error in 56d - Coruja - 11-28-2016 02:33 AM

try using the latest nightly, I fixed this console error some minutes ago


RE: Error in 56d - darksun84 - 11-28-2016 03:22 AM

It seems fixed Smile (client 7.0.20.0)