derfloh205 / LoadoutReminder

2 stars 1 forks source link

Lua error on clean install #2

Closed filliph closed 10 months ago

filliph commented 10 months ago

Error occurred on login before any config is done:

2x LoadoutReminder/Util/Util.lua:26: attempt to index local 'generalSets' (a nil value)
[string "@LoadoutReminder/Util/Util.lua"]:26: in function `CheckCurrentSetAgainstInstanceSetList'
[string "@LoadoutReminder/Modules/Talents/Talents.lua"]:219: in function `CheckInstanceTalentSet'
[string "@LoadoutReminder/Main/LoadoutReminder.lua"]:111: in function `CheckInstanceTypes'
[string "@LoadoutReminder/Main/LoadoutReminder.lua"]:85: in function `CheckSituations'
[string "@LoadoutReminder/Main/LoadoutReminder.lua"]:224: in function `?'
[string "@LoadoutReminder/Main/LoadoutReminder.lua"]:4: in function <...faceLoadoutReminder/Main/LoadoutReminder.lua:4>

Locals:
self = <table> {
 FindAndReplaceSetInDB = <function> defined @LoadoutReminder/Util/Util.lua:73
 IsNecessaryInfoLoaded = <function> defined @LoadoutReminder/Util/Util.lua:37
 UpdateReminderFrame = <function> defined @LoadoutReminder/Util/Util.lua:55
 CheckCurrentSetAgainstInstanceSetList = <function> defined @LoadoutReminder/Util/Util.lua:23
 GetCurrentInstanceType = <function> defined @LoadoutReminder/Util/Util.lua:5
}
currentSet = 4696479
generalSets = nil
instanceType = "OPENWORLD"
(*temporary) = <table> {
 FindAndReplaceSetInDB = <function> defined @LoadoutReminder/Util/Util.lua:73
 IsNecessaryInfoLoaded = <function> defined @LoadoutReminder/Util/Util.lua:37
 UpdateReminderFrame = <function> defined @LoadoutReminder/Util/Util.lua:55
 CheckCurrentSetAgainstInstanceSetList = <function> defined @LoadoutReminder/Util/Util.lua:23
 GetCurrentInstanceType = <function> defined @LoadoutReminder/Util/Util.lua:5
}
(*temporary) = false
(*temporary) = "none"
(*temporary) = "attempt to index local 'generalSets' (a nil value)"

After /reload, the following error occurs:

2x LoadoutReminder/Libs/GGUI/GGUI.lua:268: GGUI Error: Frame not found: TALENT_REMINDER_FRAME
[string "=[C]"]: in function `error'
[string "@LoadoutReminder/Libs/GGUI/GGUI.lua"]:268: in function `GetFrame'
[string "@LoadoutReminder/Modules/ReminderFrame/ReminderFrame.lua"]:8: in function `UpdateDisplay'
[string "@LoadoutReminder/Main/LoadoutReminder.lua"]:123: in function `CheckInstanceTypes'
[string "@LoadoutReminder/Main/LoadoutReminder.lua"]:85: in function `CheckSituations'
[string "@LoadoutReminder/Main/LoadoutReminder.lua"]:224: in function `?'
[string "@LoadoutReminder/Main/LoadoutReminder.lua"]:4: in function <...faceLoadoutReminder/Main/LoadoutReminder.lua:4>
filliph commented 10 months ago

Can't reproduce anymore, even with fresh SVs.