[11.0.2.56110] Aura module broken with latest update #1445


Closed
  • reiyo_oki created this issue Aug 13, 2024

    With the latest update to WoW (11.0.6.56110) the Aura module seems to have broken and will constantly spam errors until disabled.

    Edit: A temporary workaround is to comment out the line causing the error. Unsure what negative effect this might have, but it does make the errors stop.

    1985x PitBull4/Modules/Aura/Update.lua:169: attempt to call field 'SurfaceArgs' (a nil value) [string "@PitBull4/Modules/Aura/Update.lua"]:169: in function <PitBull4/Modules/Aura/Update.lua:164> [string "@PitBull4/Modules/Aura/Update.lua"]:232: in function <PitBull4/Modules/Aura/Update.lua:216> [string "@PitBull4/Modules/Aura/Update.lua"]:818: in function `UpdateWeaponEnchants' [string "@PitBull4/Modules/Aura/Update.lua"]:893: in function `OnUpdate' [string "@PitBull4/Modules/Aura/Aura.lua"]:21: in function <PitBull4/Modules/Aura/Aura.lua:18> Locals: slot = 16 data = <table> { lines = <table> { } guid = "Item-73-0-4000000C6DDDD5B6" id = 195527 hasDynamicData = true isAzeriteEmpoweredItem = false isAzeriteItem = false dataInstanceID = 124 type = 0 isCorruptedItem = false repairCost = 305480 } (for state) = <table> { 1 = <table> { } 2 = <table> { } 3 = <table> { } 4 = <table> { } 5 = <table> { } 6 = <table> { } 7 = <table> { } 8 = <table> { } 9 = <table> { } 10 = <table> { } 11 = <table> { } 12 = <table> { } 13 = <table> { } 14 = <table> { } 15 = <table> { } 16 = <table> { } 17 = <table> { } 18 = <table> { } 19 = <table> { } 20 = <table> { } } (for control) = 1 _ = 1 line = <table> { leftColor = <table> { } type = 29 leftText = "Neltharax, Enemy of the Sky" } (*temporary) = nil (*temporary) = <table> { leftColor = <table> { } type = 29 leftText = "Neltharax, Enemy of the Sky" } (*temporary) = "attempt to call field 'SurfaceArgs' (a nil value)"

     

     

  • reiyo_oki edited description Aug 13, 2024
  • shintorg posted a comment Aug 14, 2024

    Same issue. However I get it on my Shaman and not on my Rogue, Warlock, Death Knight, Hunter or Druid. I haven't checked the other classes.

     

    Here's the report I get.

     

    3573x PitBull4/Modules/Aura/Update.lua:169: attempt to call field 'SurfaceArgs' (a nil value)
    [string "@PitBull4/Modules/Aura/Update.lua"]:169: in function <PitBull4/Modules/Aura/Update.lua:164>
    [string "@PitBull4/Modules/Aura/Update.lua"]:232: in function <PitBull4/Modules/Aura/Update.lua:216>
    [string "@PitBull4/Modules/Aura/Update.lua"]:818: in function `UpdateWeaponEnchants'
    [string "@PitBull4/Modules/Aura/Update.lua"]:893: in function `OnUpdate'
    [string "@PitBull4/Modules/Aura/Aura.lua"]:21: in function <PitBull4/Modules/Aura/Aura.lua:18>

    Locals:
    slot = 16
    data = <table> {
    lines = <table> {
    }
    guid = "Item-106-0-4000000C8E99C02B"
    id = 204750
    hasDynamicData = true
    isAzeriteEmpoweredItem = false
    dataInstanceID = 21592
    type = 0
    isCorruptedItem = false
    isAzeriteItem = false
    }
    (for state) = <table> {
    1 = <table> {
    }
    2 = <table> {
    }
    3 = <table> {
    }
    4 = <table> {
    }
    5 = <table> {
    }
    6 = <table> {
    }
    7 = <table> {
    }
    8 = <table> {
    }
    9 = <table> {
    }
    10 = <table> {
    }
    11 = <table> {
    }
    12 = <table> {
    }
    13 = <table> {
    }
    14 = <table> {
    }
    15 = <table> {
    }
    16 = <table> {
    }
    17 = <table> {
    }
    }
    (for control) = 1
    _ = 1
    line = <table> {
    leftColor = <table> {
    }
    type = 29
    leftText = "Suffused Kris"
    }
    (*temporary) = nil
    (*temporary) = <table> {
    leftColor = <table> {
    }
    type = 29
    leftText = "Suffused Kris"
    }
    (*temporary) = "attempt to call field 'SurfaceArgs' (a nil value)"

  • nebula169 closed issue Aug 15, 2024
  • nebula169 posted a comment Aug 15, 2024

    Should be fixed


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