mrthinger / wow-voiceover

ml world of warcraft voiceover addon
https://www.curseforge.com/wow/addons/voiceover
The Unlicense
478 stars 50 forks source link

random LUA error #105

Closed Nillx closed 9 months ago

Nillx commented 1 year ago

Heya, im randomly getting this error at times and im not sure how to reproduce it.

2x bad argument #2 to '?' (Usage: self:SetVertexColor(color [, a]))
[string "=[C]"]: in function `SetVertexColor'
[string "@AI_VoiceOver/Libs/AceGUI-3.0-41/widgets/AceGUIWidget-ColorPicker.lua"]:105: in function `SetColor'
[string "@AI_VoiceOver/Libs/AceConfig-3.0-3/AceConfigDialog-3.0-86/AceConfigDialog-3.0.lua"]:1377: in function <...nfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua:1110>
[string "@AI_VoiceOver/Libs/AceConfig-3.0-3/AceConfigDialog-3.0-86/AceConfigDialog-3.0.lua"]:1137: in function <...nfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua:1110>
[string "@AI_VoiceOver/Libs/AceConfig-3.0-3/AceConfigDialog-3.0-86/AceConfigDialog-3.0.lua"]:1639: in function `FeedGroup'
[string "@AI_VoiceOver/Libs/AceConfig-3.0-3/AceConfigDialog-3.0-86/AceConfigDialog-3.0.lua"]:1564: in function <...nfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua:1548>
[string "=[C]"]: ?
[string "@AI_VoiceOver/Libs/AceGUI-3.0-41/AceGUI-3.0.lua"]:66: in function <...eAI_VoiceOver/Libs/AceGUI-3.0/AceGUI-3.0.lua:64>
[string "@AI_VoiceOver/Libs/AceGUI-3.0-41/AceGUI-3.0.lua"]:300: in function `Fire'
[string "@AI_VoiceOver/Libs/AceGUI-3.0-41/widgets/AceGUIContainer-TabGroup.lua"]:342: in function `SelectTab'
[string "@AI_VoiceOver/Libs/AceConfig-3.0-3/AceConfigDialog-3.0-86/AceConfigDialog-3.0.lua"]:1675: in function `FeedGroup'
[string "@AI_VoiceOver/Libs/AceConfig-3.0-3/AceConfigDialog-3.0-86/AceConfigDialog-3.0.lua"]:1564: in function <...nfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua:1548>
...
[string "@AI_VoiceOver/Libs/AceGUI-3.0-41/widgets/AceGUIContainer-TreeGroup.lua"]:522: in function `Select'
[string "@AI_VoiceOver/Libs/AceGUI-3.0-41/widgets/AceGUIContainer-TreeGroup.lua"]:530: in function `SelectByValue'
[string "@AI_VoiceOver/Libs/AceConfig-3.0-3/AceConfigDialog-3.0-86/AceConfigDialog-3.0.lua"]:1735: in function `FeedGroup'
[string "@AI_VoiceOver/Libs/AceConfig-3.0-3/AceConfigDialog-3.0-86/AceConfigDialog-3.0.lua"]:1919: in function `Open'
[string "@ShadowedUF_Options/config.lua"]:6686: in function `Open'
[string "@ShadowedUnitFrames/ShadowedUnitFrames.lua"]:899: in function `?'
[string "@FrameXML/ChatFrame.lua"]:4966: in function `ChatEdit_ParseText'
[string "@FrameXML/ChatFrame.lua"]:4629: in function `ChatEdit_SendText'
[string "@FrameXML/ChatFrame.lua"]:4665: in function `ChatEdit_OnEnterPressed'
[string "*ChatFrame.xml:121_OnEnterPressed"]:1: in function <[string "*ChatFrame.xml:121_OnEnterPressed"]:1>

Locals:
(*temporary) = "bad argument #2 to '?' (Usage: self:SetVertexColor(color [, a]))"
mrthinger commented 1 year ago

This looks like an issue with Ace3 in 1.14.4. In voiceover 1.4.2 I updated to Release-r1309 from https://www.wowace.com/projects/ace3/files - it looks like this release only has 1.14.3 support. The next alpha version includes 1.14.4 support. I'm wondering if that could fix the issue, but I feel a bit uneasy about upgrading to an alpha ver.

mrthinger commented 9 months ago

Closing this. I assume no one else has had this issue since Ace3 was updated months ago.