OnCrosshairRefChange stack dump. Need help resolving

Post » Thu Jun 05, 2014 11:43 am

My OnCrosshairRefChange event

Spoiler
Event OnCrosshairRefChange(ObjectReference ref)	If ref == none		Return	Else		RefBase = ref.GetBaseObject()		If RefBase == none			Return		Else			If !(RefBase.GetType() == 29) && !(RefBase.GetType() == 28) && !(RefBase.GetType() == 24) && !(RefBase.GetType() == 40)				Return			Else				If (RefBase.GetType() == 29) 					If (ref.GetOpenState() == 3) 						If (MCMScript.UseSaveb4Door == true)							If (ref != LastRef) && (ref != LastRef1) && (ref != LastRef2)								Debug.TraceUser("InventoryManagementSystem","IMS: Closed Door Save event - ref:" +ref)								If MCMScript.UseNotifications == true									Debug.Notification("IMS-"+RefBase.GetName()+"-Save-"+SaveNum)								EndIf								Game.SaveGame("IMS-"+RefBase.GetName()+"-Save-"+SaveNum)								SaveNum += 1								LastRef2 = LastRef1								LastRef1 = LastRef								LastRef = ref							EndIf						EndIf						If ((ref.IsLocked()) && (PlayerRef.GetItemCount(ControlScript.KeyRing) >= 1))							Debug.TraceUser("InventoryManagementSystem","IMS: Key Ring unlock door event - ref:" +ref)							If ControlScript.KeyRingSearchQuest.IsRunning()								ControlScript.KeyRingSearchQuest.Stop()							EndIf							If ControlScript.UseKeyToUnlock(ref) == true								ControlScript.KeyRingSearchQuest.Start()							ElseIf MCMScript.UseLockPickLimit == true								If PlayerRef.GetItemCount(ControlScript.LockPick) > 0									Int LockPickStartCount = PlayerRef.GetItemCount(ControlScript.LockPick)									If (LockPickStartCount > MCMScript.UseLockPickLimitNumber)										Int Excess = (LockPickStartCount - (MCMScript.UseLockPickLimitNumber as Int))										PlayerRef.RemoveItem(ControlScript.LockPick,Excess,true,ControlScript.KeyRingCont)									EndIf								EndIf								ControlScript.KeyRingSearchQuest.Start()							Else								;do normal lockpicking							EndIf						EndIf					EndIf				ElseIf (RefBase.GetType() == 28)					If ((ref.IsLocked()) && (PlayerRef.GetItemCount(ControlScript.KeyRing) >= 1))						Debug.TraceUser("InventoryManagementSystem","IMS: Key Ring unlock container event - ref:" +ref)						If ControlScript.KeyRingSearchQuest.IsRunning()							ControlScript.KeyRingSearchQuest.Stop()						EndIf						If ControlScript.UseKeyToUnlock(ref) == true							ControlScript.KeyRingSearchQuest.Start()						ElseIf MCMScript.UseLockPickLimit == true							If PlayerRef.GetItemCount(ControlScript.LockPick) > 0								Int LockPickStartCount = PlayerRef.GetItemCount(ControlScript.LockPick)								If (LockPickStartCount > MCMScript.UseLockPickLimitNumber)									Int Excess = (LockPickStartCount - (MCMScript.UseLockPickLimitNumber as Int))									PlayerRef.RemoveItem(ControlScript.LockPick,Excess,true,ControlScript.KeyRingCont)								EndIf							EndIf							ControlScript.KeyRingSearchQuest.Start()						Else							;do normal lockpicking						EndIf					EndIf				ElseIf	(RefBase.GetType() == 24) || (RefBase.GetType() == 40)					If MCMScript.UseTransferCraftingToggle == true						If (PlayerRef.GetItemCount(ControlScript.SmithingIP) == 1)							ControlScript.AddKeywordValidStationsToList(RefBase,Keyword001,ControlScript.SmithingStationList)							ControlScript.AddKeywordValidStationsToList(RefBase,Keyword003_01,ControlScript.SmithingStationList)							ControlScript.AddKeywordValidStationsToList(RefBase,Keyword003_02,ControlScript.SmithingStationList)							If (ControlScript.SmithingStationList.HasForm(RefBase))								Debug.TraceUser("InventoryManagementSystem","IMS: Crafting smithing event - ref:" +ref)								ControlScript.TransferItems(ControlScript.ItemList001)							EndIf						EndIf						If (PlayerRef.GetItemCount(ControlScript.SmelterIP) == 1)							ControlScript.AddKeywordValidStationsToList(RefBase,Keyword002,ControlScript.SmelterStationList)							If (ControlScript.SmelterStationList.HasForm(RefBase))								Debug.TraceUser("InventoryManagementSystem","IMS: Crafting smelting event - ref:" +ref)								ControlScript.TransferItems(ControlScript.ItemList002)							EndIf						EndIf						If (PlayerRef.GetItemCount(ControlScript.Custom3IP) == 1) && (ControlScript.Custom3StationList.HasForm(RefBase))							Debug.TraceUser("InventoryManagementSystem","IMS: Crafting custom 3 event - ref:" +ref)							ControlScript.TransferItems(ControlScript.ItemList003)						EndIf						If (PlayerRef.GetItemCount(ControlScript.AlchemyIP) == 1) 							ControlScript.AddKeywordValidStationsToList(RefBase,Keyword004,ControlScript.AlchemyStationList)							If (ControlScript.AlchemyStationList.HasForm(RefBase))								Debug.TraceUser("InventoryManagementSystem","IMS: Crafting alchemy event - ref:" +ref)								ControlScript.TransferItems(ControlScript.ItemList004)							EndIf						EndIf						If (PlayerRef.GetItemCount(ControlScript.CookingIP) == 1) 							ControlScript.AddKeywordValidStationsToList(RefBase,Keyword005,ControlScript.CookingStationList)							If (ControlScript.CookingStationList.HasForm(RefBase))								Debug.TraceUser("InventoryManagementSystem","IMS: Crafting cooking event - ref:" +ref)								ControlScript.TransferItems(ControlScript.ItemList005)							EndIf						EndIf						If (PlayerRef.GetItemCount(ControlScript.EnchanterIP) == 1) 							ControlScript.AddKeywordValidStationsToList(RefBase,Keyword006,ControlScript.EnchanterStationList)							If (ControlScript.EnchanterStationList.HasForm(RefBase))								Debug.TraceUser("InventoryManagementSystem","IMS: Crafting enchanting event - ref:" +ref)								ControlScript.TransferItems(ControlScript.ItemList006)							EndIf						EndIf						If (PlayerRef.GetItemCount(ControlScript.TanningIP) == 1) 							ControlScript.AddKeywordValidStationsToList(RefBase,Keyword007,ControlScript.TanningStationList)							If (ControlScript.TanningStationList.HasForm(RefBase))								Debug.TraceUser("InventoryManagementSystem","IMS: Crafting tanning event - ref:" +ref)								ControlScript.TransferItems(ControlScript.ItemList007)							EndIf							EndIf						If (PlayerRef.GetItemCount(ControlScript.Custom1IP) == 1) && (ControlScript.Custom1StationList.HasForm(RefBase))							Debug.TraceUser("InventoryManagementSystem","IMS: Crafting custom 1 event - ref:" +ref)							ControlScript.TransferItems(ControlScript.ItemList008)						EndIf						If (PlayerRef.GetItemCount(ControlScript.Custom2IP) == 1) && (ControlScript.Custom2StationList.HasForm(RefBase))							Debug.TraceUser("InventoryManagementSystem","IMS: Crafting custom 2 event - ref:" +ref)							ControlScript.TransferItems(ControlScript.ItemList009)						EndIf					EndIf					If (MCMScript.UseWorkerBundle == true) && (PlayerRef.GetItemCount(MCMScript.WorkerBundle) > 0)						If	(RefBase.GetType() == 24) ;is an activator							Debug.TraceUser("InventoryManagementSystem","IMS: Worker Bundle event - ref:" +ref)							If MCMScript.UseWithMines == true								If GotMineTool == false									LinkedRef = ref.GetLinkedRef()									If LinkedRef										If LinkedRef.HasKeyword(isPickaxeFloor)											Debug.TraceUser("InventoryManagementSystem","IMS: WB Floor Mining event - LinkedRef:" +LinkedRef)											Int Num = WorkerBundle.GetItemCount(mineOreToolsList)											WorkerBundle.RemoveItem(mineOreToolsList,Num,true,PlayerRef)											GotMineTool = true											If MCMScript.UseNotifications == true												Debug.Notification(ControlScript.ObtainingItems+WorkerBundle.GetBaseObject().GetName())											EndIf											RegisterForSingleUpdate(10)										ElseIf LinkedRef.HasKeyword(isPickaxeTable) 											Debug.TraceUser("InventoryManagementSystem","IMS: WB Table Mining event - LinkedRef:" +LinkedRef)											Int Num = WorkerBundle.GetItemCount(mineOreToolsList)											WorkerBundle.RemoveItem(mineOreToolsList,Num,true,PlayerRef)											GotMineTool = true											If MCMScript.UseNotifications == true												Debug.Notification(ControlScript.ObtainingItems+WorkerBundle.GetBaseObject().GetName())											EndIf											RegisterForSingleUpdate(10)										ElseIf LinkedRef.HasKeyword(isPickaxeWall)											Debug.TraceUser("InventoryManagementSystem","IMS: WB Wall Mining event - LinkedRef:" +LinkedRef)											Int Num = WorkerBundle.GetItemCount(mineOreToolsList)											WorkerBundle.RemoveItem(mineOreToolsList,Num,true,PlayerRef)											GotMineTool = true											If MCMScript.UseNotifications == true												Debug.Notification(ControlScript.ObtainingItems+WorkerBundle.GetBaseObject().GetName())											EndIf											RegisterForSingleUpdate(10)										EndIf									EndIf								EndIf							EndIf							ElseIf 	(RefBase.GetType() == 40) ;is furniture							WCBref = ref							If MCMScript.UseWithWood == true								If WCBref									If WCBref.HasKeyword(FurnitureWoodChoppingBlock) && !(WCBref.IsFurnitureInUse())										Debug.TraceUser("InventoryManagementSystem","IMS: WB Wood chopping event - WCBref:" +WCBref)										Int Num = WorkerBundle.GetItemCount(woodChoppingAxes)										WorkerBundle.RemoveItem(woodChoppingAxes,Num,true,PlayerRef)										GotWoodTool = true										If MCMScript.UseNotifications == true											Debug.Notification(ControlScript.ObtainingItems+WorkerBundle.GetBaseObject().GetName())										EndIf										RegisterForSingleUpdate(10)									EndIf								EndIf							EndIf						EndIf					EndIf				EndIf			EndIf		EndIf	EndIfEndEvent 

I'm starting out with Live Another Life (latest version) in the cell inside the Abandoned Prison. I opt to escape the cell. LAL saves the game part way up the stairs from the LAL prison cell. Pick up what is available on the table and kill the two ghosts. I take their gear. Deal with everything on this half of the level. I don't go through the wall to the boss. Save, exit and check the log. No dump. Go back in and load the save. Head up one level where the boss can see you through the rubble, loot everything I want. Save, exit and check the log. No dump. Go back in and load the save. Head up one more level where the guard's note can be found, loot everything I want. Save, exit and check the log. No dump. Go back in and load the save. Head up one more level where the open chest with a two handed axe and some potions are, loot what I want. Save, exit and check the log. Massive stack dump which for some odd reason includes a script from the USKP as the passed in reference parameter, then it lists everything the crosshair has passed over since the ghosts were killed finishing up with mentions of that USKP script again.

Entire log, including stack dump

Spoiler
[06/04/2014 - 12:27:14PM] Papyrus log opened (PC)[06/04/2014 - 12:27:14PM] Update budget: 1.200000ms (Extra tasklet budget: 1.200000ms, Load screen budget: 500.000000ms)[06/04/2014 - 12:27:14PM] Memory page: 128 (min) 512 (max) 76800 (max total)[06/04/2014 - 12:27:29PM] Error: Unable to bind script AnvilDencheckjusticar to alias Justicar on quest AnvilDenQuest (0B01ED3C) because their base types do not match[06/04/2014 - 12:27:30PM] VM is freezing...[06/04/2014 - 12:27:30PM] VM is frozen[06/04/2014 - 12:27:30PM] Reverting game...[06/04/2014 - 12:27:30PM] Error: Unable to bind script AnvilDencheckjusticar to alias Justicar on quest AnvilDenQuest (0B01ED3C) because their base types do not match[06/04/2014 - 12:27:36PM] Loading game...[06/04/2014 - 12:27:37PM] VM is thawing...[06/04/2014 - 12:27:37PM] ==== LAL: DLC and Mod support check - Ignore errors about missing files. ====[06/04/2014 - 12:27:37PM] Error: File "Chesko_Frostfall.esp" does not exist or is not currently loaded.stack:	.Game.GetFormFromFile() - "" Line ?	[alias PlayerAlias on quest zHOCCompatibility (180079D9)].zhoc_compatibility.RunCompatibility() - "zHOC_Compatibility.psc" Line 95	[alias PlayerAlias on quest zHOCCompatibility (180079D9)].zhoc_compatibility.OnPlayerLoadGame() - "zHOC_Compatibility.psc" Line 50[06/04/2014 - 12:27:37PM] Error: File "Chesko_WearableLantern.esp" does not exist or is not currently loaded.stack:	.Game.GetFormFromFile() - "" Line ?	[alias PlayerAlias on quest zHOCCompatibility (180079D9)].zhoc_compatibility.RunCompatibility() - "zHOC_Compatibility.psc" Line 111	[alias PlayerAlias on quest zHOCCompatibility (180079D9)].zhoc_compatibility.OnPlayerLoadGame() - "zHOC_Compatibility.psc" Line 50[06/04/2014 - 12:27:37PM] InitWidgetLoader()[06/04/2014 - 12:27:37PM] ========== Auto Unequip Ammo: Scanning for supported plugins...[06/04/2014 - 12:27:37PM] ========== ERRORS RELATED TO MISSING FILES SHOULD BE IGNORED![06/04/2014 - 12:27:37PM] LAL: Dawnguard detected.[06/04/2014 - 12:27:37PM] Error: File "XFLMain.esm" does not exist or is not currently loaded.stack:	.Game.GetFormFromFile() - "" Line ?	[AUA (1600C6C2)].AUAQuestScript.GameLoaded() - "AUAQuestScript.psc" Line 40	[AUA (1600C6C2)].AUAQuestScript.OnUpdate() - "AUAQuestScript.psc" Line 73[06/04/2014 - 12:27:37PM] ========== Auto Unequip Ammo: Scan complete.[06/04/2014 - 12:27:38PM] LAL: Hearthfire detected.[06/04/2014 - 12:27:38PM] LAL: Dragonborn detected.[06/04/2014 - 12:27:38PM] Error: File "Chesko_Frostfall.esp" does not exist or is not currently loaded.stack:	.Game.GetFormFromFile() - "" Line ?	[ARTHLALVersionTracking (3B049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 173	[alias Player on quest ARTHLALVersionTracking (3B049F33)].ARTH_LAL_VersionTrackingAliasScript.OnPlayerLoadGame() - "ARTH_LAL_VersionTrackingAliasScript.psc" Line 6[06/04/2014 - 12:27:38PM] LAL: Helgen Reborn detected.[06/04/2014 - 12:27:38PM] Error: File "teg_returntohelgen.esp" does not exist or is not currently loaded.stack:	.Game.GetFormFromFile() - "" Line ?	[ARTHLALVersionTracking (3B049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 193	[alias Player on quest ARTHLALVersionTracking (3B049F33)].ARTH_LAL_VersionTrackingAliasScript.OnPlayerLoadGame() - "ARTH_LAL_VersionTrackingAliasScript.psc" Line 6[06/04/2014 - 12:27:38PM] ==== LAL: DLC and Mod support check - Done. ====[06/04/2014 - 12:28:37PM] Suspended stack count is over our warning threshold, dumping stacks:[06/04/2014 - 12:28:37PM] VM is freezing...[06/04/2014 - 12:28:37PM] VM is frozen[06/04/2014 - 12:28:37PM] Dumping stack 9856:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [A_MMM_RemovalScript < (FF000FC2)>][06/04/2014 - 12:28:37PM] Dumping stack 9885:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 9889:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [A_MMM_RemovalScript < (FF000FDE)>][06/04/2014 - 12:28:37PM] Dumping stack 9941:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [A_MMM_RemovalScript < (FF000FDE)>][06/04/2014 - 12:28:37PM] Dumping stack 9968:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 10651:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000E94E9)>][06/04/2014 - 12:28:37PM] Dumping stack 10661:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000E94E9)>][06/04/2014 - 12:28:37PM] Dumping stack 10698:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000E94EB)>][06/04/2014 - 12:28:37PM] Dumping stack 10754:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 10791:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000E94EA)>][06/04/2014 - 12:28:37PM] Dumping stack 10819:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 11241:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000E94DD)>][06/04/2014 - 12:28:37PM] Dumping stack 11275:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000E94DD)>][06/04/2014 - 12:28:37PM] Dumping stack 11284:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 11339:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000E94DB)>][06/04/2014 - 12:28:37PM] Dumping stack 11377:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000E94DB)>][06/04/2014 - 12:28:37PM] Dumping stack 11382:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 11640:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000E94DC)>][06/04/2014 - 12:28:37PM] Dumping stack 11653:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000E94DC)>][06/04/2014 - 12:28:37PM] Dumping stack 11686:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 12104:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000E9489)>][06/04/2014 - 12:28:37PM] Dumping stack 12165:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000E9489)>][06/04/2014 - 12:28:37PM] Dumping stack 12168:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000E9489)>][06/04/2014 - 12:28:37PM] Dumping stack 12189:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 12256:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000E9489)>][06/04/2014 - 12:28:37PM] Dumping stack 12259:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 12408:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 13258:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 13731:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000FEB65)>][06/04/2014 - 12:28:37PM] Dumping stack 13806:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000FEB65)>][06/04/2014 - 12:28:37PM] Dumping stack 13812:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 13958:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000FEB75)>][06/04/2014 - 12:28:37PM] Dumping stack 13990:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 14021:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000FEB71)>][06/04/2014 - 12:28:37PM] Dumping stack 14022:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000FEB72)>][06/04/2014 - 12:28:37PM] Dumping stack 14032:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000FEB73)>][06/04/2014 - 12:28:37PM] Dumping stack 14068:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000FEB71)>][06/04/2014 - 12:28:37PM] Dumping stack 14078:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 14098:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000FEB6F)>][06/04/2014 - 12:28:37PM] Dumping stack 14111:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000FEB79)>][06/04/2014 - 12:28:37PM] Dumping stack 14152:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 14153:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000FEB78)>][06/04/2014 - 12:28:37PM] Dumping stack 14160:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000FEB7A)>][06/04/2014 - 12:28:37PM] Dumping stack 14192:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 14222:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000FEB6D)>][06/04/2014 - 12:28:37PM] Dumping stack 14223:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000FEB7B)>][06/04/2014 - 12:28:37PM] Dumping stack 14235:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 14486:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 15399:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 15555:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000FEB48)>][06/04/2014 - 12:28:37PM] Dumping stack 15583:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000FEB48)>][06/04/2014 - 12:28:37PM] Dumping stack 15595:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 15596:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000FEB4F)>][06/04/2014 - 12:28:37PM] Dumping stack 15631:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 15664:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000FEB4E)>][06/04/2014 - 12:28:37PM] Dumping stack 15669:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 15696:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000FEB4C)>][06/04/2014 - 12:28:37PM] Dumping stack 15748:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000FEB4B)>][06/04/2014 - 12:28:37PM] Dumping stack 15753:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 15806:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000FEB49)>][06/04/2014 - 12:28:37PM] Dumping stack 15816:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000FEB49)>][06/04/2014 - 12:28:37PM] Dumping stack 15849:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 15996:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000E94C6)>][06/04/2014 - 12:28:37PM] Dumping stack 16027:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 16053:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000FEB4D)>][06/04/2014 - 12:28:37PM] Dumping stack 16068:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 16103:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000E94C9)>][06/04/2014 - 12:28:37PM] Dumping stack 16112:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 16205:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000E94E5)>][06/04/2014 - 12:28:37PM] Dumping stack 16207:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000E94E4)>][06/04/2014 - 12:28:37PM] Dumping stack 16208:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000E94E5)>][06/04/2014 - 12:28:37PM] Dumping stack 16209:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000E94E4)>][06/04/2014 - 12:28:37PM] Dumping stack 16215:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000E94E5)>][06/04/2014 - 12:28:37PM] Dumping stack 16254:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000E94E1)>][06/04/2014 - 12:28:37PM] Dumping stack 16259:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000E94E1)>][06/04/2014 - 12:28:37PM] Dumping stack 16285:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 16457:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000E94F2)>][06/04/2014 - 12:28:37PM] Dumping stack 16458:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 16459:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000E94F2)>][06/04/2014 - 12:28:37PM] Dumping stack 16463:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 16470:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000E94F2)>][06/04/2014 - 12:28:37PM] Dumping stack 16490:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 16675:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 17608:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000FEB44)>][06/04/2014 - 12:28:37PM] Dumping stack 17609:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 17612:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000FEB44)>][06/04/2014 - 12:28:37PM] Dumping stack 17648:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000FEB44)>][06/04/2014 - 12:28:37PM] Dumping stack 17664:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 17694:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000FEB45)>][06/04/2014 - 12:28:37PM] Dumping stack 17726:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000FEB45)>][06/04/2014 - 12:28:37PM] Dumping stack 17757:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 17760:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000E9441)>][06/04/2014 - 12:28:37PM] Dumping stack 17799:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000E9441)>][06/04/2014 - 12:28:37PM] Dumping stack 17804:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 17805:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (00058172)>][06/04/2014 - 12:28:37PM] Dumping stack 17831:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 18084:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000E9440)>][06/04/2014 - 12:28:37PM] Dumping stack 18097:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 18102:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000E9440)>][06/04/2014 - 12:28:37PM] Dumping stack 18118:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000E9440)>][06/04/2014 - 12:28:37PM] Dumping stack 18148:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 18149:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000E943F)>][06/04/2014 - 12:28:37PM] Dumping stack 18182:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000E943F)>][06/04/2014 - 12:28:37PM] Dumping stack 18191:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 18308:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000FEB3B)>][06/04/2014 - 12:28:37PM] Dumping stack 18338:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 18340:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000FEB38)>][06/04/2014 - 12:28:37PM] Dumping stack 18378:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: [ObjectReference < (000FEB38)>][06/04/2014 - 12:28:37PM] Dumping stack 18384:[06/04/2014 - 12:28:37PM] 	Frame count: 0 (Page count: 0)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - (requested call)[06/04/2014 - 12:28:37PM] 			[param 0]: None[06/04/2014 - 12:28:37PM] Dumping stack 9797:[06/04/2014 - 12:28:37PM] 	Frame count: 1 (Page count: 1)[06/04/2014 - 12:28:37PM] 	State: Waiting on other stack for call (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Normal[06/04/2014 - 12:28:37PM] 	Return register: None[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		[abimIMSMCMQuest (280048E2)].abimIMSCrossHairRefScript.OnCrosshairRefChange() - "abimIMSCrossHairRefScript.psc" Line 88[06/04/2014 - 12:28:37PM] 			IP: 111	Instruction: 5	Line: 88[06/04/2014 - 12:28:37PM] 			[Ref]: [A_MMM_RemovalScript < (FF000FC2)>][06/04/2014 - 12:28:37PM] 			[::temp11]: None[06/04/2014 - 12:28:37PM] 			[::temp12]: False[06/04/2014 - 12:28:37PM] 			[::temp13]: None[06/04/2014 - 12:28:37PM] 			[::temp14]: False[06/04/2014 - 12:28:37PM] 			[::temp15]: 0[06/04/2014 - 12:28:37PM] 			[::temp16]: False[06/04/2014 - 12:28:37PM] 			[::temp17]: False[06/04/2014 - 12:28:37PM] 			[::temp18]: False[06/04/2014 - 12:28:37PM] 			[::temp19]: False[06/04/2014 - 12:28:37PM] 			[::temp24]: None[06/04/2014 - 12:28:37PM] 			[::temp20]: False[06/04/2014 - 12:28:37PM] 			[::temp21]: False[06/04/2014 - 12:28:37PM] 			[::temp22]: ""[06/04/2014 - 12:28:37PM] 			[::temp23]: ""[06/04/2014 - 12:28:37PM] 			[::NoneVar]: None[06/04/2014 - 12:28:37PM] 			[::temp25]: None[06/04/2014 - 12:28:37PM] 			[::temp26]: None[06/04/2014 - 12:28:37PM] 			[::temp27]: False[06/04/2014 - 12:28:37PM] 			[::temp28]: 0.000000[06/04/2014 - 12:28:37PM] 			[::temp29]: 0.000000[06/04/2014 - 12:28:37PM] 			[::temp30]: False[06/04/2014 - 12:28:37PM] 			[LockPickStartCount]: 0[06/04/2014 - 12:28:37PM] 			[Excess]: 0[06/04/2014 - 12:28:37PM] 			[::mangled_lockpickstartcount_]: 0[06/04/2014 - 12:28:37PM] 			[::mangled_excess_2]: 0[06/04/2014 - 12:28:37PM] 			[::temp31]: None[06/04/2014 - 12:28:37PM] 			[::temp32]: False[06/04/2014 - 12:28:37PM] 			[num]: 0[06/04/2014 - 12:28:37PM] 			[::temp33]: False[06/04/2014 - 12:28:37PM] 			[::mangled_num_3]: 0[06/04/2014 - 12:28:37PM] 			[::mangled_num_4]: 0[06/04/2014 - 12:28:37PM] 			[::mangled_num_5]: 0[06/04/2014 - 12:28:37PM] Dumping stack 9580:[06/04/2014 - 12:28:37PM] 	Frame count: 3 (Page count: 2)[06/04/2014 - 12:28:37PM] 	State: Waiting on latent function (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Initialization Event[06/04/2014 - 12:28:37PM] 	Return register: True[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		.utility.Wait() - "" Line ?[06/04/2014 - 12:28:37PM] 			IP: 0[06/04/2014 - 12:28:37PM] 			[param1]: 5.000000[06/04/2014 - 12:28:37PM] 		[ (FF000FDE)].A_MMM_RemovalScript.DeleteWhenAble() - "ObjectReference.psc" Line 100[06/04/2014 - 12:28:37PM] 			IP: 244	Instruction: 7	Line: 100[06/04/2014 - 12:28:37PM] 			[::temp21]: [Cell ][06/04/2014 - 12:28:37PM] 			[::temp22]: [Cell ][06/04/2014 - 12:28:37PM] 			[::temp23]: True[06/04/2014 - 12:28:37PM] 			[::NoneVar]: None[06/04/2014 - 12:28:37PM] 		[ (FF000FDE)].A_MMM_RemovalScript.OnInit() - "a_MMM_RemovalScript.psc" Line 7[06/04/2014 - 12:28:37PM] 			IP: 0	Instruction: 0	Line: 7[06/04/2014 - 12:28:37PM] 			[::NoneVar]: None[06/04/2014 - 12:28:37PM] Dumping stack 9389:[06/04/2014 - 12:28:37PM] 	Frame count: 3 (Page count: 2)[06/04/2014 - 12:28:37PM] 	State: Waiting on latent function (Freeze state: Freezing)[06/04/2014 - 12:28:37PM] 	Type: Initialization Event[06/04/2014 - 12:28:37PM] 	Return register: True[06/04/2014 - 12:28:37PM] 	Has stack callback: No[06/04/2014 - 12:28:37PM] 	Stack trace:[06/04/2014 - 12:28:37PM] 		.utility.Wait() - "" Line ?[06/04/2014 - 12:28:37PM] 			IP: 0[06/04/2014 - 12:28:37PM] 			[param1]: 5.000000[06/04/2014 - 12:28:37PM] 		[ (FF000FC2)].A_MMM_RemovalScript.DeleteWhenAble() - "ObjectReference.psc" Line 100[06/04/2014 - 12:28:37PM] 			IP: 244	Instruction: 7	Line: 100[06/04/2014 - 12:28:37PM] 			[::temp21]: [Cell ][06/04/2014 - 12:28:37PM] 			[::temp22]: [Cell ][06/04/2014 - 12:28:37PM] 			[::temp23]: True[06/04/2014 - 12:28:37PM] 			[::NoneVar]: None[06/04/2014 - 12:28:37PM] 		[ (FF000FC2)].A_MMM_RemovalScript.OnInit() - "a_MMM_RemovalScript.psc" Line 7[06/04/2014 - 12:28:37PM] 			IP: 0	Instruction: 0	Line: 7[06/04/2014 - 12:28:37PM] 			[::NoneVar]: None[06/04/2014 - 12:28:37PM] VM is thawing...[06/04/2014 - 12:29:03PM] VM is freezing...[06/04/2014 - 12:29:03PM] VM is frozen[06/04/2014 - 12:29:03PM] Saving game...[06/04/2014 - 12:29:03PM] VM is thawing...[06/04/2014 - 12:29:08PM] VM is freezing...[06/04/2014 - 12:29:08PM] VM is frozen 

Other than turning the logs on, my papyrus settings are at default.

The reason I discovered this was happening was during my trial run of the mod, all of a sudden the items stopped transferring as they were supposed to when the crafting stations were moused over. I checked the log and I had several massive stack dumps. After narrowing down this first stack dump, I can say with certainty that all the stack dumps took place around ash piles of some kind (USKP adds the a_mmm_removalscript to the various ashpiles).

In that initial trial run I had escaped the Abandoned prison where there are three ghost piles. I then went to that dungeon where you help the one guy defeat Vals Veran, several draugr were resurrected and turned into ash piles. Comparing against the save files, it was at these points where ash piles were formed that the stack dumps occurred.

Any ideas as to why this happens? Or what can be done to correct it? I'm tempted to remove the a_mmm_removalscript from the ash piles and see if that causes the stack dump to go away.

Or at the very least change it from

Spoiler
Scriptname a_MMM_RemovalScript extends ObjectReference  {Basic script to remove objects on cell detach or cell reset.- Martigen.}EVENT OnInit()    DeleteWhenAble()endEventEVENT OnReset()    DisableNoWait()    Delete()endEVENT 

to

Spoiler
Scriptname a_MMM_RemovalScript extends ObjectReference  {Basic script to remove objects on cell detach or cell reset.- Martigen.}EVENT OnCellDetach()    Delete()endEventEVENT OnReset()    DisableNoWait()    Delete()endEVENT 

and see if that works any better...

User avatar
Stephani Silva
 
Posts: 3372
Joined: Wed Jan 17, 2007 10:11 pm

Return to V - Skyrim