HidingBar

HidingBar

3M Downloads

v11.0.9 Lua error when hovering minimap with fade enabled

zeenk opened this issue ยท 1 comments

commented
33x HidingBar/HidingBar.lua:462: attempt to call global 'frameFadeStop' (a nil value)
[string "@HidingBar/HidingBar.lua"]:462: in function <HidingBar/HidingBar.lua:458>
[string "=[C]"]: ?

Locals:
(for index) = 1
(for limit) = 1
(for step) = 1
i = 1
bar = Frame {
 secondPosition = -30
 drag = Button {
 }
 barOffset = 2
 bg = Texture {
 }
 gap = Frame {
 }
 TopEdge = Texture {
 }
 BottomRightCorner = Texture {
 }
 LeftEdge = Texture {
 }
 anchorObj = <table> {
 }
 Center = Texture {
 }
 direction = <table> {
 }
 isEdged = false
 RightEdge = Texture {
 }
 position = 32
 BottomEdge = Texture {
 }
 BottomLeftCorner = Texture {
 }
 TopRightCorner = Texture {
 }
 TopLeftCorner = Texture {
 }
 name = "Bar 1"
 rFrame = LibDBIcon10_HidingBar1 {
 }
 ombName = "HidingBar1"
 ldb_icon = <table> {
 }
 config = <table> {
 }
 backdropInfo = <table> {
 }
 omb = LibDBIcon10_HidingBar1 {
 }
 id = 1
 barSettings = <table> {
 }
}
(*temporary) = nil
(*temporary) = LibDBIcon10_HidingBar1 {
 fadeOut = AnimationGroup {
 }
 dataObject = <table> {
 }
 isMouseDown = false
 deltaAlpha = -0.666667
 timer = -0.014000
 __MSQ_bType = "Legacy"
 __MSQ_Addon = "HidingBar"
 __MSQ_oType = "Button"
 endAlpha = 0
 db = <table> {
 }
 __Regions = <table> {
 }
 icon = Texture {
 }
 bar = Frame {
 }
}
(*temporary) = 1
(*temporary) = "attempt to call global 'frameFadeStop' (a nil value)"
hb = HidingBarAddon {
 charDB = <table> {
 }
 currentProfile = <table> {
 }
 pConfig = <table> {
 }
 barByName = <table> {
 }
 MSQ_Button_Data = <table> {
 }
 cb = <table> {
 }
 db = <table> {
 }
 defaultBar = Frame {
 }
 profiles = <table> {
 }
 MSQ_MButton = <table> {
 }
 MSQ_CGButton = <table> {
 }
 minimapButtons = <table> {
 }
 createdButtons = <table> {
 }
 MSQ_Button = <table> {
 }
 mixedButtons = <table> {
 }
 btnParams = <table> {
 }
 manuallyButtons = <table> {
 }
 MSQ_OMB = <table> {
 }
 ldbiPrefix = "LibDBIcon10_"
 ombDefIcon = "Icons/misc_arrowleft"
 bars = <table> {
 }
 matchName = "LibDBIcon10_HidingBar%d+$"
}
commented

Fixed, thx you for the feedback :)