LittleWigs

LittleWigs

90M Downloads

multiple lua errors in stonevault

milotic opened this issue ยท 4 comments

commented

Describe the problem

lua error

Did this happen on PTR/Beta or the live version of WoW?

live

What steps will reproduce the problem?

  1. happen only in stonevault

Attach a screenshot below to help describe your issue (Attach directly, do not link to other websites)

What version of the addon are you using? (Stating 'latest' is not useful)

big wigs 392.8
littlewigs 11.2.4

Do you have an error log of what happened? (You can use the BugSack addon to see errors)

6x ...eBlizzard_NamePlates/Blizzard_NamePlates.lua:310: calling 'GetParent' on bad self (Usage: local parent = self:GetParent())
[Blizzard_NamePlates/Blizzard_NamePlates.lua]:310: in function 'OnNamePlateResized'
[Blizzard_NamePlates/Blizzard_NamePlates.lua]:625: in function <...eBlizzard_NamePlates/Blizzard_NamePlates.lua:612>
[C]: in function 'GetWidth'
[Blizzard_SharedXML/Backdrop.lua]:222: in function 'SetupTextureCoordinates'
[Blizzard_SharedXML/Backdrop.lua]:332: in function 'ApplyBackdrop'
[Blizzard_SharedXML/Backdrop.lua]:348: in function 'SetBackdrop'
[BigWigs_Plugins/Nameplates.lua]:593: in function 'ShowBorder'
[BigWigs_Plugins/Nameplates.lua]:1639: in function <BigWigs_Plugins/Nameplates.lua:1627>
[BigWigs_Plugins/Nameplates.lua]:1757: in function <BigWigs_Plugins/Nameplates.lua:1745>
[BigWigs_Plugins/Nameplates.lua]:1777: in function '?'
[BigWigs_Core/Core.lua]:54: in function <BigWigs_Core/Core.lua:48>

Locals:
self = NamePlateDriverFrame {
namePlateAnchorFunctions =

{
}
showFriendlyBuffs = false
classNamePlateMechanicFrame = ClassNameplateBarWarlockFrame {
}
namePlateSetupFunctions =
{
}
showDebuffsOnFriendly = true
pools =
{
}
UnitFrame = Button {
}
classNamePlatePowerBar = ClassNameplateManaBarFrame {
}
personalFriendlyBuffFrame = PersonalFriendlyBuffFrame {
}
optionCVars =
{
}
namePlateSetInsetFunctions =
{
}
preferredInsets =
{
}
playerHideHealthandPowerBar = false
baseNamePlateWidth = 110
baseNamePlateHeight = 45
}
namePlateFrame = NamePlate40 {
DBMAuraFrame =
{
}
template = "NamePlateUnitFrameTemplate"
driverFrame = NamePlateDriverFrame {
}
namePlateUnitToken = "nameplate3"
UnitFrame = Button {
}
}

Any additional information? (example: WoW language if not English)

commented

an update @funkydude i open a ticket in wowup, the addon manager continues to cause corruption in the addon update, either by throwing an update failure error or rendering the update unusable because the addon starts throwing errors.

WowUp/WowUp.CF#99

commented

We don't "officially" support updating from WoWUp because issues like this keep happening. WoWUp has been out for years now and still suffers constant problems instead of being a mature product.

We only support CurseForge and Wago:
https://www.curseforge.com/download/app
https://addons.wago.io/app

commented

This doesn't look like a BigWigs error. Likely you have installed or updated some addon that is messing with Blizzard templates.

Try with only BigWigs+LittleWigs enabled. If it works fine, gradually enable a few addons at a time until the issue returns. That should help you track down the problematic addon, let us know which it is.

commented

Your comment helped me figure out what happened. About a month ago, WoWup updated another addon that started giving errors because for some reason something inside the WTF folder didn't update. I deleted the Big Wigs folders inside the WTF folder and the problem disappeared. I don't know if this is a WoWup issue or a Blizzard issue. It can happen once, but twice it's starting to become a pattern. Thank you very much.