View Single Post
03/29/17, 10:45 AM   #8
AssemblerManiac
AddOn Author - Click to view addons
Join Date: Jun 2014
Posts: 51
How does it detect that the callstack is tainted?

I've seen false positives turn up for Inventory Insight when trying to learn a recipe or motif, and I don't modify anything in that call path. The error points to a detail row IN the IIfA window, but the Use was called from the ESO inventory window (and IIfA doesn't modify the ESO inventory window in any way). Not sure how it happens, but am pretty sure that all of the "phantom" errors are occurring for the same reason - the secure stack is getting corrupted somewhere, and it's not reporting a real problem.

Someone posted an example in the Inventory Insight comments, it's on the last page, 03/11/17, 05:35 PM (most recent copy of the error). How can a drag event on the regular Inventory window point to the IIFA detail row?

Last edited by AssemblerManiac : 03/29/17 at 10:51 AM.
  Reply With Quote