Log in to ZYGOR
Log in with social media
OR
Log in with Zygor account

Announcement

Collapse
No announcement yet.

Bug with right clicking objective in certain cases(Suramar questline)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Bug with right clicking objective in certain cases(Suramar questline)

    Code:
    6x ...rfaceZygorGuidesViewer\ZygorGuidesViewer-6.2.lua:4644: attempt to call global 'GetQuestWorldMapAreaID' (a nil value)
    ...rfaceZygorGuidesViewer\ZygorGuidesViewer-6.2.lua:4644: in function `OpenQuickStepMenu'
    ...rfaceZygorGuidesViewer\ZygorGuidesViewer-6.2.lua:4202: in function `GoalOnClick'
    ...dOns\ZygorGuidesViewer\Skins\Default\ViewerFrame.lua:313: in function <...dOns\ZygorGuidesViewer\Skins\Default\ViewerFrame.lua:312>
    ...dOns\ZygorGuidesViewer\Skins\Default\ViewerFrame.lua:34: in function <...dOns\ZygorGuidesViewer\Skins\Default\ViewerFrame.lua:26>
    
    Locals:
    self = <table> {
     CraptOnReload = <function> defined @ZygorGuidesViewer\ZygorGuidesViewer.lua:5382
     Expansion_Cata = true
     UPDATE_FACTION_Faction = <function> defined @ZygorGuidesViewer\Faction.lua:272
     BETAguides = false
     MagicButton_OnClick = <function> defined @ZygorGuidesViewer\ZygorGuidesViewer.lua:5507
     BFR = <table> {
     }
     StandingNamesEng = <table> {
     }
     GetTargetId = <function> defined @ZygorGuidesViewer\Functions.lua:212
     StackSizes = <table> {
     }
     optiontables_ordered = <table> {
     }
     UpdateCartographerExport = <function> defined @ZygorGuidesViewer\Waypoints.lua:1054
     Options_SetupBlizConfig = <function> defined @ZygorGuidesViewer\Options.lua:3839
     QUEST_COMPLETE = <function> defined @ZygorGuidesViewer\QuestAutoAccept.lua:448
     FakeCompleteQuest = <function> defined @ZygorGuidesViewer\ZygorGuidesViewer.lua:4393
     PointerMap = <table> {
     }
     ScheduleTimer = <function> defined @ElvUI\Libraries\AceTimer-3.0\AceTimer-3.0.lua:94
     LoadInitialGuide = <function> defined @ZygorGuidesViewer\ZygorGuidesViewer.lua:946
     registered_mapspotset_groups = <table> {
     }
     ActionBar = <table> {
     }
     NotificationCenter = <table> {
     }
     db = <table> {
     }
     OpenOptions = <function> defined @ZygorGuidesViewer\Options.lua:3870
     SetEnabledState = <function> defined @ElvUI\Libraries\AceAddon-3.0\AceAddon-3.0.lua:455
     InPhase = <function> defined @ZygorGuidesViewer\ZygorGuidesViewer.lua:6290
     MIN_STEP_HEIGHT = 12
     ProfilerEnable = <function> defined @ZygorGuidesViewer\ZygorGuidesViewer.lua:5055
     Font = "ZygorGuidesViewer\Skins\OpenSans.TTF"
     UTILS = <table> {
     }
     DelayedShowReportDialog = <function> defined @ZygorGuidesViewer\BugReport.lua:779
     DumpMapIDsByName = <function> defined @ZygorGuidesViewer\Parser.lua:204
     NewModule = <function> defined @ElvUI\Libraries\AceAddon-3.0\AceAddon-3.0.lua:266
     UIFrameFade = <table> {
     }
     GetWaypointAddon = <function> defined @ZygorGuidesViewer\Waypoints.lua:41
     TrackQuest = <function> defined @ZygorGuidesViewer\ZygorGuidesViewer.lua:1477
     revision = 18461
     WaypointFunctions = <table> {
     }
     MOVE = <function> defined @ZygorGuidesViewer\Functions.lua:29
     Frame_OnHide = <function> defined @ZygorGuidesViewer\ZygorGuidesViewer.lua:4054
     mostRecentlyAcceptedQuest = <table> {
     }
     Disable = <function> defined @ElvUI\Libraries\AceAddon-3.0\AceAddon-3.0.lua:345
     softassert = <function> defined @ZygorGuidesViewer\Functions.lua:1528
     Unhook = <function> defined @ElvUI\Libraries\AceHook-3.0\AceHook-3.0.lua:418
     F = <table> {
     }
     DIR = "ZygorGuidesViewer"
     QuestAutoAccept_InGossip = <function> defined @ZygorGuidesViewer\QuestAutoAccept.lua:109
     actionbuttons = <table> {
     }
     FindSuggestedGuides = <function> defined @ZygorGuidesViewer\ZygorGuidesViewer.lua:1187
     L = <table> {
     }
     ItemLink = <table> {
     }
     GetPlayerPosition = <function> defined @ZygorGuidesViewer\MapCoords.lua:5
     Options_SetupConfig = <function> defined @ZygorGuidesViewer\Options.lua:3804
     GetMapContinent = <function> defined @ZygorGuidesViewer\MapCoords.lua:48
     Dungeons = <table> {
     }
     CreateTomTomWaypath = <function> defined @ZygorGuidesViewer\Waypoints.lua:1080
     Test = <function> defined @ZygorGuidesViewer\ZygorGuidesViewer.lua:5141
     MergeTable = <function> defined @ZygorGuidesViewer\Functions.lua:23
     IsMiniNoteHidden = <function> defined @ZygorGuidesViewer\Waypoints.lua:982
     questsbyid = <table> {
     }
     SetDefaultModuleLibraries = <function> defined @ElvUI\Libraries\AceAddon-3.0\AceAddon-3.0.lua:398
     IsPOIActive = <function> defined @ZygorGui
    It happened during a questline where you had to place those ley line machines. Only other addon i use is ElvUI.

    I found the code in the specified line. This API function call(GetQuestWorldMapAreaID) no longer exists, so it will always return nil, it's breaking right click functionality in certain cases like this.
    Last edited by notcyf; August 1, 2018, 10:26 PM.

    #2
    Our devs will check into this.
    Become a Fan of Zygor Guides on Facebook:
    http://www.facebook.com/pages/Zygor-...04933799556988

    Follow Zygor Guides on Twitter:
    http://twitter.com/zygorguides

    Comment

    Working...
    X