GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

monk [BUG]

Ashaker11 opened this issue ยท 2 comments

commented

๐Ÿ”ต Describe the bug:
A clear and concise description of what the bug is.

๐Ÿ”ต To reproduce: (Steps to reproduce the behavior)

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

๐Ÿ”ต The error:
Paste the error message in this blockquote.


๐Ÿ”ต Screenshots:
If applicable, add screenshots to help explain your problem.

๐Ÿ”ต Expected behavior:
A clear and concise description of what you expected to happen.

๐Ÿ”ต GSE.lua file:
Please provide your GSE.lua file or the export string for the specific macro that is causing an issue.

  • To find the GSE.lua file:
  1. First, make sure you have enabled the "File Name Extensions" checkbox in Explorer (View tab)
  2. Browse to C:\path\to\wow\_retail_\WTF\Account\YourAccountName\SavedVariables\ or /path/to/WoW/_retail_/WTF/Account/YourAccountName/SavedVariables
  3. Copy the GSE.lua file to your Desktop
  4. Rename this copy to GSA.lua.txt
  5. Then just drag it here in your message
  • Note: If you do not include your GSE.lua file you are wasting your time and mine. 90% of the time, the first thing I will ask for is "Can you please upload your GSE.lua file?". This file is needed with the error to work out Why that error occured for you.

๐Ÿ”ต Desktop (please complete the following information):

  • OS: [e.g. Windows 10 64bit]
  • Game Version [e.g. classic/bcc/retail (9.1.0)]

๐Ÿ”ต GSE Version:

  • Version: [e.g. 3.x.y]
  • Downloaded From: [e.g. https://www.curseforge.com]

๐Ÿ”ต Additional context:
Add any other context about the problem here.

commented

Message: Interface/AddOns/GSE/API/Translator.lua:75: script ran too long
Time: Wed May 31 20:18:58 2023
Count: 1
Stack: Interface/AddOns/GSE/API/Translator.lua:75: script ran too long
[string "@Interface/AddOns/GSE/API/Translator.lua"]:75: in function ProcessVariables' [string "@Interface/AddOns/GSE/API/Translator.lua"]:33: in function ProcessLoopVariables'
[string "@Interface/AddOns/GSE/API/Storage.lua"]:1183: in function processAction' [string "@Interface/AddOns/GSE/API/Storage.lua"]:1394: in function CompileTemplate'
[string "@Interface/AddOns/GSE/API/Storage.lua"]:519: in function OOCUpdateSequence' [string "@Interface/AddOns/GSE/API/Events.lua"]:604: in function ?'
[string "@Interface/AddOns/Details/Libs/AceTimer-3.0/AceTimer-3.0.lua"]:55: in function <...ce/AddOns/Details/Libs/AceTimer-3.0/AceTimer-3.0.lua:50>

Locals: lines =

{
1 = "KeyPress"
2 = "/cast [nochanneling] Tiger Palm"
3 = "KeyRelease"
4 = "/use [combat,nochanneling] 13"
}
variableTable =
{
LID = 1
}
returnLines =
{
}
(for generator) = defined =[C]:-1
(for state) =
{
1 = "KeyPress"
2 = "/cast [nochanneling] Tiger Palm"
3 = "KeyRelease"
4 = "/use [combat,nochanneling] 13"
}
(for control) = 1
_ = 1
line = "KeyPress"
(for generator) = defined =[C]:-1
(for state) =
{
GCD = defined @Interface/AddOns/GSE/API/Statics.lua:70
HE = defined @Interface/AddOns/GSE/API/Statics.lua:81
}
(for control) = "HE"
key = "HE"
value = "-- /cast Heart Essence"
oldline = "KeyPress"
(*temporary) = defined =[C]:-1
(*temporary) = "KeyPress"
(*temporary) = "HE"
(*temporary) = "%s"
(*temporary) = "HE"
(*temporary) = "script ran too long"
GSE =
{
ResetButtons = defined @Interface/AddOns/GSE/API/Storage.lua:479
StartOOCTimer = defined @Interface/AddOns/GSE/API/Events.lua:584
ReportTargetProtection = defined @Interface/AddOns/GSE/API/Options.lua:1567
RequestSequence = defined @Interface/AddOns/GSE/API/Serialisation.lua:331
GetMacroStringFormat = defined @Interface/AddOns/GSE/API/StringFunctions.lua:375
CloneSequence = defined @Interface/AddOns/GSE/API/Storage.lua:37
modules =
{
}
CancelTimer = defined @Interface/AddOns/Details/Libs/AceTimer-3.0/AceTimer-3.0.lua:147
CheckOOCQueueStatus = defined @Interface/AddOns/GSE/API/Events.lua:656
StopOOCTimer = defined @Interface/AddOns/GSE/API/Events.lua:590
MediaPath = "Interface\Addons\GSE\Media"
inArena = false
GUIRecordFrame =
{
}
GUISetColour = defined @Interface/AddOns/GSE/API/StringFunctions.lua:369
GUIConfirmDeleteSequence = defined @Interface/AddOns/GSE_GUI/GUIFunctions.lua:21
TableDiff = defined @Interface/AddOns/GSE/API/StringFunctions.lua:314
inDungeon = false
UsedSequences =
{
}
ScheduleTimer = defined @Interface/AddOns/Details/Libs/AceTimer-3.0/AceTimer-3.0.lua:94
UnsavedOptions =
{
}
UpdateIcon = defined @Interface/AddOns/GSE/API/Storage.lua:749
ADDON_LOADED = defined @Interface/AddOns/GSE/API/Events.lua:195
SendSequenceMeta = defined @Interface/AddOns/GSE/API/Serialisation.lua:311
UpdateSequence = defined @Interface/AddOns/GSE/API/Storage.lua:491
UnregisterAllComm = defined @Interface/AddOns/BagSync/libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:164
SetEnabledState = defined @Interface/AddOns/BagSync/libs/AceAddon-3.0/AceAddon-3.0.lua:420
isSpecIDForCurrentClass = defined @Interface/AddOns/GSE/API/CharacterFunctions.lua:84
ClearTooltip = defined @Interface/AddOns/GSE_GUI/GUIFunctions.lua:188
TranslatorAvailable = true
IdentifySpells = defined @Interface/AddOns/GSE/API/Translator.lua:448
TransmitSequence = defined @Interface/AddOns/GSE/API/Serialisation.lua:234
storeSe

commented

Mate you have given me none of the information asked for to begin to solve your issue. Moving this to the discussion area.