View Single Post
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