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

Announcement

Collapse
No announcement yet.

On Quest Step Completion - Lua Error

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

    On Quest Step Completion - Lua Error

    Hello

    Whenever I seem to complete a quest step with the viewer I get a Lua Error - Currently Level 3 on Exile's Reach.

    1st
    Code:
    Message: Interface\AddOns\ZygorGuidesViewer\MasterFrame.lua:7: ERROR in startup frame 61: Interface\AddOns\ZygorGuidesViewer\QuestTracking.lua:25: bad argument #1 to 'IsQuestFlaggedCompleted' (outside of expected range -2147483648 to 2147483647 - Usage: local isCompleted = C_QuestLog.IsQuestFlaggedCompleted(questID))
    in
    [string "=[C]"]: ?
    [string "@Interface\AddOns\ZygorGuidesViewer\QuestTracking.lua"]:25: in function <Interface\AddOns\ZygorGuidesViewer\QuestTracking.lua:25>
    [string "@Interface\AddOns\ZygorGuidesViewer\Goal.lua"]:794: in function `iscomplete'
    [string "@Interface\AddOns\ZygorGuidesViewer\Goal.lua"]:2424: in function `IsComplete'
    [string "@Interface\AddOns\ZygorGuidesViewer\Goal.lua"]:2233: in function `GetStatus'
    [string "@Interface\AddOns\ZygorGuidesViewer\Goal.lua"]:2244: in function `UpdateStatus'
    [string "@Interface\AddOns\ZygorGuidesViewer\Step.lua"]:40: in function `IsComplete'
    [string "@Interface\AddOns\ZygorGuidesViewer\Guide.lua"]:251: in function `GetCompletion'
    [string "@Interface\AddOns\ZygorGuidesViewer\Skins\Default\ViewerFrame.lua"]:1112: in function `Update'
    [string "@Interface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua"]:1423: in function `SetGuide'
    [string "@Interface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua"]:1108: in function `LoadInitialGuide'
    [string "@Interface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua"]:505: in function `Startup_LoadGuides_Threaded'
    [string "@Interface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua"]:762: in function <...rface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua:669>
    
    Time: Thu Dec  3 18:44:20 2020
    Count: 1
    Stack: Interface\AddOns\ZygorGuidesViewer\MasterFrame.lua:7: ERROR in startup frame 61: Interface\AddOns\ZygorGuidesViewer\QuestTracking.lua:25: bad argument #1 to 'IsQuestFlaggedCompleted' (outside of expected range -2147483648 to 2147483647 - Usage: local isCompleted = C_QuestLog.IsQuestFlaggedCompleted(questID))
    in
    [string "=[C]"]: ?
    [string "@Interface\AddOns\ZygorGuidesViewer\QuestTracking.lua"]:25: in function <Interface\AddOns\ZygorGuidesViewer\QuestTracking.lua:25>
    [string "@Interface\AddOns\ZygorGuidesViewer\Goal.lua"]:794: in function `iscomplete'
    [string "@Interface\AddOns\ZygorGuidesViewer\Goal.lua"]:2424: in function `IsComplete'
    [string "@Interface\AddOns\ZygorGuidesViewer\Goal.lua"]:2233: in function `GetStatus'
    [string "@Interface\AddOns\ZygorGuidesViewer\Goal.lua"]:2244: in function `UpdateStatus'
    [string "@Interface\AddOns\ZygorGuidesViewer\Step.lua"]:40: in function `IsComplete'
    [string "@Interface\AddOns\ZygorGuidesViewer\Guide.lua"]:251: in function `GetCompletion'
    [string "@Interface\AddOns\ZygorGuidesViewer\Skins\Default\ViewerFrame.lua"]:1112: in function `Update'
    [string "@Interface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua"]:1423: in function `SetGuide'
    [string "@Interface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua"]:1108: in function `LoadInitialGuide'
    [string "@Interface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua"]:505: in function `Startup_LoadGuides_Threaded'
    [string "@Interface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua"]:762: in function <...rface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua:669>
    
    [string "=[C]"]: ?
    [string "=[C]"]: in function `error'
    [string "@Interface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua"]:918: in function `StartupStep'
    [string "@Interface\AddOns\ZygorGuidesViewer\MasterFrame.lua"]:7: in function <Interface\AddOns\ZygorGuidesViewer\MasterFrame.lua:5>
    
    Locals:
    2nd:
    Code:
    Message: Interface\AddOns\ZygorGuidesViewer\QuestTracking.lua:25: bad argument #1 to 'IsQuestFlaggedCompleted' (outside of expected range -2147483648 to 2147483647 - Usage: local isCompleted = C_QuestLog.IsQuestFlaggedCompleted(questID))
    Time: Thu Dec  3 18:47:41 2020
    Count: 1
    Stack: Interface\AddOns\ZygorGuidesViewer\QuestTracking.lua:25: bad argument #1 to 'IsQuestFlaggedCompleted' (outside of expected range -2147483648 to 2147483647 - Usage: local isCompleted = C_QuestLog.IsQuestFlaggedCompleted(questID))
    [string "=[C]"]: ?
    [string "=[C]"]: ?
    [string "@Interface\AddOns\ZygorGuidesViewer\QuestTracking.lua"]:25: in function <Interface\AddOns\ZygorGuidesViewer\QuestTracking.lua:25>
    [string "@Interface\AddOns\ZygorGuidesViewer\Goal.lua"]:794: in function `iscomplete'
    [string "@Interface\AddOns\ZygorGuidesViewer\Goal.lua"]:2424: in function `IsComplete'
    [string "@Interface\AddOns\ZygorGuidesViewer\Goal.lua"]:2233: in function `GetStatus'
    [string "@Interface\AddOns\ZygorGuidesViewer\Goal.lua"]:2244: in function `UpdateStatus'
    [string "@Interface\AddOns\ZygorGuidesViewer\Step.lua"]:40: in function `IsComplete'
    [string "@Interface\AddOns\ZygorGuidesViewer\Guide.lua"]:251: in function `GetCompletion'
    [string "@Interface\AddOns\ZygorGuidesViewer\Skins\Default\ViewerFrame.lua"]:1112: in function `Update'
    [string "@Interface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua"]:1875: in function `SkipStep'
    [string "@Interface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua"]:2075: in function `TryToCompleteStep'
    [string "@Interface\AddOns\ZygorGuidesViewer\QuestTracking.lua"]:434: in function `func'
    [string "@Interface\AddOns\ElvUI\Libraries\Ace3\AceTimer-3.0\AceTimer-3.0.lua"]:57: in function <...s\ElvUI\Libraries\Ace3\AceTimer-3.0\AceTimer-3.0.lua:50>
    
    Locals:
    3rd:
    Code:
    Message: Interface\AddOns\ZygorGuidesViewer\QuestTracking.lua:25: bad argument #1 to 'IsQuestFlaggedCompleted' (outside of expected range -2147483648 to 2147483647 - Usage: local isCompleted = C_QuestLog.IsQuestFlaggedCompleted(questID))
    Time: Thu Dec  3 18:48:03 2020
    Count: 1
    Stack: Interface\AddOns\ZygorGuidesViewer\QuestTracking.lua:25: bad argument #1 to 'IsQuestFlaggedCompleted' (outside of expected range -2147483648 to 2147483647 - Usage: local isCompleted = C_QuestLog.IsQuestFlaggedCompleted(questID))
    [string "=(tail call)"]: ?
    [string "=[C]"]: ?
    [string "@Interface\AddOns\ZygorGuidesViewer\QuestTracking.lua"]:25: in function <Interface\AddOns\ZygorGuidesViewer\QuestTracking.lua:25>
    [string "@Interface\AddOns\ZygorGuidesViewer\Goal.lua"]:794: in function `iscomplete'
    [string "@Interface\AddOns\ZygorGuidesViewer\Goal.lua"]:2424: in function `IsComplete'
    [string "@Interface\AddOns\ZygorGuidesViewer\Goal.lua"]:2233: in function `GetStatus'
    [string "@Interface\AddOns\ZygorGuidesViewer\Goal.lua"]:2244: in function `UpdateStatus'
    [string "@Interface\AddOns\ZygorGuidesViewer\Step.lua"]:40: in function `IsComplete'
    [string "@Interface\AddOns\ZygorGuidesViewer\Guide.lua"]:251: in function `GetCompletion'
    [string "@Interface\AddOns\ZygorGuidesViewer\Skins\Default\ViewerFrame.lua"]:1112: in function `Update'
    [string "@Interface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua"]:1875: in function `SkipStep'
    [string "@Interface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua"]:2075: in function `TryToCompleteStep'
    [string "@Interface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua"]:2948: in function `?'
    [string "@Interface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua"]:1007: in function `?'
    [string "@Interface\AddOns\ElvUI\Libraries\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua"]:119: in function <...ies\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:119>
    [string "=[C]"]: ?
    [string "@Interface\AddOns\ElvUI\Libraries\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua"]:29: in function <...ies\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:25>
    [string "@Interface\AddOns\ElvUI\Libraries\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua"]:64: in function `Fire'
    [string "@Interface\AddOns\ElvUI\Libraries\Ace3\AceEvent-3.0\AceEvent-3.0.lua"]:120: in function <...s\ElvUI\Libraries\Ace3\AceEvent-3.0\AceEvent-3.0.lua:119>
    
    Locals: <none>
    Am I the only one with this problem?

    #2
    I have not seen any issues like this today and also use ElvUI like I see in your errors. Try doing a full guide reset.

    1. exit WoW
    2. go to the WoW/_retail_/Interface/Addons folder and delete the ZygorGuidesViewer folder
    3. go to the WoW/_retail_/WTF/Account/<your account name here>/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
      Hi ZG Support 1,

      So I swapped characters a couple of times to a character I was previously using the guides on, and then jumped back, the error doesn't appear anymore. If it appears again, I'll just follow the steps you provided.

      Thanks heaps

      Comment


        #4
        Hi, I can confirm that I am also getting the same issue. I got the issue on a new character with a fresh install of the guide, I then followed the above steps to do a another clean install of the guide but the LUA errors appear after every step, also the second I login to my character.

        This is a brand new character starting from Exiles Reach, while attempting to do the quests on the boat.

        Code:
        Message: Interface\AddOns\ZygorGuidesViewer\MasterFrame.lua:7: ERROR in startup frame 61: Interface\AddOns\ZygorGuidesViewer\QuestTracking.lua:25: bad argument #1 to 'IsQuestFlaggedCompleted' (outside of expected range -2147483648 to 2147483647 - Usage: local isCompleted = C_QuestLog.IsQuestFlaggedCompleted(questID))
        in
        [string "=[C]"]: ?
        [string "@Interface\AddOns\ZygorGuidesViewer\QuestTracking.lua"]:25: in function <Interface\AddOns\ZygorGuidesViewer\QuestTracking.lua:25>
        [string "@Interface\AddOns\ZygorGuidesViewer\Goal.lua"]:794: in function `iscomplete'
        [string "@Interface\AddOns\ZygorGuidesViewer\Goal.lua"]:2424: in function `IsComplete'
        [string "@Interface\AddOns\ZygorGuidesViewer\Goal.lua"]:2233: in function `GetStatus'
        [string "@Interface\AddOns\ZygorGuidesViewer\Goal.lua"]:2244: in function `UpdateStatus'
        [string "@Interface\AddOns\ZygorGuidesViewer\Step.lua"]:40: in function `IsComplete'
        [string "@Interface\AddOns\ZygorGuidesViewer\Guide.lua"]:251: in function `GetCompletion'
        [string "@Interface\AddOns\ZygorGuidesViewer\Skins\Default\ViewerFrame.lua"]:1112: in function `Update'
        [string "@Interface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua"]:1423: in function `SetGuide'
        [string "@Interface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua"]:1108: in function `LoadInitialGuide'
        [string "@Interface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua"]:505: in function `Startup_LoadGuides_Threaded'
        [string "@Interface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua"]:762: in function <...rface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua:669>
        
        Time: Sat Dec  5 21:28:29 2020
        Count: 1
        Stack: Interface\AddOns\ZygorGuidesViewer\MasterFrame.lua:7: ERROR in startup frame 61: Interface\AddOns\ZygorGuidesViewer\QuestTracking.lua:25: bad argument #1 to 'IsQuestFlaggedCompleted' (outside of expected range -2147483648 to 2147483647 - Usage: local isCompleted = C_QuestLog.IsQuestFlaggedCompleted(questID))
        in
        [string "=[C]"]: ?
        [string "@Interface\AddOns\ZygorGuidesViewer\QuestTracking.lua"]:25: in function <Interface\AddOns\ZygorGuidesViewer\QuestTracking.lua:25>
        [string "@Interface\AddOns\ZygorGuidesViewer\Goal.lua"]:794: in function `iscomplete'
        [string "@Interface\AddOns\ZygorGuidesViewer\Goal.lua"]:2424: in function `IsComplete'
        [string "@Interface\AddOns\ZygorGuidesViewer\Goal.lua"]:2233: in function `GetStatus'
        [string "@Interface\AddOns\ZygorGuidesViewer\Goal.lua"]:2244: in function `UpdateStatus'
        [string "@Interface\AddOns\ZygorGuidesViewer\Step.lua"]:40: in function `IsComplete'
        [string "@Interface\AddOns\ZygorGuidesViewer\Guide.lua"]:251: in function `GetCompletion'
        [string "@Interface\AddOns\ZygorGuidesViewer\Skins\Default\ViewerFrame.lua"]:1112: in function `Update'
        [string "@Interface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua"]:1423: in function `SetGuide'
        [string "@Interface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua"]:1108: in function `LoadInitialGuide'
        [string "@Interface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua"]:505: in function `Startup_LoadGuides_Threaded'
        [string "@Interface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua"]:762: in function <...rface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua:669>
        
        [string "=[C]"]: in function `error'
        [string "@Interface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua"]:918: in function `StartupStep'
        [string "@Interface\AddOns\ZygorGuidesViewer\MasterFrame.lua"]:7: in function <Interface\AddOns\ZygorGuidesViewer\MasterFrame.lua:5>
        
        Locals: (*temporary) = "ERROR in startup frame 61: Interface\AddOns\ZygorGuidesViewer\QuestTracking.lua:25: bad argument #1 to 'IsQuestFlaggedCompleted' (outside of expected range -2147483648 to 2147483647 - Usage: local isCompleted = C_QuestLog.IsQuestFlaggedCompleted(questID))
        in
        [string "=[C]"]: ?
        [string "@Interface\AddOns\ZygorGuidesViewer\QuestTracking.lua"]:25: in function <Interface\AddOns\ZygorGuidesViewer\QuestTracking.lua:25>
        [string "@Interface\AddOns\ZygorGuidesViewer\Goal.lua"]:794: in function `iscomplete'
        [string "@In
        Last edited by milon9; December 5, 2020, 03:32 PM.

        Comment


          #5
          Try this for a test.

          1. Exit the game
          2. Go to your WoW/_retail_/Cache folder and delete everything in there
          3. Go to your WoW/_retail_ folder and rename the Interface and WTF folders to Interface.Old and WTF.Old
          4. Run the Zygor desktop client, click check for updates at the top, and then click on the Install button
          5. Go in game to test and then 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


            #6
            Originally posted by ZG Support 1 View Post
            Try this for a test.

            1. Exit the game
            2. Go to your WoW/_retail_/Cache folder and delete everything in there
            3. Go to your WoW/_retail_ folder and rename the Interface and WTF folders to Interface.Old and WTF.Old
            4. Run the Zygor desktop client, click check for updates at the top, and then click on the Install button
            5. Go in game to test and then let me know if that fixed it
            Hi ZG Support 1,

            The error still appears after completing your steps, however I discovered something after testing further.

            It appears that it may be a combination of rogues and exiles reach. I have not tested all of the combinations of races/classes/starting zones but you may want to get a member of the team to test them:

            Created an Undead Rogue starting in exiles reach = Error appeared
            Created an Orc Rogue in exiles reach = Error appeared
            Created an Orc Warrior in exiles reach = Error did NOT appear
            Created an Undead Rogue in Deathknell = Error did NOT appear

            Comment

            Working...
            X