SphereCommunity
Critical error - Printable Version

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



Critical error - Joe Loop - 01-14-2013 02:18 AM

I get theese everytime i summon an monster/npc:

16:57:DEBUG:__ thread (508660) __ | # | _____ function _____________ | ticks passed from previous function start ______
16:57:DEBUG:>> 508660 | 0 | CWorld::OnTick | +0
16:57:DEBUG:>> 508660 | 1 | CSector::OnTick | +0
16:57:DEBUG:>> 508660 | 2 | CChar::OnTick | +0
16:57:DEBUG:>> 508660 | 3 | CChar::NPC_OnTickAction | +0 <-- exception catch point (below is guessed and could be incorrect!)
16:57:DEBUG:>> 508660 | 4 | CChar::NPC_Act_Idle | +0
16:57:DEBUG:>> 508660 | 5 | CChar::NPC_LookAround | +0
16:57:DEBUG:>> 508660 | 6 | CChar::NPC_LookAtChar | +0
16:57:DEBUG:>> 508660 | 7 | CChar::NPC_LookAtCharMonster | +0
16:57:DEBUG:>> 508660 | 8 | CChar::Fight_Attack | +0
16:57:DEBUG:>> 508660 | 9 | CChar::Memory_Fight_Start | +0
16:57:DEBUG:>> 508660 | 10 | CResource::GetDefaultMsg | +0
16:57:CRITICAL:"Access Violation" (0x7432f9ac), in CChar::NPC_TickAction() #1 "idle"



?! and i have no clue where to start looking?


RE: Critical error - Mordaunt - 01-14-2013 03:34 AM

Is this not linked to the problem in the other thread?


RE: Critical error - Joe Loop - 01-14-2013 06:32 AM

I thought so at first .. but now i have my doubts .. the rror comes everytime something is spawned or summoned?


RE: Critical error - Joe Loop - 01-15-2013 04:41 AM

I found the source of the error.... i had by accident removed the // from the attack messegas in sphere_msgs .. and that seemed to be a big nono