Open matthewhively opened 2 years ago
Probably related to the other taint issues other mods have had. Something related to drop down menus? see Questie/Modules/WorldMapTaintWorkaround.lua
The solution that solved (or at least lessened the taint) in other mods has been to try to reduce the number of global variables that exist in the lua. So first idea is to fix variables that should be local instead of global. The ONLY globals should be SavedVariables and the frame names, and their associated methods.
As usual this has nothing to do with the actual code path listed.
I have not found any reliable reproduction steps yet, so this will have to wait until those are found. The only clue I have is it usually happens when I check the "show offline members" flag in the guild pane. But it does not always happen. (or maybe once per play session... not sure)