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

Announcement

Collapse
No announcement yet.

Been getting a few LUA errors

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

    Been getting a few LUA errors

    1x [ADDON_ACTION_BLOCKED] AddOn 'ZygorGuidesViewer' tried to call the protected function 'UNKNOWN()'.
    !BugGrabber\BugGrabber.lua:573: in function <!BugGrabber\BugGrabber.lua:573>
    [C]: ?
    [C]: ?
    [C]: in function `Hide'
    ZygorGuidesViewer\PointerMap.lua:101: in function `HidePreview'
    ZygorGuidesViewer\PointerMap.lua:154: in function <ZygorGuidesViewer\PointerMap.lua:154>
    [C]: in function `Show'
    FrameXML\UIParent.lua:2420: in function `SetUIPanel'
    FrameXML\UIParent.lua:2261: in function `ShowUIPanel'
    FrameXML\UIParent.lua:2132: in function <FrameXML\UIParent.lua:2128>
    [C]: in function `SetAttribute'
    FrameXML\UIParent.lua:2914: in function `ShowUIPanel'
    FrameXML\GossipFrame.lua:22: in function <FrameXML\GossipFrame.lua:10>

    Locals:


    2x [ADDON_ACTION_BLOCKED] AddOn 'ZygorGuidesViewer' tried to call the protected function '<unnamed>:ClearAllPoints()'.
    !BugGrabber\BugGrabber.lua:573: in function <!BugGrabber\BugGrabber.lua:573>
    [C]: in function `ClearAllPoints'
    FrameXML\WorldMapFrame.lua:1533: in function `WorldMapFrame_SetOverlayLocation'
    FrameXML\WorldMapFrame.lua:1556: in function `WorldMapFrame_UpdateOverlayLocations'
    FrameXML\WorldMapFrame.lua:1339: in function <FrameXML\WorldMapFrame.lua:1263>
    [C]: in function `WorldMapFrame_Update'
    FrameXML\WorldMapFrame.lua:2883: in function `WorldMapFrame_UpdateMap'
    FrameXML\WorldMapFrame.lua:450: in function <FrameXML\WorldMapFrame.lua:434>

    Locals:

    1x ZygorGuidesViewer\Dungeons-Dungeons.lua:26: script ran too long
    ZygorGuidesViewer\Dungeons-Dungeons.lua:26: in function <ZygorGuidesViewer\Dungeons.lua:24>
    ZygorGuidesViewer\Dungeons-Dungeons.lua:143: in function <ZygorGuidesViewer\Dungeons.lua:139>

    Locals:

    14x [ADDON_ACTION_BLOCKED] AddOn 'ZygorGuidesViewer' tried to call the protected function '<unnamed>:Hide()'.
    !BugGrabber\BugGrabber.lua:573: in function <!BugGrabber\BugGrabber.lua:573>
    [C]: in function `Hide'
    FrameXML\WorldMapActionButton.lua:58: in function `Clear'
    FrameXML\WorldMapActionButton.lua:67: in function `Refresh'
    FrameXML\WorldMapActionButton.lua:19: in function `SetMapAreaID'
    FrameXML\WorldMapFrame.lua:1338: in function <FrameXML\WorldMapFrame.lua:1263>
    [C]: in function `WorldMapFrame_Update'
    FrameXML\WorldMapFrame.lua:2883: in function `WorldMapFrame_UpdateMap'
    FrameXML\WorldMapFrame.lua:450: in function <FrameXML\WorldMapFrame.lua:434>
    [C]: in function `SetMapToCurrentZone'
    FrameXML\WorldMapFrame.lua:379: in function <FrameXML\WorldMapFrame.lua:358>
    [C]: ?
    [C]: in function `Show'
    FrameXML\UIParent.lua:2420: in function `SetUIPanel'
    FrameXML\UIParent.lua:2222: in function `ShowUIPanel'
    FrameXML\UIParent.lua:2132: in function <FrameXML\UIParent.lua:2128>
    [C]: in function `SetAttribute'
    FrameXML\UIParent.lua:2914: in function `ShowUIPanel'
    FrameXML\UIParent.lua:2898: in function `ToggleFrame'
    FrameXML\WorldMapFrame.lua:263: in function <FrameXML\WorldMapFrame.lua:235>
    [C]: in function `ToggleWorldMap'
    [string "TOGGLEWORLDMAP"]:1: in function <[string "TOGGLEWORLDMAP"]:1>

    Locals:

    #2
    Try doing a full guide wipe/reset.


    1. exit WoW
    2. go to the WoW/Interface/Addons folder and delete the ZygorGuidesViewer folder
    3. go to the WoW/WTF/Account/<accountname>/SavedVariables folder and delete the Zygor files in there
    4. run the desktop client and install a fresh copy of the guides
    5. go back in game to test and let me know if that fixed it
    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


      #3
      This is a Blizzard UI code error, and is not caused by Zygor. What you are seeing is the first addon listed alphabetically that did anything, related to insecure code path or not.

      I have seen Aurora, Mapster, Zygor, HandyNotes, GatherMate2, TomTom, and many others getting the blame.

      The only true fix has to be done on Blizzard's side. In the meantime, addon authors are encouraged to not leak global variables or other objects in their respective code bases. Which is highly encouraged anyway, regardless of Blizzard's bad programming.

      Code:
      -- correct
      local Zygor = {}
      
      -- trouble
      Zygor = {}
      A volunteer Curse Moderator. I write some AddOns too.

      https://www.youtube.com/user/myrroddin

      Comment


        #4
        I wouldn't have ever thought it was something on blizzard's end. Thanks for telling me. I'm doing a fresh install of the guide and see what happens.

        Comment

        Working...
        X