Files 0
Downloads 0
Favorites 0
My AddOns
    View Bug Report
    Error reported when progressing quest objectives
    Bug #: 7725
    File: QuestGuru
    Date: 08-30-12 02:39 AM
    By: longshanks
    Status: Game Bug (Cant fix)
    Whenever I progress a quest in some way the error below is issued. For example if I'm on a quest to kill "x of y" mobs ... when I kill the first mob the error shows up. Error repeats for all subsequent progress ie x+1, x+2 etc (if I /reload that is). Don't get any sound issued for the mob kill either. Once I've killed "y of y" items, the quest completes OK, plays the sound etc - so only the progress seems to be the problem.
    Date: 2012-08-30 09:30:55
    ID: 1
    Error occured in: Global
    Count: 1
    Message: ..\AddOns\QuestGuru\QuestGuru.lua line 410:
    bad argument #1 to 'find' (string expected, got nil)
    Debug:
    [C]: ?
    [C]: find()
    QuestGuru\QuestGuru.lua:410: QuestGuru_UIInfoMessage()
    QuestGuru\QuestGuru.lua:38: QuestGuru_OnEvent()
    QuestGuru\QuestGuru.lua:15:
    QuestGuru\QuestGuru.lua:14
    Locals:
    (*temporary) = nil
    (*temporary) = "(.*):%s*([%d]+)%s*/%s*([%d]+)"
    (*temporary) = "string expected, got nil"

    AddOns:
    Swatter, v5.14.5335 (KowariOnCrutches)
    NPCScan, v5.0.0.1
    NPCScanOverlay, v5.0.0.1
    AckisRecipeList, v2.3.3
    ACP, v3.4
    AdvancedTradeSkillWindow, v
    AucAdvanced, v5.14.5335 (KowariOnCrutches)
    AucFilterBasic, v5.14.5335 (KowariOnCrutches)
    AucFilterOutlier, v5.14.5335.5335(5.14/embedded)
    AucMatchUndercut, v5.14.5335.5225(5.14/embedded)
    AucStatHistogram, v5.14.5335 (KowariOnCrutches)
    AucStatiLevel, v5.14.5335 (KowariOnCrutches)
    AucStatPurchased, v5.14.5335 (KowariOnCrutches)
    AucStatSales, v5.14.5335.5335(5.14/embedded)
    AucStatSimple, v5.14.5335 (KowariOnCrutches)
    AucStatStdDev, v5.14.5335 (KowariOnCrutches)
    AucStatWOWEcon, v5.14.5335.5335(5.14/embedded)
    AucUtilAHWindowControl, v5.14.5335.5133(5.14/embedded)
    AucUtilAppraiser, v5.14.5335.5335(5.14/embedded)
    AucUtilAskPrice, v5.14.5335.5160(5.14/embedded)
    AucUtilAutoMagic, v5.14.5335.5335(5.14/embedded)
    AucUtilCompactUI, v5.14.5335.5335(5.14/embedded)
    AucUtilEasyBuyout, v5.14.5335.5238(5.14/embedded)
    AucUtilFixAH, v5.14.5335 (KowariOnCrutches)
    AucUtilItemSuggest, v5.14.5335.5335(5.14/embedded)
    AucUtilPriceLevel, v5.14.5335.5237(5.14/embedded)
    AucUtilScanButton, v5.14.5335.5335(5.14/embedded)
    AucUtilScanFinish, v5.14.5335.5153(5.14/embedded)
    AucUtilScanProgress, v5.14.5335.4979(5.14/embedded)
    AucUtilScanStart, v5.14.5335.5153(5.14/embedded)
    AucUtilSearchUI, v5.14.5335.5335(5.14/embedded)
    AucUtilSimpleAuction, v5.14.5335.5208(5.14/embedded)
    AucUtilVendMarkup, v5.14.5335.4828(5.14/embedded)
    Babylonian, v5.1.DEV.312(/embedded)
    BadBoy, v10.016
    BeanCounter, v5.14.5335 (KowariOnCrutches)
    Configator, v5.1.DEV.330(/embedded)
    Cooldowns, v
    DebugLib, v5.1.DEV.312(/embedded)
    DurabilityStatus, v
    Enchantrix, v5.14.5335 (KowariOnCrutches)
    EnchantrixBarker, v5.14.5335 (KowariOnCrutches)
    FishingBuddy, v1.0.9 Beta 3
    FloTotemBar, v
    Informant, v5.14.5335 (KowariOnCrutches)
    LibExtraTip, v5.12.DEV.324(/embedded)
    MapNotes, v6.05.40300
    MinimapZoom, v5.3
    MonkeySpeed, vv3.0.6
    Outfitter, v5.5.2
    Postal, v3.4.13
    QuestGuru, v2.2.10-50001
    QuestGuruTracker, v1.5.13-50001
    RangeDisplay, vv4.0.0
    sct, v6.6
    sctd, v6.6
    SlideBar, v5.14.5335 (KowariOnCrutches)
    Stubby, v5.14.5335 (KowariOnCrutches)
    TipHelper, v5.12.DEV.315(/embedded)
    BlizRuntimeLib_enUS v5.0.4.50001 <eu>
    (ck=919)

    RSS 2.0 Feed for Bug CommentsNotes Sort Options
    By: Aoife59 - 09-01-12 10:00 AM
    This is happening to me too.
    By: Gregity - 09-01-12 02:18 PM
    Humm, Three reports of the same problem. In order for this to happen, the output from the line above (409) has to fail. That's a Blizzard API call. I can wrap some diagnostic code around it to present some new info.
    By: Gregity - 09-01-12 03:30 PM
    OK, I've added some code to the QuestGuru.lua file that will dump some extra information to the chat log. Please copy that data and post it in the bug report. Perhaps it will give me an idea about what is going wrong.
    By: Prippe - 09-01-12 10:00 PM
    I get this error evrytime the i collect a quest item.
    This is what i get in the chat box.
    "Error: Variable text is nil. arg1=Bloodtooth Frenzy: 5/5, questID=6, i=1, numObjectives=1, questLogTitleText=Fun for the Little Ones"
    By: Gregity - 09-02-12 09:49 PM
    Sadly, I must report that Blizzard is the blame for this problem. I've uploaded a new version that detects that the info is missing (that should be there as Blizzard says it should be there) and just skip processing the objective that is missing. If it happens to be the objective that you just completed, then the announce message and sounds won't trigger. But I can't help that as Blizzard isn't providing correct information.
    By: longshanks - 09-03-12 12:48 AM
    Typical of Blizz! Thanks for the update Gregity - I'll try it out tonight.