GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

[BUG] Can't access keybinds, latest build not firing off keybinds

buntconch72 opened this issue ยท 5 comments

commented

๐Ÿ”ต Describe the bug:
My keybinds aren't firing off so when I open GSE UI and try to access the keybinds, I get this LUA error.

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

  1. Type in GSE
  2. Click on Keybinds
  3. Sometimes it works, but when you go to save a new keybind or edit existing, the LUA pops up

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

Message: bad argument #1 to '?' (outside of expected range -2147483648 to 2147483647 - Usage: local configInfo = C_Traits.GetConfigInfo(configID))
Time: Tue Jul 30 06:52:19 2024
Count: 1
Stack: bad argument #1 to '?' (outside of expected range -2147483648 to 2147483647 - Usage: local configInfo = C_Traits.GetConfigInfo(configID))
[string "@Interface/AddOns/GSE/Lib/AceGUI-3.0/AceGUI-3.0.lua"]:300: in function `Fire'
[string "@Interface/AddOns/GSE/Lib/AceGUI-3.0/widgets/AceGUIWidget-InteractiveLabel.lua"]:23: in function <...AceGUI-3.0/widgets/AceGUIWidget-InteractiveLabel.lua:22>

Locals: self = <table> {
 highlight = Texture {
 }
 label = FontString {
 }
 parent = <table> {
 }
 image = Texture {
 }
 userdata = <table> {
 }
 base = <table> {
 }
 fontObject = AceGUI30LabelFont5 {
 }
 disabled = false
 type = "InteractiveLabel"
 AceGUIWidgetVersion = 21
 events = <table> {
 }
 frame = Frame {
 }
}
name = "OnClick"

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

๐Ÿ”ต Expected behavior:
I expect my keybinds to fire off properly.

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

GSE.lua.txt

  • 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: Mac OS 14.5 (23F79)
  • Game Version [Retail TWW (11.0.0.55846)]

๐Ÿ”ต GSE Version:

  • Version: [GSE-3.2.02-c-5-g446b597-PatronBuild]
  • Downloaded From: [Discord]

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

commented

As this affects KeyBindings can you please also include C:\path\to\wow_retail_\WTF\Account\YourAccountName\SavedVariables\YourServer\YourCharacter\GSE.lua

commented
commented

ok the quick fix is

/run GSE_C.KeyBindings["3"].LoadOuts.All = nil

commented

The cause is changing to a talent set then back to all

commented

there is a 3.2.02-c-6 that has this fix