DFortun81 / AllTheThings

ALL THE THINGS - Addon for Tracking Collections & Account Completion in World of Warcraft
Other
120 stars 76 forks source link

AllTheThings/src/UI/Windows/Soft Reserves.lua:115: attempt to concatenate local 'partyIndex' (a nil value) #1640

Open Alessandro-Barbieri opened 1 month ago

Alessandro-Barbieri commented 1 month ago
1x AllTheThings/src/UI/Windows/Soft Reserves.lua:115: attempt to concatenate local 'partyIndex' (a nil value)
[string "@AllTheThings/src/UI/Windows/Soft Reserves.lua"]:115: in function <AllTheThings/src/UI/Windows/Soft Reserves.lua:102>
[string "@AllTheThings/src/UI/Windows/Soft Reserves.lua"]:576: in function `OnLoad'
[string "@AllTheThings/src/UI/Classic Window Logic.lua"]:1618: in function `Load'
[string "@AllTheThings/src/UI/Classic Window Logic.lua"]:1188: in function <AllTheThings/src/UI/Classic Window Logic.lua:1179>
[string "@AllTheThings/src/UI/Classic Window Logic.lua"]:1231: in function `handler'
[string "@AllTheThings/src/Events.lua"]:145: in function `HandleEvent'
[string "@AllTheThings/src/Events.lua"]:120: in function <AllTheThings/src/Events.lua:118>
[string "@AllTheThings/lib/Callback.lua"]:22: in function <AllTheThings/lib/Callback.lua:16>

Locals:
lootMethod = "master"
partyIndex = nil
raidIndex = nil
name = "Valdifass"
(*temporary) = <function> defined =[C]:-1
(*temporary) = "party"
(*temporary) = nil
(*temporary) = "attempt to concatenate local 'partyIndex' (a nil value)"
GetLootMethod = <function> defined =[C]:-1
UnitName = <function> defined =[C]:-1
GetRaidRosterInfo = <function> defined =[C]:-1
IsRaidLeader = <function> defined @AllTheThings/src/UI/Windows/Soft Reserves.lua:97

it also happened at the same time as

1x ZPerl_Party/ZPerl_Party.lua:1281: attempt to concatenate local 'pindex' (a nil value)
[string "@ZPerl_Party/ZPerl_Party.lua"]:1281: in function `?'
[string "@ZPerl_Party/ZPerl_Party.lua"]:1256: in function <ZPerl_Party/ZPerl_Party.lua:1237>

Locals:
self = XPerl_Party_Events_Frame {
 0 = <userdata>
}
lootMethod = "master"
pindex = nil
rindex = nil
(for generator) = <function> defined =[C]:-1
(for state) = <table> {
 party4 = XPerl_party4 {
 }
 party3 = XPerl_party3 {
 }
 party2 = XPerl_party2 {
 }
 party1 = XPerl_party1 {
 }
 party5 = XPerl_party5 {
 }
}
(for control) = "party4"
i = "party4"
frame = XPerl_party4 {
 classFrame = XPerl_party4classFrame {
 }
 petFrame = XPerl_partypet4 {
 }
 highlight = XPerl_party4highlight {
 }
 nameFrame = XPerl_party4nameFrame {
 }
 flagsCheck = 0
 BOTTOMRIGHT = "BOTTOMRIGHT"
 targetFrame = XPerl_party4targetFrame {
 }
 0 = <userdata>
 buffSpacing = <table> {
 }
 partyid = "party4"
 feedbackText = XPerl_party4hitIndicatortext {
 }
 SPACING = 1
 BOTTOMLEFT = "BOTTOMLEFT"
 portraitFrame = XPerl_party4portraitFrame {
 }
 phasingIcon = XPerl_party4PhasingIcon {
 }
 statsFrame = XPerl_party4statsFrame {
 }
 TOPRIGHT = "TOPRIGHT"
 VSPACING = -1
 conf = <table> {
 }
 TOPLEFT = "TOPLEFT"
 PhasingIcon = XPerl_party4PhasingIcon {
 }
 buffFrame = XPerl_party4buffFrame {
 }
 FlashFrames = <table> {
 }
 buffSetup = <table> {
 }
 hitIndicator = XPerl_party4hitIndicator {
 }
 debuffFrame = XPerl_party4debuffFrame {
 }
 feedbackFontHeight = 30
 buffOptMix = "0000000"
 time = 0
 levelFrame = XPerl_party4levelFrame {
 }
}
(*temporary) = "party4"
(*temporary) = "party"
(*temporary) = nil
(*temporary) = "attempt to concatenate local 'pindex' (a nil value)"
GetLootMethod = <function> defined =[C]:-1
pairs = <function> defined =[C]:-1
PartyFrames = <table> {
 party4 = XPerl_party4 {
 }
 party3 = XPerl_party3 {
 }
 party2 = XPerl_party2 {
 }
 party1 = XPerl_party1 {
 }
 party5 = XPerl_party5 {
 }
}
UnitIsUnit = <function> defined =[C]:-1
DFortun81 commented 1 month ago

When did this trigger?