EQCompare is broken with Atlasloot 6.00.00 #8


  • New
  • Defect
Open
Assigned to unrealhshh
  • _ForgeUser1125352 created this issue Nov 16, 2010

    The Addon EQCompare works fine for me till this days, also on 4.0.1 client. I only have manually updated to the latest Ace2 libs (r1101).
    But now a bug is introduced with the Update of AtlasLoot to Version 6. To get the addon EQCompare working I have inserted 2 lines in the Code.
    I know, the addon will not be continued, but I ask the author to add the 2 lines to the addon to get it working again for all users. Thanks!

    * WOW 4.0.1 (rev. 13205) german client
    * Atlasloot 6.00.00
    * EQCompare 2.0beta


    ---What steps will reproduce the problem?---

    Error on login
    worked until Atlasloot 5.11.07 with the same WOW 4.0.1 (rev. 13205) german client


    ---Do you have an error log of what happened?---

    Message: Interface\AddOns\EQCompare\EQCompare.lua:521 attempt to index global 'AtlasLootOptionsFrameEquipCompare' (a nil value)
    Time: 11/08/10 23:07:25
    Count: 1
    Stack: Interface\AddOns\!Libs\AceAddon-2.0\AceAddon-2.0.lua:1051 in function `ManualEnable'
    Interface\AddOns\!Libs\AceAddon-2.0\AceAddon-2.0.lua:979 in function <Interface\AddOns\!Libs\AceAddon-2.0\AceAddon-2.0.lua:973
    [C]: ?
    Interface\AddOns\!Libs\AceEvent-2.0\AceEvent-2.0.lua:260 in function `TriggerEvent'
    Interface\AddOns\!Libs\AceEvent-2.0\AceEvent-2.0.lua:910 in function <Interface\AddOns\!Libs\AceEvent-2.0\AceEvent-2.0.lua:903

    Locals: <none>


    ---Please provide any additional information below.---

    Made a little quick change to EQCompare.lua for myself to get it working:

    LINE    CODE
    519    if AtlasLootTooltip then
    add        if GetAddOnMetadata("AtlasLoot", "Version") < "v6.00.00"; then
    520            AtlasLootOptionsFrameEquipCompare:SetChecked(true)
    add        end
    521        AtlasLoot.db.profile.EquipCompare = true
    522        self:RegisterTooltip(AtlasLootTooltip)
    523    end

  • _ForgeUser1125352 added the tags New Defect Nov 16, 2010

To post a comment, please login or register a new account.