-
Notifications
You must be signed in to change notification settings - Fork 3
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
Prepatch: bad argument #1 to '?' (Usage: local spellInfo = C_Spell.GetSpellInfo(spellIdentifier)) #78
Comments
Hello! I'm having the same issue, I think.
Locals: |
This is a curious problem... I thought I fixed this bug with r663, but it is part of the code that was affected by the pre-patch... A few questions:
/edit: r663, not r623. |
By @FvonY:
|
@FvonY: Knowing that this is related to weapon buffs helps a lot, thank you. I'll investigate! |
Sorry, posted in the wrong issue. I deleted and redownloaded Raven r664 (and added Raven_Options from a recent version). The error persists. In my case none of the arguments to GetSpellInfo exist within the scope(spellId or spellName or spellLink). Also, none of the results would be used within the scope anyway. Main.lua line 1588. |
I have just deleted Raven and re-installed it, still receiving this error with addon not loading:
Locals: Raven TOC file on my PC is: Interface: 110000Title: RavenNotes: Monitors buffs, debuffs and cooldowns and provides timer bars and icons plus helpful notificationsAuthor: Tomber, Dicebar, DoranaVersion: r664DefaultState: enabledOptionalDependencies: MasqueSavedVariables: RavenDBX-WoWI-ID: 18242#@no-lib-strip@ Localizations\enUS.lua Main.lua Presets\DeathKnight.lua |
BTW, is it intended that the file downloaded is missing Raven Options folder? |
Very much not so, it seems to be a bug with BigWigs' packager. I filed an issue with them, hoping for a quick resolution. |
Regarding the weapon enchant issue; I'm hoping this is resolved with r665 which is coming out now. It seems that the line highlighted by @FvonY was dead code that, until TWW, didn't cause fatal errors, so I removed the line of code. |
Thanks. Sorry I couldn't answer your question in time. AEST timezone. Only just got out of bed now. |
78x 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/Profile.lua"]:358: in function
SetCooldownDefaults' [string "@Raven/Main.lua"]:1026: in function
?'[string "@Altoholic/Libs/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:109: in function <...lic/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:109>
[string "=[C]"]: ?
[string "@Altoholic/Libs/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:19: in function <...lic/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:15>
[string "@Altoholic/Libs/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:54: in function `Fire'
[string "@Bears_Audio_Switcher/Libs/AceEvent-3.0-4/AceEvent-3.0.lua"]:120: in function <...rs_Audio_Switcher/Libs/AceEvent-3.0/AceEvent-3.0.lua:119>
Locals:
(*temporary) = "bad argument #1 to '?' (Usage: local spellInfo = C_Spell.GetSpellInfo(spellIdentifier))"
The text was updated successfully, but these errors were encountered: