nyyr / ArcHUD3

WoW Addon: Smooth combat HUD based on ArcHUD2
GNU General Public License v2.0
5 stars 10 forks source link

TBC Era Errors #56

Closed perringaiden closed 3 years ago

perringaiden commented 3 years ago

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)"

monstru1234 commented 3 years ago

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

joaomcarlos commented 3 years ago

Could you release an update to fix this?

I love this addon.

khan5tar commented 3 years ago

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

bearguo commented 3 years ago

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_PROJECTCLASSIC to _WOW_PROJECT_BURNING_CRUSADECLASSIC 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

khan5tar commented 3 years ago

That worked. Ty so much!

Sent from my iPhone

On Jun 7, 2021, at 5:58 PM, bear guo @.***> wrote:

 Could you release an update to fix this?

I love this addon. The bug is caused by the version of libs.

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

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

Taresgos commented 3 years ago

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_PROJECTCLASSIC to _WOW_PROJECT_BURNING_CRUSADECLASSIC 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!

bearguo commented 3 years ago

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_PROJECTCLASSIC to _WOW_PROJECT_BURNING_CRUSADECLASSIC 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 ?

nyyr commented 3 years ago

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.