Getting some errors with popup quests #139


  • New
Open
  • nephistophiles created this issue Oct 12, 2024

    Hello!  First, I'd like to say I love this addon and how it makes my quest tracker more like the classic quest tracker :)  Thank you for all your hard work!

     

    I'm getting some errors popping up, usually in relation to pop up quests(like the ones that appear on the side of your screen and you have to click on them to accept), and an error that happens when leveling.  I copied the lua errors here:

     

    Message: ...ObjectiveTracker/Blizzard_ObjectiveTrackerShared.lua:392: attempt to perform arithmetic on field 'height' (a nil value)
    Time: Fri Oct 11 21:55:55 2024
    Count: 1
    Stack: ...ObjectiveTracker/Blizzard_ObjectiveTrackerShared.lua:392: attempt to perform arithmetic on field 'height' (a nil value)
    [string "=[C]"]: ?
    [string "@Interface/AddOns/Blizzard_ObjectiveTracker/Blizzard_ObjectiveTrackerShared.lua"]:392: in function `UpdateSlideProgress'
    [string "@Interface/AddOns/Blizzard_ObjectiveTracker/Blizzard_ObjectiveTrackerShared.lua"]:351: in function `Slide'
    [string "@Interface/AddOns/Blizzard_ObjectiveTracker/Blizzard_AutoQuestPopUpTracker.lua"]:152: in function `SlideIn'
    [string "@Interface/AddOns/SorhaQuestLog/Modules/RemoteQuests.lua"]:599: in function `?'
    [string "@Interface/AddOns/ArkInventory/Externals/Ace3/AceTimer/AceTimer-3.0.lua"]:55: in function <...rkInventory/Externals/Ace3/AceTimer/AceTimer-3.0.lua:50>

    Locals:

     

     

     

    and:

     

     

    Message: ..._ObjectiveTracker/Blizzard_AutoQuestPopUpTracker.lua:47: attempt to call method 'MarkDirty' (a nil value)
    Time: Fri Oct 11 21:56:24 2024
    Count: 1
    Stack: ..._ObjectiveTracker/Blizzard_AutoQuestPopUpTracker.lua:47: attempt to call method 'MarkDirty' (a nil value)
    [string "=[C]"]: in function `MarkDirty'
    [string "@Interface/AddOns/Blizzard_ObjectiveTracker/Blizzard_AutoQuestPopUpTracker.lua"]:47: in function <..._ObjectiveTracker/Blizzard_AutoQuestPopUpTracker.lua:42>
    [string "=[C]"]: in function `RemoveAutoQuestPopUp'
    [string "@Interface/AddOns/Blizzard_ObjectiveTracker/Blizzard_AutoQuestPopUpTracker.lua"]:71: in function <..._ObjectiveTracker/Blizzard_AutoQuestPopUpTracker.lua:63>

    Locals:

     

     

    Thank you again, and hope you're doing well!

  • nephistophiles added a tag New Oct 12, 2024
  • PupMoxFox posted a comment Oct 12, 2024

    i have also had this happen

     

    6x ..._ObjectiveTracker/Blizzard_AutoQuestPopUpTracker.lua:47: attempt to call method 'MarkDirty' (a nil value)
    [string "@Blizzard_ObjectiveTracker/Blizzard_AutoQuestPopUpTracker.lua"]:47: in function `RemoveAutoQuestPopUp'
    [string "@Blizzard_ObjectiveTracker/Blizzard_AutoQuestPopUpTracker.lua"]:71: in function <..._ObjectiveTracker/Blizzard_AutoQuestPopUpTracker.lua:63>

    Locals:
    self = <table> {
    }
    questID = 30624
    (*temporary) = nil
    (*temporary) = <table> {
    }
    (*temporary) = "attempt to call method 'MarkDirty' (a nil value)"
    questItems = <table> {
    }


To post a comment, please login or register a new account.