Failed to load Raven_Options: MISSING
kagekiso opened this issue ยท 16 comments
Disabled the addon in-game, reloaded the UI, then re-enabled and reloaded the UI again.
Addon stopped working and returned the above error.
Restarting the game, deleting and re-downloading the addon all did not solve the problem.
I have the same issue. I've reset WTF and Interface folder, redownloaded, turned off all addons except Raven and get the same error msg in chat. Error log is attached.
Raven error.txt
I copied Raven_Options from an older version for now. Works "well enough" until fixed.
none at all... the addon appears to work normally, but I just get no bars on that one character
Could you upload your Raven.lua file for me to have a look at? It's located at World of Warcraft\_retail_\WTF\Account\<YOUR ACCOUNT NAME HERE>\SavedVariables
. Which character is experiencing the issue?
For some reason the packaging script that is used to build Raven is not working properly, which is causing Raven_Options not to be included in the zip-file. I'm investigating the cause.
For now, Raven_Options from any earlier build should work as a replacement as the options addon has not actually been changed.
For some reason the packaging script that is used to build Raven is not working properly, which is causing Raven_Options not to be included in the zip-file. I'm investigating the cause.
For now, Raven_Options from any earlier build should work as a replacement as the options addon has not actually been changed.
I did that, but I have no bar groups being displayed no matter what I try
I did that, but I have no bar groups being displayed no matter what I try
Can you use
/raven
now? And if so, is Raven enabled?
yes the addon works and displays bars for all my other characters
except the character that 1st experienced the issue
I deleted the profle, reloaded, copied profile from another character etc. nothing works
Generic note about this issue:
I posted a request for help over at BigWigs, whose packager we use. If I don't get a swift response from them I'll make a build manually.
yes the addon works and displays bars for all my other characters
except the character that 1st experienced the issueI deleted the profle, reloaded, copied profile from another character etc. nothing works
Do you get any error messages?
There is something wonky about the call to SHIM:GetSpellInfo in GetWeaponBuffs in Main.lua around line 1589. This might be related, since it works if i comment out the call there.
E: Yep. This seems to break characters with Weapon Buffs like shaman.
E2: The error pops up as soon as you use a weapon buff(tested with Flametongue Weapon)
16x bad argument #1 to '?' (Usage: local spellInfo = C_Spell.GetSpellInfo(spellIdentifier)) [string "=[C]"]: in function
GetSpellInfo'
[string "@Raven/Shims.lua"]:88: in function GetSpellInfo' [string "@Raven/Main.lua"]:1589: in function <Raven/Main.lua:1558> [string "@Raven/Main.lua"]:1987: in function
UpdateAuras'
[string "@Raven/Main.lua"]:1282: in function Update' [string "@Raven/Main.lua"]:953: in function <Raven/Main.lua:949> [string "@Raven/Main.lua"]:984: in function
?'
[string "@Masque/Libs/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:109: in function <...que/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:109>
[string "=[C]"]: ?
[string "@Masque/Libs/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:19: in function <...que/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:15>
[string "@Masque/Libs/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:54: in function `Fire'
[string "@Bartender4/libs/AceEvent-3.0-4/AceEvent-3.0.lua"]:120: in function <Bartender4/libs/AceEvent-3.0/AceEvent-3.0.lua:119>
Locals:
(*temporary) = "bad argument #1 to '?' (Usage: local spellInfo = C_Spell.GetSpellInfo(spellIdentifier))"`
yes the addon works and displays bars for all my other characters
except the character that 1st experienced the issue
I deleted the profle, reloaded, copied profile from another character etc. nothing worksDo you get any error messages?
none at all... the addon appears to work normally, but I just get no bars on that one character
The people over at BigWigs were kind enough to point me in the right direction. It wasn't there packager at fault, but rather CurseForge's packager. Or the way we interact with their packager, not sure.
Either way, we're now deploying to CurseForge through BigWigs' packager, and Raven_Options is included in the releases again as of r668
.
none at all... the addon appears to work normally, but I just get no bars on that one character
Could you upload your Raven.lua file for me to have a look at? It's located at
World of Warcraft\_retail_\WTF\Account\<YOUR ACCOUNT NAME HERE>\SavedVariables
. Which character is experiencing the issue?
the latest version solved the problem. thanks!