Error on loading #1776


Open
  • NightOwlGamerz created this issue Dec 2, 2021

    What exactly is wrong? On any character loading I get instant error when addon is active.

     

    What steps will reproduce the problem?
    1.Just log into character

    2.

    3.

     

    What version of the product are you using?AckisRecipeList-9.1.0.1.zip

     

    Any additional information?

     

    If you get an error, please paste the ENTIRE thing here:

     

    Message: Interface\AddOns\AckisRecipeList\Locales\enUS.lua:32: attempt to call global 'LibStub' (a nil value)
    Time: Thu Dec 2 12:25:46 2021
    Count: 1
    Stack: Interface\AddOns\AckisRecipeList\Locales\enUS.lua:32: attempt to call global 'LibStub' (a nil value)
    [string "@Interface\AddOns\AckisRecipeList\Locales\enUS.lua"]:32: in main chunk

    Locals: is_silent = true
    (*temporary) = nil
    (*temporary) = "AceLocale-3.0"
    (*temporary) = "attempt to call global 'LibStub' (a nil value)"

  • NightOwlGamerz posted a comment Dec 2, 2021

    Maybe do a complete check on coding and make sure its ready for 9.1.5

  • NightOwlGamerz posted a comment Apr 10, 2022

    First off It seem I get the errors when I load in the professions files.

     

    Here is what the error told me for just the Ackis Blacksmithing.  I have tried reinstalling it 2 times and still get that error. It does it on all of the professions files now.

     

    Message: ...Ons\AckisRecipeList\libs\LibQTip-1.0\LibQTip-1.0.lua:543: attempt to call method 'GetBackdrop' (a nil value)
    Time: Sun Apr 10 14:57:04 2022
    Count: 2
    Stack: ...Ons\AckisRecipeList\libs\LibQTip-1.0\LibQTip-1.0.lua:543: attempt to call method 'GetBackdrop' (a nil value)
    [string "@Interface\AddOns\AckisRecipeList\libs\LibQTip-1.0\LibQTip-1.0.lua"]:543: in function <...Ons\AckisRecipeList\libs\LibQTip-1.0\LibQTip-1.0.lua:539>
    [string "@Interface\AddOns\AckisRecipeList\libs\LibQTip-1.0\LibQTip-1.0.lua"]:132: in function `Acquire'
    [string "@Interface\AddOns\AckisRecipeList\Interface\List.lua"]:855: in function <Interface\AddOns\AckisRecipeList\Interface\List.lua:841>
    [string "@Interface\AddOns\AckisRecipeList\Interface\List.lua"]:937: in function <Interface\AddOns\AckisRecipeList\Interface\List.lua:928>
    [string "@Interface\AddOns\AckisRecipeList\Interface\List.lua"]:233: in function <Interface\AddOns\AckisRecipeList\Interface\List.lua:229>

    Locals: tooltip = <unnamed> {
    0 = <userdata>
    scrollChild = <unnamed> {
    }
    scrollFrame = <unnamed> {
    }
    }
    key = "Ackis Recipe List Tooltip"
    (*temporary) = nil
    (*temporary) = GameTooltip {
    0 = <userdata>
    SetRecipeReagentItem = <function> defined =[C]:-1
    layoutType = "TooltipDefaultLayout"
    TextLeft1 = GameTooltipTextLeft1 {
    }
    ItemTooltip = <unnamed> {
    }
    SetQuestLogItem = <function> defined =[C]:-1
    BottomOverlay = <unnamed> {
    }
    comparing = false
    waitingForData = false
    textRight1Font = "GameTooltipHeaderText"
    ClearLines = <function> defined =[C]:-1
    NineSlice = <unnamed> {
    }
    textLeft2Font = "GameTooltipText"
    TextRight1 = GameTooltipTextRight1 {
    }
    TextRight2 = GameTooltipTextRight2 {
    }
    TextLeft2 = GameTooltipTextLeft2 {
    }
    TopOverlay = <unnamed> {
    }
    Show = <function> defined =[C]:-1
    shoppingTooltips = <table> {
    }
    needsReset = true
    updateTooltipTimer = 0.165000
    textRight2Font = "GameTooltipText"
    SetQuestItem = <function> defined =[C]:-1
    textLeft1Font = "GameTooltipHeaderText"
    }
    (*temporary) = "attempt to call method 'GetBackdrop' (a nil value)"
    GameTooltip = GameTooltip {
    0 = <userdata>
    SetRecipeReagentItem = <function> defined =[C]:-1
    layoutType = "TooltipDefaultLayout"
    TextLeft1 = GameTooltipTextLeft1 {
    }
    ItemTooltip = <unnamed> {
    }
    SetQuestLogItem = <function> defined =[C]:-1
    BottomOverlay = <unnamed> {
    }
    comparing = false
    waitingForData = false
    textRight1Font = "GameTooltipHeaderText"
    ClearLines = <function> defined =[C]:-1
    NineSlice = <unnamed> {
    }
    textLeft2Font = "GameTooltipText"
    TextRight1 = GameTooltipTextRight1 {
    }
    TextRight2 = GameTooltipTextRight2 {
    }
    TextLeft2 = GameTooltipTextLeft2 {
    }
    TopOverlay = <unnamed> {
    }
    Show = <function> defined =[C]:-1
    shoppingTooltips = <table> {
    }
    needsReset = true
    updateTooltipTimer = 0.165000
    textRight2Font = "GameTooltipText"
    SetQuestItem = <function> defined =[C]:-1
    textLeft1Font = "GameTooltipHeaderText"
    }
    AcquireTable = <function> defined @Interface\AddOns\AckisRecipeList\libs\LibQTip-1.0\LibQTip-1.0.lua:519
    labelProvider = <table> {
    cells = <table> {
    }
    cellMetatable = <table> {
    }
    cellPrototype = <table> {
    }
    heap = <table> {
    }
    }
    CELL_MARGIN_H = 6
    CELL_MARGIN_V = 3
    ResetTooltipSize = <function> defined @Interface\AddOns\AckisRecipeList\libs\LibQTip-1.0\LibQTip-1.0.lua:865

     


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