
Lua error on a fresh install as soon as I log in
Closed this issue ยท 3 comments
Which version are you using when bug occurred
11.1.0.5
Describe the bug
The bug is a Lua exception for trying to get the length of a table that is nil.
For reference, the character is level 71 and on the Isle of Dorn. I first encountered the issue on Exile's Reach, but I thought maybe it was because the zone wasn't supported, so I shrugged it off.
LUA Error
19x RQE/RQEFrame.lua:1816: attempt to get length of field 'StepsText' (a nil value)
[RQE/RQEFrame.lua]:1816: in function 'UpdateContentSize'
[RQE/RQEFrame.lua]:978: in function 'AdjustRQEFrameWidths'
[RQE/EventManager.lua]:2084: in function '?'
[RQE/EventManager.lua]:377: in function <RQE/EventManager.lua:266>
To Reproduce
Not sure what the steps would be... maybe remove saved vars on your end and try a fresh install? Not sure that would matter here, though.
Expected behavior
No error.
Attached the full Lua error for your reference, if needed.
I got it to work but it required numerous conditionals for various tables, but primarily it's all related to the Ace3 profile code (a lot of it, anyway).
I see the problems on my add-on's end. I'll try to get an update put out within the next few hours.