Not Loading with Patch 11.0.2 / ElvUI 13.74
strongbow25 opened this issue ยท 5 comments
Hi. After the patch yesterday, LocationPlus is no longer listed as an available Plugin, and it doesn't appear in the UI. ElvUI was updated this morning but didn't fix the issue.
1x ElvUI_LocPlus/core.lua:28: attempt to call global 'GetAddOnMetadata' (a nil value)
[string "@ElvUI_LocPlus/core.lua"]:28: in main chunk
Locals:
E =
mylevel = 10
Bags =
}
privateVars =
}
modules =
}
PriestColors =
}
db =
}
Layout =
}
Distributor =
}
MountText =
}
INCOMPATIBLE_ADDONS =
}
TimeIndicatorColors =
}
WorldMap =
}
TimeColors =
}
ObjectEventFrame = Frame {
}
oUF =
}
Classic = false
UFParent = ElvUFParent {
}
InfoColor2 = "|cff9b9b9b"
myname = "Belagurth"
ActionBars =
}
DebugTools =
}
twoPixelsPlease = false
ConfigModeLayouts =
}
DataTexts =
}
ClassName =
}
CreatureTypes =
}
Auras =
}
private =
}
ReverseTimer =
}
TagFunctions =
}
myClassID = 9
UnlocalizedClasses =
}
hooks =
}
SpecName =
}
GemTypeInfo =
}
StyleFilterDefaults =
}
physicalWidth = 1920
versionString = "13.74"
LSM =
}
InfoColor = "|cff1784d1"
AFK =
}
CreatedMovers =
}
myLocalizedFaction = "Alliance"
myrace = "DarkIronDwarf"
StaticPopup_DisplayedFrames =
}
VehicleLocks =
}
myLocalizedRace = "Dark Iron Dwarf"
myclass = "WARLOCK"
wowdate = "Aug 12 2024"
Masque =
}
PopupDialogs =
}
Chat =
}
myrealm = "Mal'Ganis"
LayoutMoverPositions =
}
global =
}
orderedModules =
}
Misc =
}
UnitFrames =
}
Minimap =
}
TBC = false
AnimElastic =
}
media =
}
Options =
}
toc = 110002
HiddenFrame = Frame {
}
Media =
}
name = "ElvUI"
TimeFormats =
}
ShortPrefixStyles =
}
versionDev = false
Blizzard =
}
RegisteredInitialModules =
}
TotemTracker =
}
RegisteredCooldowns =
}
SpecInfoBySpecID =
}
ObjectEventTable =
}
title = "|cff1784d1ElvUI|r"
EditorMode =
}
MapInfo =
}
frames =
}
physicalHeight = 1061
NewSignNoWhatsNew = "|TInterface\OptionsFrame\UI-OptionsFrame-NewFeatureIcon:14:14:0:0|t"
Retail = true
MountIDs =
}
AnimShake =
}
DisabledMovers =
}
mult = 0.723845
UserList =
}
PixelMode = true
PrivateAuras =
}
GetFormattedTextStyles =
}
FrameLocks =
}
ConfigTooltip = ElvUI_ConfigTooltip {
}
SpecInfoBySpecClass =
}
statusBars =
}
loadedtime = 125818.111000
Spacing = 0
Border = 1
EasyMenu = ElvUI_EasyMenu {
}
texts =
}
SpellBookTooltip = ElvUI_SpellBookTooltip {
}
baseName = "ElvUI"
Filters =
}
TagInfo =
}
InverseAnchors =
}
myspec = 1
ModuleCopy =
}
SpecByClass =
}
resolution = "1920x1061"
ScanTooltip = ElvUI_ScanTooltip {
}
TutorialList =
}
QualityColors =
}
locale = "enUS"
CreditsList =
}
PluginInstaller =
}
myRaceID = 34
TexturePath = "Interface\AddOns\ElvUI\Media\Textures"
TimeThreshold = 3
DF =
}
ClearTexture = 0
Cata = false
Tooltip =
}
perfect = 0.723845
mynameRealm = "Belagurth - Mal'Ganis"
ConfigModeLocalizedStrings =
}
wowbuild = 56110
unitFrameElements =
}
valueColorUpdateFuncs =
}
defaultModuleState = true
RegisteredModules =
}
InversePoints =
}
enabledState = true
screenWidth = 1365.333374
myfaction = "Alliance"
NewSign = "|TInterface\OptionsFrame\UI-OptionsFrame-NewFeatureIcon:14:14|t"
screenHeight = 768
Wrath = false
wowpatch = "11.0.2"
RaidUtility =
}
myLocalizedClass = "Warlock"
AnimShakeH =
}
wowtoc = 110002
defaultModuleLibraries =
}
DEFAULT_FILTER =
}
version = 13.740000
Libs =
}
Skins =
}
TexCoords =
}
callbacks =
}
NamePlates =
}
snapBars = <ta
1x ElvUI_LocPlus/options.lua:683: bad argument #1 to 'tinsert' (table expected, got nil)
[string "=[C]"]: in function `tinsert'
[string "@ElvUI_LocPlus/options.lua"]:683: in main chunk
Locals:
(*temporary) = nil
(*temporary) = "table expected, got nil"
Just saw that ToyBoxEnhanced has the same issue and a user there reported changing "GetAddOnMetadata with C_AddOns.GetAddOnMetadata" fixed it. Will try in LocationPlus.
Yep, replacing changing "GetAddOnMetadata with C_AddOns.GetAddOnMetadata" corrected the issue.