MobMap v3.41

With the German servers slowly coming back online, I finally had the opportunity to investigate the first bug reports concerning primarily the quest tracker. I revealed a nasty bug that caused the tracker to do irratic stuff, like not updating properly, or sometimes not even display anything at all, as well as not responding to clicks - I'm truly wondering how I could miss that one on the beta servers, I'd even swear it wasn't there when I tested MobMap 3.40 on the PTR.

However, the bug is found and fixed and a new release, version 3.41, went online right now. The quest tracker should work fine again in that release (I hope so, at least). If you encounter any other bugs, just leave me a message below this posting...let the post-patch-debugging madness begin ;-)

[edit] I just saw that the installer package was still happily delivering version 3.33 of the addon. Saw it and fixed it - you'll now get the newest version in that package right from the start.

Trackbacks

    No Trackbacks

Comments

Display comments as (Linear | Threaded)

  1. dretan says:

    Hey I just wanted to follow up and say thank you! As a fellow programmer I unfortunately know how easy it is to miss bugs :)

    Thanks for the awesome addon and keep up the good work!

  2. Isoz says:

    Thanks for this Mod sir ! I used to do some programming and I know what a headache debugging can be and how easily something that works on a test server can go completely bonkers on a live server . You're doing a great job !

  3. Jason says:

    I loaded the new version and i have been getting these errors..Is there a quick fix for this or is it being worked on.

    Thanks

    Date: 2009-08-05 16:36:59
    ID: 1
    Error occured in: Global
    Count: 1
    Message: ..\AddOns\MobMap\MobMap_questtracker.lua line 228:
    attempt to index global 'QuestDifficultyColors' (a nil value)
    Debug:
    [C]: ?
    MobMap\MobMap_questtracker.lua:228: MobMap_QuestTracker_UpdateQuests()
    MobMap\MobMap_questtracker.lua:133: MobMap_QuestTracker_FullUpdate()
    MobMap\MobMap_questtracker.lua:76: MobMap_QuestTracker_Setup()
    MobMap\MobMap.lua:1539: MobMapFrame_OnEvent()
    [string "*:OnEvent"]:1:
    [string "*:OnEvent"]:1

  4. Jason says:

    Here was the errors i found and fixed. you might want to include in a fix.

    This is what i changed my code to:

    groupline.titlebutton:SetNormalFontObject(QuestDifficultyColor["header"].font);

    Here is the original:

    groupline.titlebutton:SetNormalFontObject(QuestDifficultyColors["header"].font);

    The diference is the simple letters after QuestDifficultyColor Blizzard changed it on you.

    The other thing i added was to the top of the code another change by blizzard:

    -- Pre 3.2.0 compatability support
    local wow_320 = select(4, GetBuildInfo()) >= 30200
    local GetQuestDifficultyColor
    if not wow_320 then
    GetQuestDifficultyColor = _G.GetDifficultyColor
    else
    GetQuestDifficultyColor = _G.GetQuestDifficultyColor
    end

  5. Slarti says:

    Well, thanks for the fixes - but somehow I don't get the point...What's the point in pre 3.2 compatibility? If it's about private servers: I'm sorry, but I don't support those in any way and won't spend even a single line of code for "backwards compatibility" in that case.

  6. Faeldray says:

    Awesome! This explains why a friend of mine was having troubles with it when mine was working just fine. I'll get him to update again. Thanks for the best addon on the world!

  7. Labrys says:

    Having problems with the quest tracking in MobMap v. 3.41. I disabled all addons and deleted all saved variables. Uninstalled and reinstalled mobmap and still getting same error:

    Message: Interface\FrameXML\Cooldown.lua:3: attempt to compare number with nil
    Time: 08/05/09 19:50:30
    Count: 3
    Stack: [string "Interface\FrameXML\BasicControls.xml:

  8. Iron says:

    Also having this issue. no addons except MM when I got this.
    Message: Interface\FrameXML\Cooldown.lua:3: attempt to compare number with nil
    Time: 08/05/09 21:40:25
    Count: 1
    Stack: [string "Interface\FrameXML\BasicControls.xml:


Add Comment


Enclosing asterisks marks text as bold (*word*), underscore are made via _word_.

To prevent automated Bots from commentspamming, please enter the string you see in the image below in the appropriate input box. Your comment will only be submitted if the strings match. Please ensure that your browser supports and accepts cookies, or your comment cannot be verified correctly.
CAPTCHA 1CAPTCHA 2CAPTCHA 3CAPTCHA 4CAPTCHA 5