TWW Lua Error
zeenk opened this issue ยท 3 comments
Opening settings with /zperl spams out errors until closed
265x ZPerl_Options/ZPerl_FrameOptions.lua:412: attempt to call global 'GetMouseFocus' (a nil value)
[string "@ZPerl_Options/ZPerl_FrameOptions.lua"]:412: in function `XPerl_Options_OnUpdate'
[string "*ZPerl_FrameOptions.xml:1826_OnUpdate"]:1: in function <[string "*ZPerl_FrameOptions.xml:1826_OnUpdate"]:1>
Locals:
self = XPerl_Options {
BottomLeftCorner = Texture {
}
optRange = "Main"
corner = Frame {
}
TopLeftCorner = Texture {
}
RightEdge = Texture {
}
gradient = Texture {
}
raidAlign = "all"
initDone = true
initWidth = 740
TopEdge = Texture {
}
Center = Texture {
}
backdropInfo = <table> {
}
BottomEdge = Texture {
}
TopRightCorner = Texture {
}
LeftEdge = Texture {
}
BottomRightCorner = Texture {
}
}
arg1 = 0.021000
(*temporary) = nil
(*temporary) = "attempt to call global 'GetMouseFocus' (a nil value)"
GetMouseFocus was changed to GetMouseFoci.
You can change it for yourself in ZPerl_Options/ZPerl_FrameOptions.lua row 412.
GetMouseFocus was changed to GetMouseFoci. You can change it for yourself in ZPerl_Options/ZPerl_FrameOptions.lua row 412.
I tried that but getting another error now instead
102x ZPerl_Options/ZPerl_FrameOptions.lua:414: attempt to call method 'GetName' (a nil value)
[string "@ZPerl_Options/ZPerl_FrameOptions.lua"]:414: in function `XPerl_Options_OnUpdate'
[string "*ZPerl_FrameOptions.xml:1826_OnUpdate"]:1: in function <[string "*ZPerl_FrameOptions.xml:1826_OnUpdate"]:1>
Locals:
self = XPerl_Options {
BottomLeftCorner = Texture {
}
optRange = "Main"
corner = Frame {
}
TopLeftCorner = Texture {
}
RightEdge = Texture {
}
gradient = Texture {
}
raidAlign = "all"
initDone = true
initWidth = 740
TopEdge = Texture {
}
Center = Texture {
}
backdropInfo = <table> {
}
BottomEdge = Texture {
}
TopRightCorner = Texture {
}
LeftEdge = Texture {
}
BottomRightCorner = Texture {
}
}
arg1 = 0.011000
f = <table> {
1 = XPerl_Options {
}
}
(*temporary) = nil
(*temporary) = <table> {
1 = XPerl_Options {
}
}
(*temporary) = "attempt to call method 'GetName' (a nil value)"