Raven is "Out of Date" despite being freshly installed
Evan-Garret-Greif opened this issue ยท 1 comments
WoW thinks "Raven Options" is Out of Date despite it being freshly installed. It is also interfering with other mods I have. Could you look into the reason? Thanks!
Lua error:
Message: Interface/AddOns/Raven/Main.lua:1299: attempt to call method 'OptionsOpen' (a nil value)
Time: Mon May 29 21:42:39 2023
Count: 1
Stack: Interface/AddOns/Raven/Main.lua:1299: attempt to call method 'OptionsOpen' (a nil value)
[string "@Interface/AddOns/Raven/Main.lua"]:1299: in function `Update'
[string "@Interface/AddOns/Raven/Main.lua"]:930: in function <Interface/AddOns/Raven/Main.lua:926>
Locals: self = <table> {
CheckTalent = <function> defined @Interface/AddOns/Raven/Conditions.lua:398
testOrder = <table> {
}
HexColor = <function> defined @Interface/AddOns/Raven/Profile.lua:43
UpdateInCombatBar = <function> defined @Interface/AddOns/Raven/Cancel.lua:66
modules = <table> {
}
Nest_SetShine = <function> defined @Interface/AddOns/Raven/Nest.lua:1303
GetValueFormat = <function> defined @Interface/AddOns/Raven/Values.lua:833
ReleaseBarGroup = <function> defined @Interface/AddOns/Raven/Bars.lua:723
CopyTable = <function> defined @Interface/AddOns/Raven/Profile.lua:61
ResetColorDefault = <function> defined @Interface/AddOns/Raven/Profile.lua:487
Nest_SetBarGroupLock = <function> defined @Interface/AddOns/Raven/Nest.lua:973
Nest_FormatTime = <function> defined @Interface/AddOns/Raven/Nest.lua:1873
SetInCombatBar = <function> defined @Interface/AddOns/Raven/Cancel.lua:203
LocalSpellNames = <table> {
}
GetExpireColor = <function> defined @Interface/AddOns/Raven/Profile.lua:704
UpdateInternalCooldowns = <function> defined @Interface/AddOns/Raven/Main.lua:2125
SetExpireColor = <function> defined @Interface/AddOns/Raven/Profile.lua:692
DefaultProfile = <table> {
}
ResetColorDefaults = <function> defined @Interface/AddOns/Raven/Profile.lua:506
RemoveMatchingTrackers = <function> defined @Interface/AddOns/Raven/Main.lua:407
Nest_CreateBar = <function> defined @Interface/AddOns/Raven/Nest.lua:1074
CheckSpec = <function> defined @Interface/AddOns/Raven/Conditions.lua:453
SetEnabledState = <function> defined @Interface/AddOns/!KalielsTracker/Libs/AceAddon-3.0/AceAddon-3.0.lua:420
FinalizeBars = <function> defined @Interface/AddOns/Raven/Bars.lua:161
mountSpells = <table> {
}
Nest_SetLabelColor = <function> defined @Interface/AddOns/Raven/Nest.lua:1279
LoadCustomBars = <function> defined @Interface/AddOns/Raven/Bars.lua:528
Nest_DeleteAllBars = <function> defined @Interface/AddOns/Raven/Nest.lua:1243
Nest_AdjustColor = <function> defined @Interface/AddOns/Raven/Nest.lua:1344
UpdateTrackers = <function> defined @Interface/AddOns/Raven/Main.lua:1876
ldbi = <table> {
}
Nest_RegisterCallbacks = <function> defined @Interface/AddOns/Raven/Nest.lua:683
UnregisterAllEvents = <function> defined @Interface/AddOns/Bartender4/libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:164
InitializeBarGroup = <function> defined @Interface/AddOns/Raven/Bars.lua:494
Nest_SetBarGroupBorder = <function> defined @Interface/AddOns/Raven/Nest.lua:898
Nest_GetBarGroups = <function> defined @Interface/AddOns/Raven/Nest.lua:796
HideBars = <function> defined @Interface/AddOns/Raven/Bars.lua:175
OptionsPanel = <function> defined @Interface/AddOns/Raven/Main.lua:1111
Nest_SetBarGroupBackdrop = <function> defined @Interface/AddOns/Raven/Nest.lua:906
DetectInternalCooldown = <function> defined @Interface/AddOns/Raven/Main.lua:2107
Nest_SetColors = <function> defined @Interface/AddOns/Raven/Nest.lua:1262
warlockCreatures = <table> {
}
InitializeSpellIDs = <function> defined @Interface/AddOns/Raven/Profile.lua:141
GetName = <function> defined @Interface/AddOns/!KalielsTracker/Libs/AceAddon-3.0/AceAddon-3.0.lua:275
InitializeBuffTooltip = <function> defined @Interface/AddOns/Raven/Main.lua:1451
name = "Raven"
Disable = <function> defined @Interface/AddOns/!KalielsTracker/Libs/AceAddon-3.0/AceAddon-3.0.lua:310
SetConditionDefaults = <function> defined @Interface/AddOns/Raven/Conditions.lua:937
Nest_SetAlpha = <function> defined @Interface/AddOns/Raven/Nest.lua:1294
SaveBarGroupSettings = <function> defined @Interface
The "out of date" thing is just us forgetting to tell WoW the version of the addon is compatible with 10.1, it doesn't actually functionally do anything.
Except guide people to addon authors to tell them to update their addons, which is fine ๐
Anyway, I've scheduled an update for that, but it's not going to change anything for you because it's literally just a change number. But I do want to help you, so I have a few questions:
- Why do you think Raven is interfering with other addons?
- Have you tried running only Raven (and Raven Options) as enabled addons to see if Raven works okay on its own?
I suspect the problem isn't actually Raven, but one of the other addons. But you'll have to do the tests to figure that one out I'm afraid.