HandyNotes_CityGuide-1.2.0\addon.lua:6: Cannot find a library with name 'Astrolabe-0.4' #4


  • Defect
  • Accepted
Open
Assigned to _ForgeUser1186005
  • archarodim created this issue Jan 1, 2011

    Submitted Via

    Curse Client 4.0.1.104, Microsoft Windows NT 6.1.7600.0

    Installed Version

    r28

    Description

    1x HandyNotes_CityGuide-1.2.0\addon.lua:6: Cannot find a library with name 'Astrolabe-0.4' Auditor2-4.3.3\Libs\Dongle.lua:42: in function `DongleStub' HandyNotes_CityGuide-1.2.0\addon.lua:6: in main chunk Locals: t = <table> { GetVersion = <function> @ Auditor2\Libs\Dongle.lua:133: IsNewerVersion = <function> @ Auditor2\Libs\Dongle.lua:47: versions = <table> {} log = <table> {} Register = <function> @ Auditor2\Libs\Dongle.lua:75: } k = "Astrolabe-0.4" ---

    Steps to Reproduce

    run disembeded with latest HandyNotes version --------------------------------

    Installed Addons

    ... HandyNotes - r224-nolib HandyNotes_CityGuide - r28 HandyNotes_Directions - r52 HandyNotes_FlightMasters - r85 HandyNotes_Guild - 1.3-nolib ...

  • archarodim added the tags New Defect Jan 1, 2011
  • _ForgeUser13252 posted a comment Jan 10, 2011

    needs to be updated to support the latest version of HandyNotes

  • _ForgeUser13252 posted a comment Jan 10, 2011

    HandyNotes Changes from v1.1.6 to v1.2.0

    • Fix HandyNotes to use Astrolabe-1.0 instead of Astrolabe-0.4.
    • Place the New Handy Note dialog box above the World Map by parenting to it if the World Map is open.
    • Add a 6th optional return value "dungeonLevel" to the pluginHandler:GetNodes() API. This value is used if it is different from the input dungeonLevel, similar to the 2nd return's "mapFile".
    • HandyNotes plugin authors will need to be update their plugins to use Astrolabe-1.0 and its new API that has changed from using (C, Z) pairs to (mapID, level) pairs. HandyNotes has provided some additional functions to help with this (these functions will not work for instance and BG maps):
      - HandyNotes:GetMapFiletoMapID(mapFile)
      - HandyNotes:GetMapIDtoMapFile(mapID)
      - HandyNotes:GetZoneToMapID(zone)

    There's also a fairly detailed discussion in the comments for HandyNotes about the changes needed to support the latest version.

    UPDATE: fixing the formatting


    Edited Jan 10, 2011
  • _ForgeUser1186005 removed a tag New Jan 10, 2011
  • _ForgeUser1186005 added a tag Accepted Jan 10, 2011
  • _ForgeUser1186005 edited description Jan 10, 2011

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