tukui-org / ElvUI

User Interface replacement AddOn for World of Warcraft.
https://tukui.org
Other
398 stars 136 forks source link

Many ElvUI lua errors wow patch 10.2.5 (52902) #1150

Closed KNP54 closed 5 months ago

KNP54 commented 5 months ago

Troubleshooting Steps

/edebug on doesn't work however I was able to click on the Debug button using /ec /estatus doesn't work. The status button is unclickable since it's behind other UI elements. So I can't really post a screenshot with the status information. WoWScrnShot_011624_162215 WoWScrnShot_011624_162502

Describe the expected behavior and what actually happened?

Basically no ElvUI interface elements is shown.

Reproducing the issue.

Login with ElvUI enabled on all characters.

Lua Errors

Message: Interface/AddOns/ElvUI/Core/General/Core.lua:198: attempt to call method 'SetColorRGB' (a nil value)
Time: Tue Jan 16 16:07:04 2024
Count: 1
Stack: Interface/AddOns/ElvUI/Core/General/Core.lua:198: attempt to call method 'SetColorRGB' (a nil value)
[string "@Interface/AddOns/ElvUI/Core/General/Core.lua"]:198: in function `GrabColorPickerValues'
[string "@Interface/AddOns/ElvUI/Core/General/Core.lua"]:212: in function `CheckClassColor'
[string "@Interface/AddOns/ElvUI/Core/General/Core.lua"]:226: in function `UpdateClassColor'
[string "@Interface/AddOns/ElvUI/Core/General/Core.lua"]:299: in function `UpdateMedia'
[string "@Interface/AddOns/ElvUI/Core/init.lua"]:329: in function <Interface/AddOns/ElvUI/Core/init.lua:287>
[string "=[C]"]: ?
[string "@Interface/AddOns/ElvUI_Libraries/Core/Ace3/AceAddon-3.0/AceAddon-3.0.lua"]:66: in function <...UI_Libraries/Core/Ace3/AceAddon-3.0/AceAddon-3.0.lua:61>
[string "@Interface/AddOns/ElvUI_Libraries/Core/Ace3/AceAddon-3.0/AceAddon-3.0.lua"]:494: in function `InitializeAddon'
[string "@Interface/AddOns/ElvUI_Libraries/Core/Ace3/AceAddon-3.0/AceAddon-3.0.lua"]:619: in function <...UI_Libraries/Core/Ace3/AceAddon-3.0/AceAddon-3.0.lua:611>

Locals: self = <table> {
 GetTimeInfo = <function> defined @Interface/AddOns/ElvUI/Core/General/Math.lua:354
 mylevel = 70
 Bags = <table> {
 }
 privateVars = <table> {
 }
 modules = <table> {
 }
 FormatMoney = <function> defined @Interface/AddOns/ElvUI/Core/General/Math.lua:411
 Config_OpenWindow = <function> defined @Interface/AddOns/ElvUI/Core/General/Config.lua:991
 UpdateUnitFrames = <function> defined @Interface/AddOns/ElvUI/Core/General/Core.lua:1436
 SetMoversPositions = <function> defined @Interface/AddOns/ElvUI/Core/General/Movers.lua:453
 ScheduleTimer = <function> defined @Interface/AddOns/ElvUI_Libraries/Core/Ace3/AceTimer-3.0/AceTimer-3.0.lua:94
 PriestColors = <table> {
 }
 SetFontMap = <function> defined @Interface/AddOns/ElvUI/Core/General/Fonts.lua:36
 Cooldown_Options = <function> defined @Interface/AddOns/ElvUI/Core/General/Cooldowns.lua:138
 Cooldown_UnbuggedTime = <function> defined @Interface/AddOns/ElvUI/Core/General/Cooldowns.lua:19
 Config_CreateFrame = <function> defined @Interface/AddOns/ElvUI/Core/General/Config.lua:789
 UIScale = <function> defined @Interface/AddOns/ElvUI/Core/General/PixelPerfect.lua:55
 db = <table> {
 }
 ScanTooltip_InventoryInfo = <function> defined @Interface/AddOns/ElvUI/Core/General/API.lua:873
 ScanTooltip_UnitInfo = <function> defined @Interface/AddOns/ElvUI/Core/General/API.lua:861
 Layout = <table> {
 }
 myRaceID = 7
 Distributor = <table> {
 }
 DBConvertSL = <function> defined @Interface/AddOns/ElvUI/Core/General/Core.lua:1255
 MountText = <table> {
 }
 INCOMPATIBLE_ADDONS = <table> {
 }
 PositionGameMenuButton = <function> defined @Interface/AddOns/ElvUI/Core/General/API.lua:735
 UIFrameFade = <function> defined @Interface/AddOns/ElvUI/Core/General/Animation.lua:361
 TimeIndicatorColors = <table> {
 }
 StaticPopup_IsLastDisplayedFrame = <function> defined @Interface/AddOns/ElvUI/Core/General/StaticPopups.lua:489
 StaticPopup_CreateSecureButton = <function> defined @Interface/AddOns/ElvUI/Core/General/StaticPopups.lua:1095
 Truncate = <function> defined @Interface/AddOns/ElvUI/Core/General/Math.lua:142
 SetupReset = <function> defined @Interface/AddOns/ElvUI/Core/General/Install.lua:537
 ToggleMoveMode = <function> defined @Interface/AddOns/ElvUI/Core/General/Config.lua:71
 Dump = <function> defined @Interface/AddOns/ElvUI/Core/General/API.lua:434
 WorldMap = <table> {
 }
 Disable = <function> defined @Interface/AddOns/ElvUI_Libraries/Core/Ace3/AceAddon-3.0/AceAddon-3.0.lua:310
 DF = <table> {
 }
 SlideOut = <function> defined @Interface/AddOns/ElvUI/Core/General/Animation.lua:296
 Unhook = <function> defined @Interface/AddOns/ElvUI_Libraries/Core/Ace3/AceHook-3.0/AceHook-3.0.lua:417
 XPIsTrialMax = <function> defined @Interface/AddOns/ElvUI/Core/General/API.lua:688
 StaticPopup_GetAllSec

Message: Interface/AddOns/ElvUI/Core/General/Toolkit.lua:132: bad argument #1 to 'unpack' (table expected, got nil)
Time: Tue Jan 16 16:21:42 2024
Count: 1
Stack: Interface/AddOns/ElvUI/Core/General/Toolkit.lua:132: bad argument #1 to 'unpack' (table expected, got nil)
[string "=[C]"]: ?
[string "@Interface/AddOns/ElvUI/Core/General/Toolkit.lua"]:132: in function <Interface/AddOns/ElvUI/Core/General/Toolkit.lua:124>
[string "@Interface/AddOns/ElvUI/Core/General/Toolkit.lua"]:199: in function `SetTemplate'
[string "@Interface/AddOns/ElvUI/Core/General/PluginInstaller.lua"]:255: in function `CreateFrame'
[string "@Interface/AddOns/ElvUI/Core/General/PluginInstaller.lua"]:548: in function <...erface/AddOns/ElvUI/Core/General/PluginInstaller.lua:545>
[string "=[C]"]: ?
[string "@Interface/AddOns/ElvUI/Core/General/Core.lua"]:1822: in function `CallLoadFunc'
[string "@Interface/AddOns/ElvUI/Core/General/Core.lua"]:1837: in function `CallLoadedModule'
[string "@Interface/AddOns/ElvUI/Core/General/Core.lua"]:1863: in function `InitializeModules'
[string "@Interface/AddOns/ElvUI/Core/General/Core.lua"]:1973: in function `Initialize'
[string "@Interface/AddOns/ElvUI/Core/init.lua"]:284: in function <Interface/AddOns/ElvUI/Core/init.lua:283>
[string "=[C]"]: ?
...
[string "@Interface/FrameXML/UIParent.lua"]:576: in function `UIParentLoadAddOn'
[string "@Interface/FrameXML/UIParent.lua"]:781: in function `MajorFactions_LoadUI'
[string "@Interface/AddOns/Blizzard_ExpansionLandingPage/Blizzard_DragonflightLandingPage.lua"]:179: in function `SetUpMajorFactionList'
[string "@Interface/AddOns/Blizzard_ExpansionLandingPage/Blizzard_DragonflightLandingPage.lua"]:172: in function `RefreshMajorFactionList'
[string "@Interface/AddOns/Blizzard_ExpansionLandingPage/Blizzard_DragonflightLandingPage.lua"]:167: in function `RefreshOverlay'
[string "@Interface/AddOns/Blizzard_ExpansionLandingPage/Blizzard_DragonflightLandingPage.lua"]:158: in function <...sionLandingPage/Blizzard_DragonflightLandingPage.lua:154>
[string "=[C]"]: in function `CreateFrame'
[string "@Interface/AddOns/Blizzard_ExpansionLandingPage/Blizzard_DragonflightLandingPage.lua"]:122: in function `CreateOverlay'
[string "@Interface/AddOns/Blizzard_ExpansionLandingPage/Blizzard_ExpansionLandingPage.lua"]:63: in function `RefreshExpansionOverlay'
[string "@Interface/AddOns/Blizzard_ExpansionLandingPage/Blizzard_ExpansionLandingPage.lua"]:35: in function <...pansionLandingPage/Blizzard_ExpansionLandingPage.lua:33>

Locals: (*temporary) = nil
(*temporary) = "table expected, got nil"

Verification Steps

Repooc commented 5 months ago

posting errors on a new wow version using old elvui version is not ticket worthy