MobMap v3.32

Another MobMap version - another bunch of bugs (hopefully) fixed!

I highly suggest updating your database copy too when updating to MobMap 3.32! During the last days there were some erroneous databases online for brief periods of time, and if you got one of those errors can appear even with the newest MobMap version! The most current database is now bug-free as far as I know, so please update to it before you report a bug.

Changelog v3.32:
- fixed: The configuration checkbox "automatically show quest comments" does now store its setting correctly instead of enabling the functionality when the checkbox is being disabled and the other way round
- fixed: A compatibility issue with Cartographer which prevented players from opening dropdown menus in instances if both MobMap and Cartographer were enabled
- fixed: Several misbehaviors when searching for quest targets in both the MobMap and the Blizzard quest tracker
- fixed: A stack overflow bug that could cause the WoW client to freeze when displaying the positions of mobs in the Dalaran sewers

Trackbacks

    No Trackbacks

Comments

Display comments as (Linear | Threaded)

  1. chefmaster says:

    Hi,

    I have a Problem.

    Zugriffsverletzung bei Adresse 08E32007 in Modul 'MopMapUpdaterExternals.dll'. Lesen von Adresse FFF00A32

  2. Guest says:

    Es kommt immer die Meldung "Addon konnte nicht gefunden werden. Bitte installieren sie MobMap." Ist aber im WoW- Unterverzeichniss?

  3. Maleficaria says:

    Hallo,
    ich bekomme immer folgenden Fehler:
    [2009/04/19 21:51:12-2-x12]: Interface\FrameXML\Cooldown.lua:3: attempt to compare number with nil:
    Interface\FrameXML\WatchFrame.lua:1389: in function `WatchFrameItem_UpdateCooldown':
    MobMap-MobMap v3.32\MobMap_questtracker.lua:292: in function `MobMap_QuestTracker_UpdateQuests'
    MobMap-MobMap v3.32\MobMap_questtracker.lua:133: in function `MobMap_QuestTracker_FullUpdate'
    MobMap-MobMap v3.32\MobMap.lua:1423: in function `MobMapFrame_OnEvent'
    :"*:OnEvent":1: in function

    Was könnte helfen??

  4. kanathe says:

    Actually where I had been running cartographer, Mobmap, and carbonite (mostly for the punklist) all at once when I disabled carbonite it seemed to stop the mess-up on the drop down lists in instances like in Naxxramas. Could still have been an issue with Mobmap in others but for Naxx at least it seemed to be carbonite's fault. :)

  5. Nayami says:

    Hi,

    bei jedem Starten des MobMap-Updaters erscheint bei mir die Meldung, dass eine neue Version verfügbar wäre und ob man aktualisieren oder das ignorieren wolle, sogar wenn gar keine neue Version da ist.
    Drücke ich dann aktualisieren, passiert gar nichts, nur das Fenster schließt sich.
    Daher muss ich jedes mal auf Ignorieren gehen, bevor ich ins eigentliche Fenster komme.
    War aber auch schon kurze Zeit vor dem Erscheinen vom Patch 3.1 so.

  6. Slarti says:

    Da verweise ich auf http://www.mobmap.de/devblog/archives/99-MobMapUpdater-update-problems.html :)

  7. Adura says:

    Zugriffsverletzung bei Adresse 08E32007 in Modul 'MopMapUpdaterExternals.dll'. Lesen von Adresse 8D34859E
    erscheint, wenn ich auf "Daten hocladen" klicke.
    Mir werden -1076887443 (Minus!) Positionen angezeigt.
    Fehler beim Starten:
    Eine neue Version ist verfügbar. aktualisieren oder ignorieren.
    Beim aktualisieren passiert auch nach 15Min nicht. Nur mit ignorieren komme ich weiter zum Program.

    Ich nutze Mopmab Updater. 1.84
    Addon Version 3.32

    Gruß Adura

  8. Slarti says:

    Auch hier: http://www.mobmap.de/devblog/archives/99-MobMapUpdater-update-problems.html

    Falls es nach dem Update nach wie vor zu der Zugriffsverletzung kommen sollte, bitte ich um Zusendung einiger Dateien, um das Ganze näher unter die Lupe nehmen zu können. Da wäre zunächst die Datei "debugout.txt", die unter XP in "Dokumente und Einstellungen\[Benutzername]\Anwendungsdaten\MobMapUpdater\" liegen müsste - bitte an slartie@gmx.net damit, je nachdem was ich da rauslesen kann wo in etwa das Problem liegt könnte ich evtl. noch nach einigen WoW-Cache-Dateien fragen. Danke :)

  9. JOHNY says:

    Hi Mob Map stop working when I update it. It only write something like error in game...I can just click on it and do nothing else...Can somebody help me?
    I cant imagine playing wow without Mob map...

  10. Hajo says:

    I had the same problem you just have to reinstall it completly

  11. Alexander Lishansky says:

    Still the same problem as with the previous version:

    Zugriffsverletzung bei Adresse 09752007 in Modul 'MobMapUpdaterExternals.dll'. Lesen von Adresse FFE130D9.

    When answering, please note that I don't know German.

  12. Alexander Lishansky says:

    Forgot to repeat: this happens when I try to upload collected data.

  13. fyrye says:

    [2009/04/21 20:43:34-2484-x2]: MobMap-MobMap v3.32\MobMap_itemdropdata.lua:90: attempt to perform arithmetic on local 'data' (a nil value)
    nQuestLog-1.0 r%d.235\modules\Tooltips\Tooltips.lua:221: in function `MobMap_AddInfo'
    nQuestLog-1.0 r%d.235\modules\Tooltips\Tooltips.lua:365: in function
    (tail call): ?:

    nQuest makes a request for mob info in the quest database.
    The function MobMap_GetMobLootTable(mobID)
    Returns some values for m but the last few are nil.

  14. fyrye says:

    A hotfix to stop the error
    at line 90-105
    if data ~= nill then
    local m=MobMap_Mask(data/mobmap_poweroftwo[(p%2)*26],mobmap_poweroftwo[16]);
    if(m==mobid) then
    local c=MobMap_Mask(data/mobmap_poweroftwo[(p%2)*26+16],mobmap_poweroftwo[9]);
    local h=MobMap_Mask(data/mobmap_poweroftwo[(p%2)*26+25],mobmap_poweroftwo[1]);
    c=c/5;
    if(h==0) then
    h=false;
    else
    h=true;
    end
    local itemid, quality, isDangerous = MobMap_GetItemDataByIHID(currentIHID);
    local itemname=MobMap_GetItemNameByIHID(currentIHID);
    table.insert(result,{ihid=currentIHID, chance=c, heroiconly=h, itemid=itemid, itemname=itemname, quality=quality, isdangerous=isDangerous});
    end
    end

  15. berkant says:

    Hi..! help me please.... I need mobmap for 3.0.9 version

  16. JoeyD714 says:

    cannot update to 3.31, stuck on 3.31 even when running the self updater, it still has 3.31, when I click "update the addon" the progress bar gets 1 bar then crashes & say connection closed gracefully - bullshit nothing graceful about it windows goes "*Dunk!!*" it knew there was a problem.
    ran self updater a total of 3 times still stuck with v 3.31

  17. Joeyd714 says:

    I updated the database to the current version using v3.31 then the updater updated to v3.32 with no problem wtf??

  18. James Wragg says:

    Hey i got an issue, the database wont show up items in boss drops, keeps coming up with an error message.

  19. James Wragg says:

    I get this when tryin to look for items!

    Date: 2009-04-23 17:51:35
    ID: 1
    Error occured in: Global
    Count: 1
    Message: ..\AddOns\MobMap\MobMap_itemdropdata.lua line 90:
    attempt to perform arithmetic on local 'data' (a nil value)
    Debug:
    [C]: ?
    MobMap\MobMap_itemdropdata.lua:90: MobMap_GetMobLootTable()
    MobMap\MobMap_itemdropdata.lua:276: MobMap_DisplayBossLootTable()
    MobMap\MobMap_itemdropdata.lua:249: MobMap_DropListBossNameEntry_OnClick()
    [string "*:OnClick"]:1:
    [string "*:OnClick"]:1
    AddOns:
    Swatter, v3.1.13 ()
    DBMCore, v
    MobMap, v332
    MobMapDatabaseStub1, v
    MobMapDatabaseStub13, v
    MobMapDatabaseStub5, v
    MobMapDatabaseStub6, v
    MobMapDatabaseStub7, v
    MobMapDatabaseStub8, v
    (ck=d5)

  20. Cookie says:

    Thank you so much for the updates.

    Can you please, please, please implement filtering or sorting on drop chance search results.

    If I use 'Drop Chances' to search for 'wool cloth' which returns hundreds of results, it is absolutely necessary to filter by zone or order the results by zone.

    Thanks again,
    Chris

  21. Cookie says:

    Slarti,

    Do you agree that my above post is an issue?

    Thanks,
    Chris

  22. Littlemaxi says:

    Thanks for all the hard work to update this addon. Now all works fine for me. :-)

  23. Jhunn says:

    I am completely unable to pull up any drop chances with search for bosses check since the patch release.

    The message I am receiving is Interface\Addons\Mobmap\MobMap_itemdropdata.lua:90: attempt to perform arithmatic on local 'data' (a nil value).

  24. Mark Williamson says:

    I am also having this problem. Dont know where to get at the moment. Would be great to get it working again

  25. Malibrzi says:

    I AM GETTING THIS ERROR, PLEASE FIX IT COS I WANT SAME MOBMAP LIKE I HAD IT BEFORE THOSE PROBLEMS BEGIN TO SHOW UP :).

    Date: 2009-04-26 02:09:30
    ID: 2
    Error occured in: Global
    Count: 1
    Message: ..\AddOns\MobMap\MobMap_itemdropdata.lua line 90:
    attempt to perform arithmetic on local 'data' (a nil value)
    Debug:
    [C]: ?
    MobMap\MobMap_itemdropdata.lua:90: MobMap_GetMobLootTable()
    MobMap\MobMap_itemdropdata.lua:276: MobMap_DisplayBossLootTable()
    MobMap\MobMap_itemdropdata.lua:249: MobMap_DropListBossNameEntry_OnClick()
    [string "*:OnClick"]:1:
    [string "*:OnClick"]:1
    AddOns:
    Swatter, v5.4.4157 (WallabyII)
    AucAdvanced, v5.4.4157 (WallabyII)
    AucFilterBasic, v5.4.4157 (WallabyII)
    AucFilterOutlier, v5.4.4157.2531
    AucMatchUndercut, v5.4.4157.2531
    AucScanData, v5.4.4157 (WallabyII)
    AucStatClassic, v5.4.4157 (WallabyII)
    AucStatHistogram, v5.4.4157 (WallabyII)
    AucStatiLevel, v5.4.4157 (WallabyII)
    AucStatPurchased, v5.4.4157 (WallabyII)
    AucStatSales, v5.4.4157.2842
    AucStatSimple, v5.4.4157 (WallabyII)
    AucStatStdDev, v5.4.4157 (WallabyII)
    AucStatWOWEcon, v5.4.4157.2530
    AucUtilAHWindowControl, v5.4.4157.3311
    AucUtilAppraiser, v5.4.4157.2530
    AucUtilAskPrice, v5.4.4157.3175
    AucUtilAutoMagic, v5.4.4157.3142
    AucUtilCompactUI, v5.4.4157.2530
    AucUtilEasyBuyout, v5.4.4157.3583
    AucUtilItemSuggest, v5.4.4157.3108
    AucUtilPriceLevel, v5.4.4157.2545
    AucUtilScanButton, v5.4.4157.2530
    AucUtilScanFinish, v5.4.4157.2530
    AucUtilScanProgress, v5.4.4157.2530
    AucUtilSearchUI, v5.4.4157.3655
    AucUtilSimpleAuction, v5.4.4157.0
    AucUtilVendMarkup, v5.4.4157.2530
    Babylonian, v5.1.DEV.130
    Bartender4, v4.3.2
    BeanCounter, v5.4.4157 (WallabyII)
    Configator, v5.1.DEV.130
    DBMCore, v
    DebugLib, v5.1.DEV.130
    Enchantrix, v5.4.4157 (WallabyII)
    EnchantrixBarker, v5.4.4157 (WallabyII)
    Gatherer, v3.1.13
    Informant, v5.4.4157 (WallabyII)
    MobMap, v332
    MobMapDatabaseStub13, v
    MobMapDatabaseStub5, v
    MobMapDatabaseStub6, v
    MobMapDatabaseStub7, v
    Omen, v3.0.7
    QDKP2GUI, v2.6.0
    QDKPV2, v2.6.0
    Recount, v
    SlideBar, v5.4.4157 (WallabyII)
    Stubby, v5.4.4157 (WallabyII)
    (ck=614)

    THX.

  26. Drifa says:

    Date: 2009-04-26 23:14:30
    ID: 1
    Error occured in: Global
    Count: 1
    Message: ..\AddOns\MobMap\MobMap_itemdropdata.lua line 65:
    attempt to perform arithmetic on local 'data' (a nil value)
    Debug:
    [C]: ?
    MobMap\MobMap_itemdropdata.lua:65: MobMap_GetRealDropChances()
    MobMap\MobMap_itemdropdata.lua:52: MobMap_GetDropChances()
    MobMap\MobMap_questtracker.lua:579: MobMap_QuestTracker_EnrichQuestPosData()
    MobMap\MobMap_questtracker.lua:147: MobMap_QuestTracker_UpdateQuests()
    MobMap\MobMap_questtracker.lua:133: MobMap_QuestTracker_FullUpdate()
    MobMap\MobMap_questtracker.lua:76: MobMap_QuestTracker_Setup()
    MobMap\MobMap_questtracker.lua:33: MobMap_QuestTracker_Toggle()
    [string "*:OnClick"]:20:
    [string "*:OnClick"]:1
    AddOns:
    Swatter, v5.4.4157 (WallabyII)
    AtlasLoot, vv5.04.00a
    AtlasLootFu, vv5.04.00a
    AucAdvanced, v5.4.4157 (WallabyII)
    AucFilterBasic, v5.4.4157 (WallabyII)
    AucFilterOutlier, v5.4.4157.2531
    AucMatchUndercut, v5.4.4157.2531
    AucStatClassic, v5.4.4157 (WallabyII)
    AucStatHistogram, v5.4.4157 (WallabyII)
    AucStatiLevel, v5.4.4157 (WallabyII)
    AucStatPurchased, v5.4.4157 (WallabyII)
    AucStatSales, v5.4.4157.2842
    AucStatSimple, v5.4.4157 (WallabyII)
    AucStatStdDev, v5.4.4157 (WallabyII)
    AucStatWOWEcon, v5.4.4157.2530
    AucUtilAHWindowControl, v5.4.4157.3311
    AucUtilAppraiser, v5.4.4157.2530
    AucUtilAskPrice, v5.4.4157.3175
    AucUtilAutoMagic, v5.4.4157.3142
    AucUtilCompactUI, v5.4.4157.2530
    AucUtilEasyBuyout, v5.4.4157.3583
    AucUtilItemSuggest, v5.4.4157.3108
    AucUtilPriceLevel, v5.4.4157.2545
    AucUtilScanButton, v5.4.4157.2530
    AucUtilScanFinish, v5.4.4157.2530
    AucUtilScanProgress, v5.4.4157.2530
    AucUtilSearchUI, v5.4.4157.3655
    AucUtilSimpleAuction, v5.4.4157.0
    AucUtilVendMarkup, v5.4.4157.2530
    Babylonian, v5.1.DEV.130
    BeanCounter, v5.4.4157 (WallabyII)
    Configator, v5.1.DEV.130
    DebugLib, v5.1.DEV.130
    Enchantrix, v5.4.4157 (WallabyII)
    EnchantrixBarker, v5.4.4157 (WallabyII)
    Informant, v5.4.4157 (WallabyII)
    MobMap, v331
    MobMapDatabaseStub1, v
    MobMapDatabaseStub13, v
    MobMapDatabaseStub2, v
    MobMapDatabaseStub5, v
    MobMapDatabaseStub6, v
    MobMapDatabaseStub7, v
    MobMapDatabaseStub8, v
    MobMapDatabaseStub9, v
    Omen, v3.0.7
    Skada, v1.0
    SkadaDamage, v1.0
    SkadaDamageTaken, v1.0
    SkadaDeaths, v1.0
    SkadaDebuffs, v1.0
    SkadaDispels, v1.0
    SkadaEnemies, v1.0
    SkadaFailbot, v1.0
    SkadaHealing, v1.0
    SkadaThreat, v1.0
    SlideBar, v5.4.4157 (WallabyII)
    Stubby, v5.4.4157 (WallabyII)
    (ck=6ea)

  27. James Wragg says:

    Come on already i wanna see boss drop list so i can find some gear from them

  28. Jojin says:

    bei mir zeigt mobmap bei instanzbossen keine der drops mehr an

  29. Money Loo says:

    Mobmap and nquestlog aren't playing nice together anymore. Having both enabled causes errors to be thrown similar to the ones shown above about mobmapitemdrop

  30. Anonymous says:

    I have been using this addon for sometime now (about two years) and around the time of the 3.32 update, I lost all functionality of my dungeon and raid databases. I can no longer see any boss drops in any of the dungeon and raid tabs, which is one of the biggest reasons why I use this program. Before I even begin considering using atlasloot, I was wondering if there might be a reason or quick fix to this problem. Thanks.

  31. James Wragg says:

    I really want this fixed

  32. Vas says:

    First of all, I love MobMap - and I thank you for all your hard work.

    As mentioned above, there is a failure to see boss drops. I am having the same problem.

    For those that feel the need to use caps and demand fixes ... grow up. I appreciate the hard work those very few of us do to enjoy WoW.

    Any workaround suggestion or fix would be highly appreciated.

    Cheers,
    Vas

  33. Covenant says:

    Great addon! Thanks for developing and maintaining it, and sharing it with the rest of us.

    Is it possible to show the "?" icons in the Quest Log frame but to suppress them in the Quest Tracker frame? I want my Quest Tracker frame to be visible but completely non-interactable. I have no trouble quickly opening the Quest Log in order to do a quick query of the MobMap database for a quest or quest item/NPC, so I'd like an option to turn off the "?" icons in the Quest Log frame.

    Thanks again!

  34. Sloopy_DE says:

    Yes, great addon! It's on my "Can't play without it" list for a long time now...

    I think my request was posted by someone else here in the comments already. but I want to ask you for a customizable fonts in the questtracker again... On my screen with my resolution the font is quite a bit to big! Would be very nice to have an option to make it smaller so more quests can be listed with a given window size. Thanks!

  35. Nusume says:

    greetings, i just installed the fresh version of MobMap 3.22 and when i log on i get this error: http://imagehost.rophotoshop.com/pics/d978a870ce27d71c4c5438173c0497f7.JPG
    i also have atlas and cartographer but i disabled them and still have the issue, what can i do ?

    i have wow version 3.0.9, playing on pservers, this might be the cause?

  36. Achim says:

    Getting this one often

    Date: 2009-05-17 11:42:44
    ID: 1
    Error occured in: Global
    Count: 1
    Message: ..\FrameXML\Cooldown.lua line 3:
    attempt to compare number with nil
    Debug:
    [C]: ?
    ..\FrameXML\Cooldown.lua:3: CooldownFrame_SetTimer()
    ..\FrameXML\WatchFrame.lua:1389: WatchFrameItem_UpdateCooldown()
    MobMap\MobMap_questtracker.lua:292: MobMap_QuestTracker_UpdateQuests()
    MobMap\MobMap_questtracker.lua:133: MobMap_QuestTracker_FullUpdate()
    MobMap\MobMap.lua:1423: MobMapFrame_OnEvent()
    [string "*:OnEvent"]:1:
    [string "*:OnEvent"]:1
    AddOns:


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