Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Server crash
Author Message
FiLoUs64
Apprentice
*

Posts: 7
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Sep 2019
Reputation: 0



Post: #1
Server crash
Hi guys,

I got random crash with debug message on console. Anybody have an idea where to look for this type of problem?

Code:
2019/12/04 00:00:0000:00:DEBUG:>>         2120     |  1 |                   ProfileData::Count | +718047
00:00:CRITICAL:"Access Violation" (0xa9f70), in SUB: CChar::Char::Ticking items()
00:00:DEBUG:__ thread (2120) __ |  # | _____________ function _____________ | __ ticks passed from previous function start __
00:00:DEBUG:>>         2120     |  0 |                        CChar::OnTick | +0 <-- exception catch point (below is guessed and could be incorrect!)
00:00:DEBUG:>>         2120     |  1 |                   ProfileData::Count | +718078
00:00:DEBUG:__ thread (2120) __ |  # | _____________ function _____________ | __ ticks passed from previous function start __
00:00:DEBUG:>>         2120     |  0 |                        CChar::OnTick | +0 <-- exception catch point (below is guessed and could be incorrect!)
00:00:DEBUG:>>         2120     |  1 |                   ProfileData::Count | +718094
00:00:DEBUG:__ thread (2120) __ |  # | _____________ function _____________ | __ ticks passed from previous function start __
00:00:DEBUG:>>         2120     |  0 |                        CChar::OnTick | +0 <-- exception catch point (below is guessed and could be incorrect!)
00:00:DEBUG:>>         2120     |  1 |                   ProfileData::Count | +718109
00:00:DEBUG:__ thread (2120) __ |  # | _____________ function _____________ | __ ticks passed from previous function start __
00:00:DEBUG:>>         2120     |  0 |                        CChar::OnTick | +0 <-- exception catch point (below is guessed and could be incorrect!)
00:00:DEBUG:>>         2120     |  1 |                   ProfileData::Count | +718125

Thanks for your help
12-05-2019 03:15 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: #2
RE: Server crash
"Char::Ticking items" is when the internal code is looping through all equipped items on char looking for items with expired timer to call @Timer trigger

So probably this should be an equipped item calling @Timer trigger with something wrong inside this trigger
12-05-2019 05:01 PM
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)