Thread Tools Display Modes
05-05-22, 11:11 AM   #1
Uitat
A Chromatic Dragonspawn
 
Uitat's Avatar
AddOn Author - Click to view addons
Join Date: May 2011
Posts: 162
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
__________________
  Reply With Quote
05-05-22, 02:07 PM   #2
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,877
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.
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.
  Reply With Quote
05-05-22, 03:20 PM   #3
Uitat
A Chromatic Dragonspawn
 
Uitat's Avatar
AddOn Author - Click to view addons
Join Date: May 2011
Posts: 162
Originally Posted by Fizzlemizz View Post
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
__________________
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » ACE3 help needed

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off