Error on launch in 7.0.3 #13


  • New
  • Defect
Open
Assigned to moonfann
  • roncli created this issue Jul 20, 2016

    What steps will reproduce the problem?
    1. Install LibMapData-1.0
    2. Start WoW
    3. Experience error

    What is the expected output? What do you see instead?
    There should be no error on starting a library, but instead an error appears.  The problem is that GetNumDungeonMapLevels() is returning nil at times when it should be returning floor information.  For instance, Frostfire Ridge, zone ID 941, has 21 floors listed, but the function returns nil today.

    What version of the product are you using?
    0.31

    Do you have an error log of what happened?

    Message: ..\AddOns\LibMapData-1.0\library.lua line 2672:
       attempt to compare number with nil
    Debug:
       LibMapData-1.0\library.lua:2672: in main chunk

  • roncli added the tags New Defect Jul 20, 2016
  • nevcairiel posted a comment Jul 20, 2016

    LibMapData is deprecated, I suggest you migrate your addons to another solution, like HereBeDragons.

  • roncli posted a comment Jul 20, 2016

    ARH (Archaeology Helper) is the addon using it. I'll inform them of the need to update.


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