WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Lua/XML Help (https://www.wowinterface.com/forums/forumdisplay.php?f=16)
-   -   ACE3 help needed (https://www.wowinterface.com/forums/showthread.php?t=59121)

Uitat 05-05-22 11:11 AM

ACE3 help needed
 
so im getting an error when opening and or closing the options pane, my biggest issue is i am not finding the initial reason for the failure, ill post the error here and see if anyone can make some sense of it.

Code:

1x ...eStuf_Options\libs\AceGUI-3.0\AceGUI-3.0-36.lua:704: attempt to index local 'child' (a nil value)
[string "@Stuf_Options\libs\AceGUI-3.0\AceGUI-3.0-36.lua"]:704: in function <...eStuf_Options\libs\AceGUI-3.0\AceGUI-3.0.lua:681>
[string "=[C]"]: ?
[string "@Stuf_Options\libs\AceGUI-3.0\AceGUI-3.0-36.lua"]:72: in function <...eStuf_Options\libs\AceGUI-3.0\AceGUI-3.0.lua:70>
[string "@Stuf_Options\libs\AceGUI-3.0\AceGUI-3.0-36.lua"]:432: in function `PerformLayout'
[string "@Stuf_Options\libs\AceGUI-3.0\AceGUI-3.0-36.lua"]:437: in function `DoLayout'
[string "@Stuf_Options\libs\AceGUI-3.0\AceGUI-3.0-36.lua"]:507: in function <...eStuf_Options\libs\AceGUI-3.0\AceGUI-3.0.lua:503>
[string "=[C]"]: in function `GetWidth'
[string "@SharedXML\Backdrop.lua"]:207: in function `SetupTextureCoordinates'
[string "@SharedXML\Backdrop.lua"]:317: in function `ApplyBackdrop'
[string "@SharedXML\Backdrop.lua"]:333: in function `SetBackdrop'
[string "@Stuf_Options\libs\AceGUI-3.0-36-SharedMediaWidgets\AceGUI-3.0-SharedMediaWidgets\BorderWidget.lua"]:108: in function `SetText'
[string "@Stuf_Options\libs\AceGUI-3.0-36-SharedMediaWidgets\AceGUI-3.0-SharedMediaWidgets\BorderWidget.lua"]:75: in function `OnRelease'
[string "@Stuf_Options\libs\AceGUI-3.0\AceGUI-3.0-36.lua"]:187: in function `Release'
[string "@Stuf_Options\libs\AceGUI-3.0\AceGUI-3.0-36.lua"]:474: in function <...eStuf_Options\libs\AceGUI-3.0\AceGUI-3.0.lua:471>
[string "=[C]"]: ?
[string "@Stuf_Options\libs\AceGUI-3.0\AceGUI-3.0-36.lua"]:72: in function <...eStuf_Options\libs\AceGUI-3.0\AceGUI-3.0.lua:70>
[string "@Stuf_Options\libs\AceGUI-3.0\AceGUI-3.0-36.lua"]:184: in function `Release'
[string "@Stuf_Options\libs\AceGUI-3.0\AceGUI-3.0-36.lua"]:474: in function <...eStuf_Options\libs\AceGUI-3.0\AceGUI-3.0.lua:471>
[string "=[C]"]: ?
[string "@Stuf_Options\libs\AceGUI-3.0\AceGUI-3.0-36.lua"]:72: in function <...eStuf_Options\libs\AceGUI-3.0\AceGUI-3.0.lua:70>
[string "@Stuf_Options\libs\AceGUI-3.0\AceGUI-3.0-36.lua"]:184: in function `Release'
[string "@Stuf_Options\libs\AceGUI-3.0\AceGUI-3.0-36.lua"]:474: in function `ReleaseChildren'
[string "@Stuf_Options\libs\AceConfig-3.0-3\AceConfigDialog-3.0\AceConfigDialog-3.0-82.lua"]:1769: in function <...nfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:1761>

any and all suggestions welcome

Fizzlemizz 05-05-22 02:07 PM

It looks like the addons config. hasn't had a chance to register it's Ace layout options.

If the addon has a slash command to open it's options, it might be better to use that if you're not doing it that way atm.

Uitat 05-05-22 03:20 PM

Quote:

Originally Posted by Fizzlemizz (Post 340601)
It looks like the addons config. hasn't had a chance to register it's Ace layout options.

If the addon has a slash command to open it's options, it might be better to use that if you're not doing it that way atm.

Actually found the underling issue. It is 5 lines of code that was changing the width of the menu then trying to undo those changes. It was buggering things up. I'll post it when I get back so it can be seen


All times are GMT -6. The time now is 08:19 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI