seblindfors / ConsolePort

ConsolePort - Game Controller Addon for World of Warcraft
Artistic License 2.0
160 stars 38 forks source link

Error when adding skill actionbar #94

Closed Holybalboa closed 6 months ago

Holybalboa commented 6 months ago

Trying to add skills to the actionbar trough the spellbook window (on a level 10 human hunter).

Getting the following error;


Message: Usage: local data = C_TooltipInfo.GetSpellByID(spellID [, isPet, showSubtext, dontOverride, difficultyID, isLink])
Time: Wed Jan  3 18:56:27 2024
Count: 2
Stack: Usage: local data = C_TooltipInfo.GetSpellByID(spellID [, isPet, showSubtext, dontOverride, difficultyID, isLink])
[string "=[C]"]: in function `?'
[string "@Interface/SharedXML/Tooltip/TooltipDataHandler.lua"]:349: in function <Interface/SharedXML/Tooltip/TooltipDataHandler.lua:339>
[string "=[C]"]: in function `securecallfunction'
[string "@Interface/SharedXML/Tooltip/TooltipDataHandler.lua"]:336: in function <Interface/SharedXML/Tooltip/TooltipDataHandler.lua:335>
[string "=(tail call)"]: ?
[string "@Interface/AddOns/ConsolePort/View/Popup/SpellMenu.lua"]:204: in function `SetTooltip'
[string "@Interface/AddOns/ConsolePort/View/Popup/SpellMenu.lua"]:28: in function `SetSpell'
[string "@Interface/AddOns/ConsolePort/View/Popup/SpellMenu.lua"]:323: in function <...nterface/AddOns/ConsolePort/View/Popup/SpellMenu.lua:315>
[string "=[C]"]: ?
[string "@Interface/SharedXML/CallbackRegistry.lua"]:178: in function <Interface/SharedXML/CallbackRegistry.lua:177>
[string "=[C]"]: ?
[string "@Interface/SharedXML/CallbackRegistry.lua"]:181: in function <Interface/SharedXML/CallbackRegistry.lua:159>
[string "=(tail call)"]: ?
[string "@Interface/AddOns/ConsolePort/Controller/Mouse.lua"]:215: in function `?'
[string "@Interface/AddOns/ConsolePort/Utils/Utils.lua"]:24: in function <Interface/AddOns/ConsolePort/Utils/Utils.lua:22>
[string "=[C]"]: in function `PickupSpell'
[string "@Interface/AddOns/ConsolePort/View/Popup/Button.lua"]:136: in function <Interface/AddOns/ConsolePort/View/Popup/Button.lua:120>
[string "=[C]"]: in function `Click'
[string "@Interface/FrameXML/SecureTemplates.lua"]:569: in function `handler'
[string "@Interface/FrameXML/SecureTemplates.lua"]:690: in function <Interface/FrameXML/SecureTemplates.lua:672>
[string "@Interface/FrameXML/SecureTemplates.lua"]:727: in function <Interface/FrameXML/SecureTemplates.lua:725>
[string "@Interface/FrameXML/SecureTemplates.lua"]:749: in function <Interface/FrameXML/SecureTemplates.lua:730>

Locals: (*temporary) = "Usage: local data = C_TooltipInfo.GetSpellByID(spellID [, isPet, showSubtext, dontOverride, difficultyID, isLink])"

Message: Usage: local slots = C_ActionBar.FindSpellActionButtons(spellID)
Time: Wed Jan  3 18:56:27 2024
Count: 2
Stack: Usage: local slots = C_ActionBar.FindSpellActionButtons(spellID)
[string "=[C]"]: in function `FindSpellActionButtons'
[string "@Interface/AddOns/ConsolePort/View/Popup/SpellMenu.lua"]:128: in function `MapActionBar'
[string "@Interface/AddOns/ConsolePort/View/Popup/SpellMenu.lua"]:324: in function <...nterface/AddOns/ConsolePort/View/Popup/SpellMenu.lua:315>
[string "=[C]"]: ?
[string "@Interface/SharedXML/CallbackRegistry.lua"]:178: in function <Interface/SharedXML/CallbackRegistry.lua:177>
[string "=[C]"]: ?
[string "@Interface/SharedXML/CallbackRegistry.lua"]:181: in function <Interface/SharedXML/CallbackRegistry.lua:159>
[string "=(tail call)"]: ?
[string "@Interface/AddOns/ConsolePort/Controller/Mouse.lua"]:215: in function `?'
[string "@Interface/AddOns/ConsolePort/Utils/Utils.lua"]:24: in function <Interface/AddOns/ConsolePort/Utils/Utils.lua:22>
[string "=[C]"]: in function `PickupSpell'
[string "@Interface/AddOns/ConsolePort/View/Popup/Button.lua"]:136: in function <Interface/AddOns/ConsolePort/View/Popup/Button.lua:120>
[string "=[C]"]: in function `Click'
[string "@Interface/FrameXML/SecureTemplates.lua"]:569: in function `handler'
[string "@Interface/FrameXML/SecureTemplates.lua"]:690: in function <Interface/FrameXML/SecureTemplates.lua:672>
[string "@Interface/FrameXML/SecureTemplates.lua"]:727: in function <Interface/FrameXML/SecureTemplates.lua:725>
[string "@Interface/FrameXML/SecureTemplates.lua"]:749: in function <Interface/FrameXML/SecureTemplates.lua:730>

Locals: (*temporary) = "Usage: local slots = C_ActionBar.FindSpellActionButtons(spellID)"

Also trying to equip items/assign skills does nothing. Almost like the use button stops working (works on a mouse on the computer but not when using the xbox controller).

Holybalboa commented 6 months ago

Narcissus addon was interferening. Disabling it got rid of all errors :).