View Bug Report
Lua error attempting to access BigWigs API
Bug #: 9010
File: Altz UI
Date: 04-01-21 11:07 PM
By: Wanny
Status: Unconfirmed
I just installed the addon and I get the following error upon logging in or reloading the UI:

Code:
Message: Interface\AddOns\AltzUI\mods\skins\Skin.lua:100: attempt to index global 'BigWigsAPI' (a nil value)
Time: Fri Apr  2 01:56:46 2021
Count: 1
Stack: Interface\AddOns\AltzUI\mods\skins\Skin.lua:100: attempt to index global 'BigWigsAPI' (a nil value)
[string "@Interface\AddOns\AltzUI\mods\skins\Skin.lua"]:100: in main chunk

Locals: NAME = "AltzUI"
addon = <table> {
 1 = <table> {
 }
 2 = <table> {
 }
 3 = <table> {
 }
 4 = <table> {
 }
 oUF = <table> {
 }
}
glowTex = "Interface\AddOns\AltzUI\media\glow"
bgTex = "Interface\AddOns\AltzUI\media\statusbar"
backdropBorder = <table> {
 bgFile = "Interface\AddOns\AltzUI\media\statusbar"
 tileSize = 0
 edgeFile = "Interface\AddOns\AltzUI\media\glow"
 tile = false
 edgeSize = 3
 insets = <table> {
 }
}
floor = <function> defined =[C]:-1
fontName = "Interface\AddOns\AltzUI\media\font.ttf"
fontSize = 8.000000
fontArgs = "OUTLINE"
removeStyle = <function> defined @Interface\AddOns\AltzUI\mods\skins\Skin.lua:16
styleBar = <function> defined @Interface\AddOns\AltzUI\mods\skins\Skin.lua:43
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index global 'BigWigsAPI' (a nil value)"

Thing is, I don't have the BigWigs addon. Disabling the BigWigs addon skin in the Interface tab does nothing, the error keeps happening.

RSS 2.0 Feed for Bug CommentsNotes Sort Options
By: Wanny - 04-01-21 11:11 PM
For now, commenting lines 100 to 111 fixes the error for those without BigWigs installed.