[BUG] Unable to create new macro for an Evoker while the character has not received talent trees yet.
chrisrpicazo opened this issue ยท 2 comments
๐ต Describe the bug:
GSE won't load the macro menu and presents the LUA Error (file attached).
For reference, I have uninstalled everything Blizzard and manually deleted any remaining files.
I have since re-installed the game and GSE.
After reading through the notes that I could research, I also installed Ace3.
Ace3 (Ace3-Release-r1294)
and
ACE GUI Panel Widget (ACEGUI-3.0-Selectable-Panel-v.1.1))
Still no success.
๐ต To reproduce: (Steps to reproduce the behavior)
- Go to "/GSE"
- Click on "New"
- "Lua Error" screen appears
- Lua Error below
๐ต The error:
Paste the error message in this blockquote.
Message: Usage: local treeInfo = C_Traits.GetTreeInfo(configID, treeID)
Time: Sat Jan 28 20:26:23 2023
Count: 1
Stack: Usage: local treeInfo = C_Traits.GetTreeInfo(configID, treeID)
[string "=[C]"]: ?
[string "@Interface/AddOns/Blizzard_SharedTalentUI/Blizzard_SharedTalentUtil.lua"]:347: in function `GetTreeInfo'
[string "@Interface/AddOns/Blizzard_SharedTalentUI/Blizzard_SharedTalentFrame.lua"]:939: 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/Ace3/AceGUI-3.0/AceGUI-3.0.lua"]:66: in function <Interface/AddOns/Ace3/AceGUI-3.0/AceGUI-3.0.lua:64>
[string "@Interface/AddOns/Ace3/AceGUI-3.0/AceGUI-3.0.lua"]:300: in function `Fire'
[string "@Interface/AddOns/Ace3/AceGUI-3.0/widgets/AceGUIWidget-Button.lua"]:22: in function <...dOns/Ace3/AceGUI-3.0/widgets/AceGUIWidget-Button.lua:19>
Locals: <none>
๐ต Screenshots:
N/A
๐ต Expected behavior:
A clear and concise description of what you expected to happen.
After I click the "New" Button, I expect the macro menu to open, it doesn't
๐ต GSE.lua file:
Loaded
๐ต Desktop (please complete the following information):
- OS: [Windows 11 Home 64bit]
- Game Version [retail (10.0.5.47871)]
๐ต GSE Version:
- Version: [3.1.28]
- Downloaded From: [https://www.curseforge.com]
๐ต Additional context:
Add any other context about the problem here.
GSE.lua.txt
The work around for this is to open the talent window then hit new but this is a Blizzard bug that Blizzard needs to fix