GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

[BUG] Inconsistent spelling of LoadOut

MythicaV80 opened this issue ยท 11 comments

commented

๐Ÿ”ต Describe the bug:
i cant create an override key anymore, and the one i still had i can not change the talent profile.

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

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

๐Ÿ”ต The error:
15x GSE_GUI/KeyBinding.lua:397: attempt to index field 'LoadOuts' (a nil value)
[string "@GSE_GUI/KeyBinding.lua"]:397: in function <GSE_GUI/KeyBinding.lua:393>
[string "=[C]"]: ?
[string "@Ace3/AceGUI-3.0-41/AceGUI-3.0.lua"]:66: in function <Ace3/AceGUI-3.0/AceGUI-3.0.lua:64>
[string "@Ace3/AceGUI-3.0-41/AceGUI-3.0.lua"]:300: in function `Fire'
[string "@Ace3/AceGUI-3.0-41/widgets/AceGUIWidget-Button.lua"]:22: in function <...dOns/Ace3/AceGUI-3.0/widgets/AceGUIWidget-Button.lua:19>

Locals:
destination =

{
}
(*temporary) = nil
(*temporary) = "2"
(*temporary) = "2"
(*temporary) = "2"
(*temporary) = nil
(*temporary) = "attempt to index field 'LoadOuts' (a nil value)"
GSE =
{
modules =
{
}
MediaPath = "Interface\Addons\GSE\Media"
inArena = false
GUIRecordFrame =
{
}
inDungeon = false
UsedSequences =
{
}
UnsavedOptions =
{
}
TranslatorAvailable = true
TranslatorLanguageTables =
{
}
name = "GSE"
GUIImportFrame =
{
}
PrintAvailable = true
L =
{
}
SequencesExec =
{
}
defaultModuleState = true
GameMode = 11
Utils = true
ProfileStop = 448270998.335500
AdditionalLanguagesAvailable = false
inHeroic = false
GUICompressFrame =
{
}
GUICacheFrame =
{
}
GUITransmissionFrame =
{
}
currentZone = "Fungal Folly"
WagoAnalytics =
{
}
inRaid = false
MacroPreviewFrame =
{
}
BooleanVariables =
{
}
OutputQueue =
{
}
CurrentGCD = 0
DebugOutput = ""
Static =
{
}
PVPFlag = false
Pause =
{
}
inMythicPlus = false
inParty = true
Library =
{
}
RecorderActive = false
inScenario = true
VersionString = "3.2.12-f"
MenuFrame =
{
}
SequenceDebugOutput = ""
GUIMacroFrame =
{
}
GUIVariableFrame =
{
}
OOCQueue =
{
}
inMythic = false
enabledState = true
GUIDebugFrame =
{
}
GUIExportframe =
{
}
inTimeWalking = false
OOCTimer =
{
}
LDB = true
GCDLDB =
{
}
GUIkeybindingframe =
{
}
defaultModuleLibraries =
{
}
StandardAddInPacks =
{
}
GUI =
{
}
orderedModules =
{
}
GUIEditFrame =
{
}
PlayerEntered = true
AddInPacks =
{
}
baseName = "GSE"
VersionNumber = 3212
V =
{
}
}
SequenceListbox =
{
button_cover = Button {
}
pullout =
{
}
list =
{
}
base =
{
}
AceGUIWidgetVersion = 36
text = AceGUI30DropDown7Text {
}
count = 7
label = FontString {
}
value = "HOLYCHOTANK"
userdata =
{
}
button = AceGUI30DropDown7Button {
}
disabled = false
multiselect = false
alignoffset = 26
parent =
{
}
dropdown = AceGUI30DropDown7 {
}
events =
{
}
type = "Dropdown"
frame = Frame {
}
}
ActionButtonList =
{
button_cover = Button {
}
pullout =
{
}
list =
{
}
base =
{
}
AceGUIWidgetVersion = 36
text = AceGUI30DropDown6Text {
}
count = 6
label = FontString {
}
userdata =
{
}
button = AceGUI30DropDown6Button {
}
alignoffset = 26
multiselect = false
disabled = false
parent =
{
}
value = "ActionButton2"
dropdown = AceGUI30DropDown6 {
}
events =
{
}
type = "Dropdown"
frame = Frame {
}
}
specialization = 2
loadout = "33818157"
bind = "ActionButton2"
button = "HOLYCHOTANK"
initialbind = nil
keybindingframe =
{
sizer_se = Frame {
}
base =
{
}
statustext = FontString {
}
Width = 700
panels =
{
}
userdata =
{
}
sizer_s = Frame {
}
noAutoHeight = true
children =
{
}
type = "Frame"
AceGUIWidgetVersion = 30
sizer_e = Frame {
}
titletext = FontString {
}
events =
{
}
frame = Frame {
}
Height = 500
localstatus =
{
}
content = Frame {
}
titlebg = Texture {
}
}


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

GSA.lua.txt

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

  • OS: Windows 11 64bit
  • Game Version 11.0.2 (56461) (Release x64)

๐Ÿ”ต GSE Version:

  • Version: [e.g. 3.2.12-f
  • Downloaded From: curseforge app

๐Ÿ”ต Additional context:
non

commented

If you just want to clear and reset the wiki has two commands to run to clear any keybinds and any action bar overrides at https://github.com/TimothyLuke/GSE-Advanced-Macro-Compiler/wiki/KeyBinding-and-Actionbar-Overrides#useful-commands

commented

Hey @MythicaV80

You may have a data fault in the GSE.lua for a character.

Could you please send me a different GSE.lua file from

\path\to\wow_retail_\WTF\Account\YourAccountName\YourServer\YourCharacter\SavedVariables\GSE.lua ?

commented

I have tested it to see on my other paladin and there i can just add an override key and change the profile on a sertain key

commented

HolyChoGSE.lua.txt
this is the Lua of the Char i have problems with, i just added HolyCho before GSE.Lua and added .txt to make it a text form of it

commented

There is an alpha 3.2.12-f-1 that should have a fix for this on Curseforge and Wago as well as in the GSE Patrons discord. Let me know if this solves it for you.

commented

ok i have changed the already installed GSE the release type to Alpha instead of release
on the 3.2.12-f-2-g993541e GSE version i could create an override key again so that works now

commented

i have done something bad i think, i copied the char GSE.lua of the char that i could create the override and pasted it in the char folder of the char that had issues, and tested it out and it had the overrides i wanted and it worked and i could even change the profile of a key

PS: the GSE alpha is that patron only? because i dont have patron sub

commented

no the alpha for the normal version is available on Curseforge and wago.io

commented

Awesome - cheers

commented

yet if i reinstall GSE again of the version Release i can not create an override key on the char i have issues of, so meaning for that one char i need to stay on the alpha built

commented