Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to load Raven_Options: MISSING #79

Closed
kagekiso opened this issue Jul 24, 2024 · 16 comments
Closed

Failed to load Raven_Options: MISSING #79

kagekiso opened this issue Jul 24, 2024 · 16 comments
Assignees
Labels
bug Something isn't working

Comments

@kagekiso
Copy link

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.

@Kithhurrn
Copy link

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

@FvonY
Copy link

FvonY commented Jul 24, 2024

I copied Raven_Options from an older version for now. Works "well enough" until fixed.

@rodalpho
Copy link

Same issue here.

@Dicebar Dicebar self-assigned this Jul 24, 2024
@Dicebar Dicebar added the bug Something isn't working label Jul 24, 2024
@Dicebar
Copy link
Owner

Dicebar commented Jul 24, 2024

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.

@kagekiso
Copy link
Author

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

@Dicebar
Copy link
Owner

Dicebar commented Jul 24, 2024

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?

image

@kagekiso
Copy link
Author

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?

image

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

@Dicebar
Copy link
Owner

Dicebar commented Jul 24, 2024

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.

@Dicebar
Copy link
Owner

Dicebar commented Jul 24, 2024

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

Do you get any error messages?

@FvonY
Copy link

FvonY commented Jul 24, 2024

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))"`

@kagekiso
Copy link
Author

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

Do you get any error messages?

none at all... the addon appears to work normally, but I just get no bars on that one character

@Dicebar
Copy link
Owner

Dicebar commented Jul 24, 2024

@FvonY:

I deleted your comment here and added it to GH-78, I think you meant to post there.

@Dicebar
Copy link
Owner

Dicebar commented Jul 24, 2024

@kagekiso:

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?

@Dicebar
Copy link
Owner

Dicebar commented Jul 24, 2024

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.

@Dicebar Dicebar closed this as completed Jul 24, 2024
@kagekiso
Copy link
Author

@kagekiso:

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!

@rodalpho
Copy link

Yes latest version works 100% so far. Thanks for building and maintaining an addon that I've used pretty much long enough to get a driver's license!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants