ArcHUD3

ArcHUD3

594k Downloads

TBC Era Errors

perringaiden opened this issue · 8 comments

commented

5x ArcHUD3-classic\Core.lua:23: attempt to index field 'LibClassicCasterino' (a nil value)
[string "@ArcHUD3-classic\Core.lua"]:23: in function <ArcHUD3-classic\Core.lua:22>
[string "@ArcHUD3-classic\Rings\Casting.lua"]:139: in function `?'
[string "@ArcHUD3-classic\RingTemplate.lua"]:1186: in function <ArcHUD3-classic\RingTemplate.lua:1182>

Locals:
unit = "player"
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index field 'LibClassicCasterino' (a nil value)"

3x ArcHUD3-classic\Rings\CustomBuff.lua:13: attempt to index local 'LibClassicDurations' (a nil value)
[string "@ArcHUD3-classic\Rings\CustomBuff.lua"]:13: in main chunk

Locals:
LM =

{
Authors = "Authors"
ManaShadowPriest = "Priest: Mana (Shadow Priest)"
PetHealth = "Pet Health"
SIDE =
{
}
TOOLTIP =
{
}
PetPower = "Pet Power"
ManaDruid = "Druid: Mana (Cat/Bear Forms)"
FocusCasting = "Focus Casting"
ManaElementalShaman = "Shaman: Mana (Elemental/Enhancement Shaman)"
TEXT =
{
}
FONT = "FRIZQT__.TTF"
TargetHealth = "Target Health"
ComboPoints = "Rogue: Combo Points"
ManaBalanceDruid = "Druid: Mana (Balance Druid)"
Runes = "Death Knight: Runes"
TargetCasting = "Target Casting"
FocusPower = "Focus Power"
Power = "Player Power"
HolyPower = "Paladin: Holy Power"
SoulShards = "Warlock: Soul Shards"
Version = "Version"
Chi = "Monk: Chi"
Stagger = "Monk: Stagger"
FocusHealth = "Focus Health"
Health = "Player Health"
ComboPointsDruid = "Druid: Combo Points"
MirrorTimer = "Mirror Timer"
Casting = "Player Casting"
ArcaneCharges = "Mage: Arcane Charges"
TargetPower = "Target Power"
}
AceAddon =
{
DisableAddon = defined @ArcHUD3-classic\Libs\AceAddon-3.0\AceAddon-3.0.lua:555
EnableAddon = defined @ArcHUD3-classic\Libs\AceAddon-3.0\AceAddon-3.0.lua:520
EmbedLibrary = defined @ArcHUD3-classic\Libs\AceAddon-3.0\AceAddon-3.0.lua:186
InitializeAddon = defined @ArcHUD3-classic\Libs\AceAddon-3.0\AceAddon-3.0.lua:497
IterateAddonStatus = defined @ArcHUD3-classic\Libs\AceAddon-3.0\AceAddon-3.0.lua:597
EmbedLibraries = defined @ArcHUD3-classic\Libs\AceAddon-3.0\AceAddon-3.0.lua:168
initializequeue =
{
}
statuses =
{
}
GetAddon = defined @ArcHUD3-classic\Libs\AceAddon-3.0\AceAddon-3.0.lua:153
NewAddon = defined @ArcHUD3-classic\Libs\AceAddon-3.0\AceAddon-3.0.lua:105
IterateModulesOfAddon = defined @ArcHUD3-classic\Libs\AceAddon-3.0\AceAddon-3.0.lua:602
IterateEmbedsOnAddon = defined @ArcHUD3-classic\Libs\AceAddon-3.0\AceAddon-3.0.lua:601
embeds =
{
}
IterateAddons = defined @ArcHUD3-classic\Libs\AceAddon-3.0\AceAddon-3.0.lua:587
frame = AceAddon30Frame {
}
addons =
{
}
enablequeue =
{
}
}
AceConfigRegistry =
{
RegisterOptionsTable = defined @!KalielsTracker\Libs\AceConfig-3.0\AceConfigRegistry-3.0\AceConfigRegistry-3.0.lua:315
validated =
{
}
tables =
{
}
callbacks =
{
}
RegisterCallback = defined @!KalielsTracker\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:90
GetOptionsTable = defined @!KalielsTracker\Libs\AceConfig-3.0\AceConfigRegistry-3.0\AceConfigRegistry-3.0.lua:360
UnregisterCallback = defined @!KalielsTracker\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:153
IterateOptionsTables = defined @!KalielsTracker\Libs\AceConfig-3.0\AceConfigRegistry-3.0\AceConfigRegistry-3.0.lua:346
NotifyChange = defined @!KalielsTracker\Libs\AceConfig-3.0\AceConfigRegistry-3.0\AceConfigRegistry-3.0.lua:289
ValidateOptionsTable = defined @!KalielsTracker\Libs\AceConfig-3.0\AceConfigRegistry-3.0\AceConfigRegistry-3.0.lua:276
UnregisterAllCallbacks = defined @!KalielsTracker\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:174
}
LibClassicDurations = nil
UnitAura = defined =[C]:-1
(*temporary) = nil
(*temporary) = nil
(*temporary) = "LibClassicDurations"
(*temporary) = true
(*temporary) = nil
(*temporary) = "attempt to index local 'LibClassicDurations' (a nil value)"

commented

i confirm the same error after the pre-patch for tbc

commented

Could you release an update to fix this?

I love this addon.

commented

Been having a bug where the castbar isnt showing. Not sure about coding wise errors but i'd love for this to be fixed if possible. thank you

commented

Could you release an update to fix this?

I love this addon.

Been having a bug where the castbar isnt showing. Not sure about coding wise errors but i'd love for this to be fixed if possible. thank you

The bug is caused by two libs the addon used.
Just change WOW_PROJECT_CLASSIC to WOW_PROJECT_BURNING_CRUSADE_CLASSIC in ArcHUD3-classic\Libs\LibClassicCasterino\LibClassicCasterino.lua:5 and ArcHUD3-classic\Libs\LibClassicDurations\core.lua:20
Snipaste_2021-06-08_05-57-46
Snipaste_2021-06-08_05-57-24

commented
commented

Could you release an update to fix this?
I love this addon.

Been having a bug where the castbar isnt showing. Not sure about coding wise errors but i'd love for this to be fixed if possible. thank you

The bug is caused by two libs the addon used.
Just change WOW_PROJECT_CLASSIC to WOW_PROJECT_BURNING_CRUSADE_CLASSIC in ArcHUD3-classic\Libs\LibClassicCasterino\LibClassicCasterino.lua:5 and ArcHUD3-classic\Libs\LibClassicDurations\core.lua:20
Snipaste_2021-06-08_05-57-46
Snipaste_2021-06-08_05-57-24

Thank you. Actually i gone further and deleted LibClassicDurations at all, because the author says it is classic-only and BC doesnt need it. And now archud with castbar work once again!

commented

Could you release an update to fix this?
I love this addon.

Been having a bug where the castbar isnt showing. Not sure about coding wise errors but i'd love for this to be fixed if possible. thank you

The bug is caused by two libs the addon used.
Just change WOW_PROJECT_CLASSIC to WOW_PROJECT_BURNING_CRUSADE_CLASSIC in ArcHUD3-classic\Libs\LibClassicCasterino\LibClassicCasterino.lua:5 and ArcHUD3-classic\Libs\LibClassicDurations\core.lua:20
Snipaste_2021-06-08_05-57-46
Snipaste_2021-06-08_05-57-24

Thank you. Actually i gone further and deleted LibClassicDurations at all, because the author says it is classic-only and BC doesnt need it. And now archud with castbar work once again!

That's much better. Could you release a new version on the Curseforge ?

commented

Thanks for researching the necessary changes, this helped a lot. I just released a version that should be compatible with Classic-Vanilla and Classic-TBC (classic-v6.0.3). Let me if something is not working.