Raid Assist

Raid Assist

10M Downloads

Follower dungeon bug

EFGearman opened this issue ยท 1 comments

commented

Message: Interface/AddOns/RaidAssist/plugins/notes.lua:1062: attempt to index field '?' (a nil value)
Time: Sat Mar 23 16:51:06 2024
Count: 3
Stack: Interface/AddOns/RaidAssist/plugins/notes.lua:1062: attempt to index field '?' (a nil value)

Locals:

The bug seems to be that fileName (off of GetRaidRosterInfo) is nil for followers.

I think the fix would be on line 1055, changing:

if (name) then

to:

if (name and filename) then

commented

Message: Interface/AddOns/RaidAssist/plugins/notes.lua line 1062:
attempt to index field '?' (a nil value)
Debug:
[string "=(tail call)"]: ?
[string "=(tail call)"]: ?
[string "@Interface/AddOns/PersoLootRoll/Core/Addon.lua"]:597:
Interface/AddOns/PersoLootRoll/Core/Addon.lua:596
[string "=[C]"]: ?
[string "@Interface/AddOns/RaidAssist/plugins/notes.lua"]:1062: BuildListOfPlayersInRaid()
[string "@Interface/AddOns/RaidAssist/plugins/notes.lua"]:2656: ?()
[string "@Interface/AddOns/Accountant/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:109:
...ant/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:109
[string "=[C]"]: ?
[string "@Interface/AddOns/Accountant/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:19:
...ant/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:15
[string "@Interface/AddOns/Accountant/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:54: Fire()
[string "@Interface/AddOns/Ace3/AceEvent-3.0/AceEvent-3.0.lua"]:120:
Interface/AddOns/Ace3/AceEvent-3.0/AceEvent-3.0.lua:119