SphereCommunity
error on console - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Help (/Forum-Script-Help)
+--- Thread: error on console (/Thread-error-on-console)



error on console - miltonvo - 02-17-2017 03:15 AM

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


RE: error on console - xwerswoodx - 02-17-2017 03:24 AM

Are you using 56d?


RE: error on console - Coruja - 02-17-2017 03:58 AM

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