Dominos

Dominos

19M Downloads

BFA LUA Issues & Other Misc

Zen-Karma opened this issue ยท 8 comments

commented

Upon logging in the following LUA errors pops up. It seems to address the issue I first noticed of it not hiding the default bag bar,default mini menu bar, the default action bar with the two gryphons on the end including thew two progress bars below it. However you can still move everything including bags etc it just leaves the default "background" of the items listed above in their default location.


Message: Interface\AddOns\Dominos\plugins\blizzardHider.lua:13: attempt to index global 'Addon' (a nil value)
Time: Sun Apr 22 11:00:44 2018
Count: 1
Stack: Interface\AddOns\Dominos\plugins\blizzardHider.lua:13: attempt to index global 'Addon' (a nil value)
Interface\AddOns\Dominos\plugins\blizzardHider.lua:13: in function `disableFrame'
Interface\AddOns\Dominos\plugins\blizzardHider.lua:39: in main chunk

Locals: frameName = "ArtifactWatchBar"
unregisterEvents = nil
frame = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index global 'Addon' (a nil value)"
hiddenFrame = {
0 =
}

commented

Message: Interface\AddOns\Dominos_Cast\castBar.lua:519: attempt to perform arithmetic on local 'endTime' (a boolean value)
Time: Sun Apr 22 11:21:13 2018
Count: 17
Stack: Interface\AddOns\Dominos_Cast\castBar.lua:519: attempt to perform arithmetic on local 'endTime' (a boolean value)
Interface\AddOns\Dominos_Cast\castBar.lua:519: in function UpdateCasting' Interface\AddOns\Dominos_Cast\castBar.lua:255: in function func'
Interface\AddOns\Dominos_Cast\castBar.lua:169: in function <Interface\AddOns\Dominos_Cast\castBar.lua:166>

Locals: self = DominosFramecast {
0 =
border = {
}
props =

{
}
latencyBar = {
}
fout = {
}
bg = {
}
container = {
}
statusBar = {
}
spark = {
}
fin = {
}
id = "cast"
sets =
{
}
labelText = {
}
units =
{
}
timeText = {
}
header = {
}
docked =
{
}
icon = {
}
}
reset = true
name = "Siphon Blood"
nameSubtext = "Siphon Blood"
text = 1035037
texture = 1034243699
startTime = 1034245199
endTime = false
vmin = 0
(*temporary) = DominosFramecast {
0 =
border = {
}
props =
{
}
latencyBar = {
}
fout = {
}
bg = {
}
container = {
}
statusBar = {
}
spark = {
}
fin = {
}
id = "cast"
sets =
{
}
labelText = {
}
units =
{
}
timeText = {
}
header = {
}
docked =
{
}
icon = {
}
}
(*temporary) = "spell"
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = {
0 =
}
(*temporary) = 1034243699
(*temporary) = "attempt to perform arithmetic on local 'endTime' (a boolean value)"
UnitCastingInfo = defined =[C]:-1
GetSpellInfo = defined =[C]:-1
GetTime = defined =[C]:-1
min = defined =[C]:-1

commented

Message: Interface\AddOns\Dominos_Cast\castBar.lua:519: attempt to perform arithmetic on local 'endTime' (a boolean value)
Time: Mon Apr 23 10:04:49 2018
Count: 1
Stack: Interface\AddOns\Dominos_Cast\castBar.lua:519: attempt to perform arithmetic on local 'endTime' (a boolean value)
Interface\AddOns\Dominos_Cast\castBar.lua:519: in function UpdateCasting' Interface\AddOns\Dominos_Cast\castBar.lua:255: in function func'
Interface\AddOns\Dominos_Cast\castBar.lua:169: in function <Interface\AddOns\Dominos_Cast\castBar.lua:166>

Locals: self = DominosFramecast {
0 =
border = {
}
props =

{
}
latencyBar = {
}
fout = {
}
bg = {
}
container = {
}
statusBar = {
}
spark = {
}
fin = {
}
id = "cast"
sets =
{
}
labelText = {
}
units =
{
}
timeText = {
}
header = {
}
docked =
{
}
icon = {
}
}
reset = true
name = "Activating Specialization"
nameSubtext = "Activating Specialization"
text = 236544
texture = 1116064496
startTime = 1116069496
endTime = false
vmin = 0
(*temporary) = DominosFramecast {
0 =
border = {
}
props =
{
}
latencyBar = {
}
fout = {
}
bg = {
}
container = {
}
statusBar = {
}
spark = {
}
fin = {
}
id = "cast"
sets =
{
}
labelText = {
}
units =
{
}
timeText = {
}
header = {
}
docked =
{
}
icon = {
}
}
(*temporary) = "spell"
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = {
0 =
}
(*temporary) = 1116064496
(*temporary) = "attempt to perform arithmetic on local 'endTime' (a boolean value)"
UnitCastingInfo = defined =[C]:-1
GetSpellInfo = defined =[C]:-1
GetTime = defined =[C]:-1
min = defined =[C]:-1

commented

They changed the casting APIs.

commented

Not sure if you've gotten around to try and fix anything but if so and you have a beta version I can test out just let me know : )

commented

Not yet (I've been quite busy with another project).

commented

Ah no worries, was merely checking in. Seems its very operational in BFA anyways except for the above LUA issues at least for me so I've kept it enabled and just dealt with the things not being hidden and disabled the cast bar....I'll keep an eye out for when you do got time to work on this one. ....Thanks!

commented

Awesome!! Just logged into beta and I'm getting NO LUA errors related to Dominos. Thanks! If any do popup I shall let you know