View Single Post
08/31/15, 04:00 PM   #22
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
Originally Posted by Baertram View Post
I'll do some more tests with only a few addons activated. Hope it happens quick then so I don#t need to test for hours until it happens first again^^ Will post my results here afterwards.
If you got any ideas (maybe the FilterIt bug is a bug in other addons too?) feel free to post them.
Thanks!
Filter it was registering:
Lua Code:
  1. SHARED_INVENTORY:RegisterCallback("FullInventoryUpdate", OnSharedFullInventoryUpdate)
and when the guild bank opens it fires like 6-7 times causing way to much code to run. I just made some changes so my code did not need to run so much.

My best guess would be check what code is running when the list is Updated. UpdateList(), EVENT_INVENTORY_FULL_UPDATE, (shared) FullInventoryUpdate, exc...
  Reply With Quote