Drift

Drift

33.5k Downloads

Lua error when using Dragonriding Customization system

class2u opened this issue ยท 5 comments

commented

1x Interface/AddOns/Drift/DriftOptions.lua:405: attempt to index field 'objectivesEnabledCheckbox' (a nil value)
[string "@Interface/AddOns/Drift/DriftOptions.lua"]:405: in function <Interface/AddOns/Drift/DriftOptions.lua:362>
[string "=[C]"]: in function Hide' [string "@Interface/FrameXML/UIParent.lua"]:2805: in function SetUIPanel'
[string "@Interface/FrameXML/UIParent.lua"]:2646: in function ShowUIPanel' [string "@Interface/FrameXML/UIParent.lua"]:2561: in function <Interface/FrameXML/UIParent.lua:2557> [string "=[C]"]: in function SetAttribute'
[string "@Interface/FrameXML/UIParent.lua"]:3159: in function <Interface/FrameXML/UIParent.lua:3138>
[string "=[C]"]: ?
[string "=[C]"]: in function `ShowUIPanel'
[string "@Interface/FrameXML/UIParent.lua"]:2078: in function <Interface/FrameXML/UIParent.lua:1362>

Locals:
shouldReloadUI = false
oldWindowsDisabled = false
oldBagsDisabled = true
oldButtonsDisabled = true
oldObjectivesDisabled = true
(*temporary) =

{
dragAltKeyEnabled = false
frameDragIsLocked = false
scaleAltKeyEnabled = false
scaleShiftKeyEnabled = false
windowsDisabled = false
objectivesDisabled = true
scaleCtrlKeyEnabled = false
buttonsDisabled = true
dragCtrlKeyEnabled = false
dragShiftKeyEnabled = false
miscellaneousDisabled = true
frameScaleIsLocked = false
bagsDisabled = true
minimapDisabled = true
}
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index field 'objectivesEnabledCheckbox' (a nil value)"
DriftOptionsPanel =
{
optionspanel = DriftOptionsPanel {
}
config =
{
}
}
isRetail = true

commented

Thanks for the bug report. I am not able to repro this issue, unfortunately. Can you provide more detail on which interaction(s) with Dragonriding Customization cause this to happen? Is it the frame that lets you pick Dragonriding talents?

commented

I'm sorry for misleading you. It is the system to change appearance of Dragonriding's dragon. When I enter the full screen control of appearance I got the Lua error. But everything works fine when changing the appearance.

commented

No problem, thanks for the detail! I am unfortunately not able to reproduce this on my end. Can you test and see if this occurs when you have no addons enabled except Drift? I am wondering if there is some unusual interaction with another addon.

commented

Also, just double checking, what version of Drift are you running?

commented

Sorry for the late reply. The Lua error is gone. With or without other addons loaded. I do not know why. Thanks for your time.