GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

[BUG] Unable to create macro is the character has no talents spent.

Siodar opened this issue ยท 3 comments

commented

๐Ÿ”ต When i click on "New" button to create a macro, i get a LUA error. i have no other addon turned on except GSE: This is only on Evoker characters
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

๐Ÿ”ต **Message: Usage: local treeInfo = C_Traits.GetTreeInfo(configID, treeID)
Time: Wed Nov 16 06:58:52 2022
Count: 1
Stack: Usage: local treeInfo = C_Traits.GetTreeInfo(configID, treeID)
[string "=[C]"]: ?
[string "@Interface/AddOns/Blizzard_SharedTalentUI/Blizzard_SharedTalentUtil.lua"]:253: in function GetTreeInfo' [string "@Interface/AddOns/Blizzard_SharedTalentUI/Blizzard_SharedTalentFrame.lua"]:926: in function UpdateTreeInfo'
[string "@Interface/AddOns/GSE/API/CharacterFunctions.lua"]:139: in function GetCurrentTalents' [string "@Interface/AddOns/GSE_GUI/GUIFunctions.lua"]:48: in function GUILoadEditor'
[string "@Interface/AddOns/GSE_GUI/Viewer.lua"]:254: in function <Interface/AddOns/GSE_GUI/Viewer.lua:253>
[string "=[C]"]: ?
[string "@Interface/AddOns/GSE/Lib/AceGUI-3.0/AceGUI-3.0.lua"]:66: in function <Interface/AddOns/GSE/Lib/AceGUI-3.0/AceGUI-3.0.lua:64>
[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-Button.lua"]:22: in function <...s/GSE/Lib/AceGUI-3.0/widgets/AceGUIWidget-Button.lua:19>

Locals: :**
Paste the error message in this blockquote.


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

๐Ÿ”ต open up the new macro window:
A clear and concise description of what you expected to happen.

๐Ÿ”ต **
GSE.lua.txt
:**
Please prov
GSE.lua.txt
ide 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.

๐Ÿ”ต Win 11 64bit. Retail WoWDesktop (please complete the following information):

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

๐Ÿ”ต 3.1.20:

  • 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

Siodar, are you lvl 61-62 and spec in to devastation or healing spec?

Thats probably why.

No spec, no party ;)

commented

YEah without a talent tree that call wont work. I have added in a thing where it wont look for a talent tree till 60 for Evokers

commented

This was fixed with #1126