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

Announcement

Collapse
No announcement yet.

script ran too long

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

    script ran too long

    This was occurring when I reloaded my UI (/script ReloadUI()) when I was in combat

    Code:
    8x ZygorGuidesViewer\ZygorGuidesViewer-4.0.lua:4015: script ran too long
    ZygorGuidesViewer\ZygorGuidesViewer-4.0.lua:4015: in function "StartupStep"
    ZygorGuidesViewer-4.0\MasterFrame.lua:9: in function <ZygorGuidesViewer\MasterFrame.lua:4>
    
    Locals:
    self = ZygorGuidesViewerFrameMaster {
     0 = <userdata>
    }
    elapsed = 0.028000000864267
    st = 772201.709
    ZGV = <table> {
     CraptOnReload = <func> @..\ZygorGuidesViewer.lua:4292
     LS = <table> {}
     Expansion_Cata = true
     UPDATE_FACTION_Faction = <func> @..\Faction.lua:153
     ICON_INDENT = 17
     modules = <table> {}
     CancelTimer = <func> @AllPlayed\libs\..\AceTimer-3.0.lua:311
     MarkUselessQuests = <func> @..\QuestTracking.lua:569
     GetTargetId = <func> @..\Functions.lua:161
     SetDisplayMode = <func> @..\ZygorGuidesViewer.lua:1159
     GoalOnLeave = <func> @..\ZygorGuidesViewer.lua:3188
     CacheReputations = <func> @..\Faction.lua:101
     Profession_TRADE_SKILL_SHOW = <func> @..\Profession.lua:75
     UpdateCartographerExport = <func> @..\Waypoints.lua:1267
     QUEST_PROGRESS = <func> @..\QuestAutoAccept.lua:368
     Options_SetupBlizConfig = <func> @..\Options.lua:1745
     QUEST_COMPLETE = <func> @..\QuestAutoAccept.lua:378
     FakeCompleteQuest = <func> @..\ZygorGuidesViewer.lua:3273 
    PerformTradeSkill = <func> @..\Profession.lua:221
     ScheduleTimer = <func> @AllPlayed\libs\..\AceTimer-3.0.lua:276
     OpenQuickStepMenu = <func> @..\ZygorGuidesViewer.lua:3386
     SanitizeGuideTitle = <func> @..\ZygorGuidesViewer.lua:3721
     WORLD_MAP_UPDATE = <func> @..\ZygorGuidesViewer.lua:2894
     registered_mapspotset_groups = <table> {}
     db = <table> {}
     AssignButtonTexture = <func> @..\Functions.lua:87
     SetEnabledState = <func> @AllPlayed\libs\..\AceAddon-3.0.lua:440
     IsVisible = <func> @..\ZygorGuidesViewer.lua:2676
     ConnectWaypointAddon = <func> @..\Waypoints.lua:24
     MIN_STEP_HEIGHT = 12
     ProfilerEnable = <func> @..\ZygorGuidesViewer.lua:4064
     STEP_SPACING = 2
     quest_query_complete_received = true
     DumpMapIDsByName = <func> @..\Parser.lua:131 
    NewModule = <func> @AllPlayed\libs\..\AceAddon-3.0.lua:256
     PerformTradeSkillGoal = <func> @..\Profession.lua:209
     GetCurrentGuideNum = <func> @..\Options.lua:1763
     QUEST_COMPLETE_QuestTracking = <func> @..\QuestTracking.lua:488
     actionmeta = <table> {}
     GetWaypointAddon = <func> @..\Waypoints.lua:43
     revision = 5361
     WaypointFunctions = <table> {}
     GetName = <func> @AllPlayed\libs\..\AceAddon-3.0.lua:300
     Frame_OnHide = <func> @..\ZygorGuidesViewer.lua:3018
     GetAllMapSpots = <func> @..\MapSpotSet.lua:290
     Events = <table> {}
     GetGuidesHistory = <func> @..\ZygorGuidesViewer.lua:3238
     MapIDsByName = <table> {}
     Disable = <func> @AllPlayed\libs\..\AceAddon-3.0.lua:330
     Print = <func> @..\ZygorGuidesViewer.lua:2730
     recentlyDiscoveredFlightpath = false
     DIR = "ZygorGuidesViewer"
     QuestAuto

    #2
    This is because you were in combat. A lot of addons will give this kind of error when you are in combat because there are a lot of API functions that can't be done while in combat.
    My Flight Path Follies guide

    A pessimist knows all women are bad... an optimist hopes they are.

    I reject your reality and substitute my own.

    All foreign languages are done with Google Translate.

    Comment

    Working...
    X