Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Crash on logoff
Author Message
Technoghost
Apprentice
*

Posts: 2
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Feb 2019
Reputation: 0



Post: #1
Crash on logoff
Hi everyone
I have a big problem in my shard and I need help
Eventually, when a player logout, your char crash

PHP Code:
DEBUGthread (9892)  |  # |  function  |  ticks passed from previous function start 
19:42:DEBUG:>>         9892     |  |                       CWorld::OnTick | +
19
:42:DEBUG:>>         9892     |  |                  CGObList::DeleteAll | +
19
:42:DEBUG:>>         9892     |  |            CGObList::RemoveAtSpecial | +
19
:42:DEBUG:>>         9892     |  |                 CGObList::OnRemoveOb | +
19
:42:CRITICAL:"Access Violation" (0x120a2f), in Sphere::Tick() #3 "world" 


After this, he can't login anymore, except if the sphere is reboot

If player try login after the crash, sphere show this error
PHP Code:
19:42:DEBUGthread (9892)  |  # | __ function __ |  ticks passed from previous function start 
19:42:DEBUG:>>         9892     |  |                 NetworkManager::tick | +
19
:42:DEBUG:>>         9892     |  |                  NetworkThread::tick | +
19
:42:DEBUG:>>         9892     |  |           NetworkInput::processInput | +
19
:42:DEBUG:>>         9892     |  |            NetworkInput::processData | +
19
:42:DEBUG:>>         9892     |  |            NetworkInput::processData | +
19
:42:DEBUG:>>         9892     |  |  NetworkInput::processGameClientData | +<-- exception catch point (below is guessed and could be incorrect!)
19:42:DEBUG:>>         9892     |  |            PacketCharPlay::onReceive | +
19
:42:DEBUG:>>         9892     |  |                  CClient::Setup_Play | +
19
:42:DEBUG:>>         9892     |  |                 CClient::Setup_Start | +
19
:42:DEBUG:>>         9892     |  |              CClient::addPlayerStart | +16 
19
:42:DEBUG:>>         9892     10 |              CClient::CharDisconnect | +
19
:42:DEBUG:>>         9892     11 |                    CClient::Announce | +
19
:42:DEBUG:>>         9892     12 |                    CGObList::GetHead | +
19
:42:CRITICAL:Assert pri=2:'purecall' file 'unknown'line 1in SUBNetworkInput::Message::ProcessMessage()
19:42:DEBUG:c8:Parsing Packet len=73 id=0x5d [2019/03/14 19:42:15]
        
0  1  2  3  4  5  6  7   8  9  A  B  C  D  E  F
       
-- -- -- -- -- -- -- --  -- -- -- -- -- -- -- --
0000   5d ed ed ed ed 54 65 63  68 6e 6f 67 68 6f 73 74   ]....Technoghost
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  1f 00 00 00 00 00 00 00   ................
0030   13 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ................
0040   00 00 00 00 00 c0 a8 00  06                        ......... 

What could be causing this?
I'm using Sphere 56d
The funny thing is that the player is still ingame, but is not online in the panel .admin

Thanks
03-15-2019 08:58 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: #2
RE: Crash on logoff
NetworkInput::Message::ProcessMessage() means that sphere found an error while parsing an message arguments, so try check if your sphere_msgs.scp is updated

also note that messages on sphere_msgs.scp must have exactly the same % args in the same order as the original file
(This post was last modified: 03-25-2019 02:04 AM by Coruja.)
03-24-2019 05:29 PM
Find all posts by this user Like Post Quote this message in a reply
golfin
Banned

Posts: 213
Likes Given: 2
Likes Received: 32 in 28 posts
Joined: Nov 2017

Eranova

Post: #3
RE: Crash on logoff
(03-24-2019 05:29 PM)Coruja Wrote:  also note that messages on sphere_msgs.scp must have exactly the same % args in the same order as the original file

Coruja, does it mean that I cannot add or rename the sphere_msgs.scp with additional data?
03-25-2019 05:53 AM
Visit this user's website 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: Crash on logoff
you can change the text, but it must keep the % args (in the same order)

so on an message like "You have %d stones in your %s" sphere will fill the 1st argument with a decimal value (%d) and 2nd with an string (%s). You can change the text but it must keep these same args on this same order, otherwise sphere will return error if it try to fill decimal args with string, or string args with decimal, or fill args on a message without args, etc
03-25-2019 07:16 AM
Find all posts by this user Like Post Quote this message in a reply
golfin
Banned

Posts: 213
Likes Given: 2
Likes Received: 32 in 28 posts
Joined: Nov 2017

Eranova

Post: #5
RE: Crash on logoff
That's interesting, thank you for the explanation.
03-25-2019 04:09 PM
Visit this user's website 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)