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

When clicking on "Enable" in "HealPet Buttons" #5

Closed
alar77 opened this issue Apr 26, 2024 · 1 comment
Closed

When clicking on "Enable" in "HealPet Buttons" #5

alar77 opened this issue Apr 26, 2024 · 1 comment

Comments

@alar77
Copy link

alar77 commented Apr 26, 2024

`l1x PokemonTrainer/Modules/HealBandageButtons.lua:81: attempt to call field 'GetNumTrackingTypes' (a nil value)

[string "@PokemonTrainer/Modules/HealBandageButtons.lua"]:81: in function `CheckMinimapTracking'

[string "@PokemonTrainer/Modules/HealBandageButtons.lua"]:52: in function <PokemonTrainer/Modules/HealBandageButtons.lua:47>

[string "=[C]"]: ?

[string "@ItemLevelDisplay/libs/LibInit-73/Ace3/AceAddon-3.0-13/AceAddon-3.0.lua"]:66: in function <...play/libs/LibInit/Ace3/AceAddon-3.0/AceAddon-3.0.lua:61>

[string "@ItemLevelDisplay/libs/LibInit-73/Ace3/AceAddon-3.0-13/AceAddon-3.0.lua"]:523: in function <...play/libs/LibInit/Ace3/AceAddon-3.0/AceAddon-3.0.lua:516>

[string "=[C]"]: ?

[string "@ItemLevelDisplay/libs/LibInit-73/Ace3/AceConfig-3.0-3/AceConfigDialog-3.0-86/AceConfigDialog-3.0.lua"]:45: in function <...nfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua:43>

[string "@ItemLevelDisplay/libs/LibInit-73/Ace3/AceConfig-3.0-3/AceConfigDialog-3.0-86/AceConfigDialog-3.0.lua"]:836: in function <...nfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua:658>

[string "=[C]"]: ?

[string "@ItemLevelDisplay/libs/LibInit-73/Ace3/AceGUI-3.0-41/AceGUI-3.0.lua"]:66: in function <...lDisplay/libs/LibInit/Ace3/AceGUI-3.0/AceGUI-3.0.lua:64>

[string "@ItemLevelDisplay/libs/LibInit-73/Ace3/AceGUI-3.0-41/AceGUI-3.0.lua"]:300: in function `Fire'

[string "@ItemLevelDisplay/libs/LibInit-73/Ace3/AceGUI-3.0-41/widgets/AceGUIWidget-CheckBox.lua"]:64: in function <...it/Ace3/AceGUI-3.0/widgets/AceGUIWidget-CheckBox.lua:53>

Locals:

self =

{

Button_UpdateCooldown = defined @PokemonTrainer/Modules/HealBandageButtons.lua:127

SetDefaultModuleLibraries = defined @ItemLevelDisplay/libs/LibInit/Ace3/AceAddon-3.0/AceAddon-3.0.lua:363

Enable = defined @ItemLevelDisplay/libs/LibInit/Ace3/AceAddon-3.0/AceAddon-3.0.lua:290

UnregisterAllEvents = defined @BugSack/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:164

EnableModule = defined @ItemLevelDisplay/libs/LibInit/Ace3/AceAddon-3.0/AceAddon-3.0.lua:328

modules =

{

}

GetModule = defined @ItemLevelDisplay/libs/LibInit/Ace3/AceAddon-3.0/AceAddon-3.0.lua:206

IterateEmbeds = defined @ItemLevelDisplay/libs/LibInit/Ace3/AceAddon-3.0/AceAddon-3.0.lua:438

defaultModuleLibraries =

{

}

Button_UpdateUsability = defined @PokemonTrainer/Modules/HealBandageButtons.lua:139

SetDraggable = defined @PokemonTrainer/Modules/HealBandageButtons.lua:100

SetDefaultModulePrototype = defined @ItemLevelDisplay/libs/LibInit/Ace3/AceAddon-3.0/AceAddon-3.0.lua:405

desc = "When pet tracking is enabled, this module displays two buttons on a separate and draggable frame. One for healing your battle pets with the spellcast, another for healing with pet bandages. Clicking these buttons is allowed when not in combat."

name = "PokemonTrainer_HealBandageButtons"

IsEnabled = defined @ItemLevelDisplay/libs/LibInit/Ace3/AceAddon-3.0/AceAddon-3.0.lua:447

orderedModules =

{

}

DisableModule = defined @ItemLevelDisplay/libs/LibInit/Ace3/AceAddon-3.0/AceAddon-3.0.lua:346

RegisterMessage = defined @BugSack/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:80

UnregisterMessage = defined @BugSack/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:143

CombatEvent = defined @PokemonTrainer/Modules/HealBandageButtons.lua:67

baseName = "PokemonTrainer"

GetOptions = defined @PokemonTrainer/Modules/HealBandageButtons.lua:181

SetBindings = defined @PokemonTrainer/Modules/HealBandageButtons.lua:111

CheckMinimapTracking = defined @PokemonTrainer/Modules/HealBandageButtons.lua:78

IsModule = defined @ItemLevelDisplay/libs/LibInit/Ace3/AceAddon-3.0/AceAddon-3.0.lua:213

db =

{

}

SetDefaultModuleState = defined @ItemLevelDisplay/libs/LibInit/Ace3/AceAddon-3.0/AceAddon-3.0.lua:383

OnDisable = defined @PokemonTrainer/Modules/HealBandageButtons.lua:55

OnEnable = defined @PokemonTrainer/Modules/HealBandageButtons.lua:47

SetEnabledState = defined @ItemLevelDisplay/libs/LibInit/Ace3/AceAddon-3.0/AceAddon-3.0.lua:420

OnInitialize = defined @PokemonTrainer/Modules/HealBandageButtons.lua:26

enabledState = true

petBandage = 86143

RegisterEvent = defined @BugSack/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:80

UnregisterAllMessages = defined @BugSack/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:164

SendMessage = defined @BugSack/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:49

displayName = "Heal Pet Buttons"

defaultModuleState = true

IterateModules = defined @ItemLevelDisplay/libs/LibInit/Ace3/AceAddon-3.0/AceAddon-3.0.lua:433

NewModule = defined @ItemLevelDisplay/libs/LibInit/Ace3/AceAddon-3.0/AceAddon-3.0.lua:231

GetName = defined @ItemLevelDisplay/libs/LibInit/Ace3/AceAddon-3.0/AceAddon-3.0.lua:275

petHealSpell = 125439

moduleName = "HealBandageButtons"`

@GurliGebis
Copy link
Owner

This should be resolved in 10.2.6-20240430-1, which I just released a few minutes ago.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants