lundborg wrote:schaka wrote:Would you be so kind as to log on your mage without questie and Screenshot your questlog? There might be an easy way to fix this is the future, if we can reproduce it.
Edit: Uploaded another version, please let me know if the memory leak still occurs.
https://github.com/AeroScripts/QuestieD ... e-1.0h.zip
Tried with the new version - still the same problem.
http://puu.sh/gSYp3/d4853190e3.jpg there are all the quests my mage has. Screenshot taken with Extended Questlog, but it doesn't matter if I use it or not, still instantly crashes.
Thank you for your help. I cannot currently test anything, but there might be a quick fix, if you are willing to try. I'm not at home and can't do anything myself for now. But you can go to Questie.lua, find this code
- Code: Select all
if Questie.needsUpdate then
Questie.needsUpdate = false;
Questie.throttleOverride = true;
Questie:QUEST_LOG_UPDATE();
end
and replace it with this code
- Code: Select all
--[[if Questie.needsUpdate then
Questie.needsUpdate = false;
Questie.throttleOverride = true;
Questie:QUEST_LOG_UPDATE();
end]]
If that doesn't help, I think there might be something else causing it (I'm only grasping at straws, sorry!). You can try logging in without EQL3 or Questie, then disable quest tracking for all quests in your log, and log back in with just Questie.
If that doesn't solve it, it probably has something to do with the Defias quest or Raene's Cleansing. But you guys will have to wait for Aero to come around, as I don't have my computer until Sunday night again.