GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

[BUG] Another LUA ERROR

Gaupandarian opened this issue ยท 10 comments

commented

๐Ÿ”ต Describe the bug:
Message: Interface/AddOns/GSE/API/StringFunctions.lua:60: attempt to index local 'str' (a nil value)
Time: Tue Jun 25 20:28:28 2024
Count: 1
Stack: Interface/AddOns/GSE/API/StringFunctions.lua:60: attempt to index local 'str' (a nil value)
[string "@Interface/AddOns/GSE/API/StringFunctions.lua"]:60: in function SplitMeIntolines'
[string "@Interface/AddOns/GSE/API/Storage.lua"]:895: in function CompileMacroText'
[string "@Interface/AddOns/GSE/API/Storage.lua"]:943: in function ManageMacros'
[string "@Interface/AddOns/GSE/API/Storage.lua"]:174: in function ReloadSequences'
[string "@Interface/AddOns/GSE/API/Events.lua"]:289: in function ?'
[string "@Interface/AddOns/GSE/Lib/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:109: in function <.../GSE/Lib/CallbackHandler-1.0/CallbackHandler-1.0.lua:109>
[string "=[C]"]: ?
[string "@Interface/AddOns/GSE/Lib/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:19: in function <.../GSE/Lib/CallbackHandler-1.0/CallbackHandler-1.0.lua:15>
[string "@Interface/AddOns/GSE/Lib/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:54: in function Fire'
[string "@Interface/AddOns/GSE/Lib/AceEvent-3.0/AceEvent-3.0.lua"]:120: in function <...terface/AddOns/GSE/Lib/AceEvent-3.0/AceEvent-3.0.lua:119>
[string "=[C]"]: ?
[string "=[C]"]: in function LoadConfig'
...
[string "@Interface/AddOns/Blizzard_PlayerSpells/ClassTalents/Blizzard_ClassTalentsFrame.lua"]:138: in function <...erSpells/ClassTalents/Blizzard_ClassTalentsFrame.lua:135>
[string "=[C]"]: in function Show'
[string "@Interface/AddOns/Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:483: in function SetUIPanel'
[string "@Interface/AddOns/Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:290: in function ShowUIPanel'
[string "@Interface/AddOns/Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:169: in function <...ParentPanelManager/Mainline/UIParentPanelManager.lua:164>
[string "=[C]"]: in function SetAttribute'
[string "@Interface/AddOns/Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:861: in function ShowUIPanel'
[string "@Interface/AddOns/Blizzard_FrameXMLUtil/Mainline/PlayerSpellsUtil.lua"]:125: in function TogglePlayerSpellsFrame'
[string "@Interface/AddOns/Blizzard_FrameXMLUtil/Mainline/PlayerSpellsUtil.lua"]:147: in function ToggleClassTalentOrSpecFrame'
[string "TOGGLETALENTS"]:1: in function <[string "TOGGLETALENTS"]:1>

Locals: str = nil
t =

{
}
(temporary) = nil
(temporary) = nil
(temporary) = nil
(temporary) = nil
(*temporary) = "attempt to index local 'str' (a nil value)"
GSE =
{
modules =
{
}
MediaPath = "Interface\Addons\GSE\Media"
inArena = false
GUIRecordFrame =
{
}
inDungeon = false
UsedSequences =
{
}
UnsavedOptions =
{
}
Patron = true
TranslatorAvailable = true
TranslatorLanguageTables =
{
}
name = "GSE"
GUIImportFrame =
{
}
PrintAvailable = true
L =
{
}
defaultModuleState = true
GameMode = 11
Utils = true
ProfileStop = 7846461.214500
AdditionalLanguagesAvailable = false
inHeroic = false
GUICompressFrame =
{
}
GUICacheFrame =
{
}
GUITransmissionFrame =
{
}
WagoAnalytics =
{
}
inRaid = false
MacroPreviewFrame =
{
}
BooleanVariables =
{
}
OutputQueue =
{
}
CurrentGCD = 0
DebugOutput = ""
Static =
{
}
PVPFlag = false
inMythicPlus = false
inParty = false
Library =
{
}
RecorderActive = false
inScenario = false
VersionString = "3.2.00-beta1-11-g19e7387-PatronBuild"
GUICompareFrame =
{
}
baseName = "GSE"
SequenceDebugOutput = ""
GUIMacroFrame =
{
}
GUIVariableFrame =
{
}
OOCQueue =
{
}
enabledState = true
GUIDebugFrame =
{
}
GUIExportframe =
{
}
inTimeWalking = false
OOCTimer =
{
}
LDB = true
GCDLDB =
{
}
defaultModuleLibraries =
{
}
StandardAddInPacks =
{
}
GUI

๐Ÿ”ต 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

Hey Gau - I need to know a lot mroe info than you have provided.

The error is a start but I need your GSE.lua file and also a description of what you were doing at the time to trigger this. Without that I have no where to go

commented

I updated to the latest version Alpha Version of GSE of Patron Build. When I log on Beta and log on my monk, this Lua Error pop up.
image

commented

Can you please give me your GSE.lua file - without it i cant replicate what you are experiencing

commented

To find the GSE.lua file:
First, make sure you have enabled the "File Name Extensions" checkbox in Explorer (View tab)
Browse to C:\path\to\wow\_beta_\WTF\Account\YourAccountName\SavedVariables\ or /path/to/WoW/_beta_/WTF/Account/YourAccountName/SavedVariables
Copy the GSE.lua file to your Desktop
Rename this copy to GSA.lua.txt
Then just drag it here in your message

commented

Cheers - on it

commented
commented

that the wrong one - thats your character one - i need the account one from WTF\Account\YourAccountName\SavedVariables\ as instead of the one from WTF\Account\YourAccountName\CHARACTERNAME\SavedVariables\

sorry to be a pain in the butt

commented

hang on managed to cause the bug another way

give it 5 mins and try the next beta

commented

try GSE-3.2.00-beta1-14-g4f03a93-PatronBuild.zip

commented