SphereCommunity
Server crash - Printable Version

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



Server crash - FiLoUs64 - 12-05-2019 03:15 PM

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


RE: Server crash - Coruja - 12-05-2019 05:01 PM

"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