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

[BUG] Cata Classic Lua error LibKeyBound #102

Open
1 task done
Ness-666 opened this issue Nov 1, 2024 · 0 comments
Open
1 task done

[BUG] Cata Classic Lua error LibKeyBound #102

Ness-666 opened this issue Nov 1, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Ness-666
Copy link

Ness-666 commented Nov 1, 2024

Game Flavor

Wrath Classic

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

With only AZui installed I get a lua error when loading into the game or when using a mount.

Message: ...s/AzeriteUI/Libs/LibKeyBound-1.0/LibKeyBound-1.0.lua:95: CreateFrame(): Couldn't find inherited node "OptionsCheckButtonTemplate" Time: Fri Nov 1 15:14:29 2024 Count: 1 Stack: ...s/AzeriteUI/Libs/LibKeyBound-1.0/LibKeyBound-1.0.lua:95: CreateFrame(): Couldn't find inherited node "OptionsCheckButtonTemplate" [string "@Interface/AddOns/AzeriteUI/Libs/LibKeyBound-1.0/LibKeyBound-1.0.lua"]:95: in function Initialize'
[string "@Interface/AddOns/AzeriteUI/Libs/LibKeyBound-1.0/LibKeyBound-1.0.lua"]:671: in function <...s/AzeriteUI/Libs/LibKeyBound-1.0/LibKeyBound-1.0.lua:665>

Locals: self =

{
EventButton = Frame {
}
L =
{
}
events =
{
}
colorKeyBoundMode =
{
}
Binder =
{
}
}
f = KeyboundDialog {
Center = Texture {
}
RightEdge = Texture {
}
backdropInfo =
{
}
BottomEdge = Texture {
}
BottomLeftCorner = Texture {
}
BottomRightCorner = Texture {
}
TopEdge = Texture {
}
TopRightCorner = Texture {
}
TopLeftCorner = Texture {
}
LeftEdge = Texture {
}
}
header = Texture {
}
title = ARTWORK {
}
desc = ARTWORK {
}
L =
{
Alt = "A"
Button19 = "B19"
BindingsHelp = "Hover over a button, then press a key to set its binding. To clear a button's current keybinding, press %s."
Backspace = "BS"
End = "En"
BASEREVISION = 90119
CombatBindingsEnabled = "Exiting combat, keybinding mode enabled"
Button17 = "B17"
Page Up = "PU"
CannotBindInCombat = "Cannot bind keys in combat"
Capslock = "Cp"
REVISION = 0
Down Arrow = "Dn"
Button9 = "B9"
Disabled = "Bindings mode disabled"
ClearedBindings = "Removed all bindings from %s"
NoKeysBoundTip = "No current bindings"
UnboundKey = "Unbound %s from %s"
Button25 = "B25"
Button28 = "B28"
Button26 = "B26"
Insert = "Ins"
Button21 = "B21"
Page Down = "PD"
Button30 = "B30"
Right Arrow = "Rt"
BindingMode = "Binding Mode"
Button3 = "B3"
BoundKey = "Set %s to %s"
Button20 = "B20"
ClearTip = "Press Escape to clear all bindings"
Scroll Lock = "SL"
Button10 = "B10"
Button2 = "B2"
Button24 = "B24"
Button1 = "B1"
Button22 = "B22"
NumPad = "N"
Ctrl = "C"
Button7 = "B7"
Button23 = "B23"
Up Arrow = "Up"
Left Arrow = "Lf"
Tab = "Tb"
Button16 = "B16"
Button8 = "B8"
Button14 = "B14"
Button29 = "B29"
Spacebar = "Sp"
Shift = "S"
Num Lock = "NL"
Button4 = "B4"
Button18 = "B18"
Enabled = "Bindings mode enabled"
Mouse Wheel Up = "WU"
Mouse Wheel Down = "WD"
Home = "HM"
Delete = "Del"
Clear = "Cl"
Button31 = "B31"
Command = "M"
Button15 = "B15"
Button5 = "B5"
Button12 = "B12"
Button11 = "B11"
CombatBindingsDisabled = "Entering combat, keybinding mode disabled"
Button6 = "B6"
Button13 = "B13"
Button27 = "B27"
}
WoW10 = false
_G =
{
ERR_OUT_OF_CHI = "Not enough chi"
DH_HAVOC_CORE_ABILITY_2 = "Strong melee attack that consumes Fury. If it critical strikes, some Fury is refunded."
MultiCastActionButton6Cooldown = MultiCastActionButton6Cooldown {
}
SettingsSliderOptionsMixin =
{
}
UNIT_NAMES_COMBATLOG_TOOLTIP = "Color unit names."
UNIT_NAMEPLATES_TYPE_TOOLTIP_3 = "This method avoids overlapping nameplates by spreading them out horizontally and vertically."
LE_GAME_ERR_CHAT_RAID_RESTRICTED_TRIAL = 798
AzeriteActionBar5Button5Shine4 = AzeriteActionBar5Button5Shine4 {
}
SPELL_FAILED_CUSTOM_ERROR_71 = "This partygoer wants to dance with you."
LE_GAME_ERR_PET_SPELL_TARGETS_DEAD = 413
ERROR_CLUB_TICKET_COUNT_AT_MAX_COMMUNITY = "Can't create any more invite links for this group."
MultiCastActionButton2Cooldown = MultiCastActionButton2Cooldown {
}
ERR_TRADE_EQUIPPED_BAG = "You can't trade equipped bags."
PVP_RANK_6_1 = "Corporal"
AzeriteActionBar4Button10Flash = AzeriteActionBar4Button10Flash {
}
MultiBarLeftButton7 = MultiBarLeftButton7 {
}
OPTION_TOOLTIP_SHOW_MULTIBAR4 = "Toggles an additional optional actionbar on the right side of the screen."
LE_GAME_ERR_INVALID_FOLLOW_PVP_COMBAT = 365
MerchantItem1AltCurrencyFrameItem1Text = MerchantItem1Alt`

To reproduce

Install and run AZui on cata classic.

Expected behavior

to not have the error pop up, and be able to use AZui on mounts.

Screenshots

No response

Additional context

To make sure it wasn't something with my WOW install i uninstalled and made sure to delete any left over files including 'WTF'
Reinstalled WoW Cata classic, and reinstalled AZui however still get the same error.

@Ness-666 Ness-666 added the bug Something isn't working label Nov 1, 2024
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

2 participants