Thread Tools Display Modes
05-22-24, 09:33 PM   #1
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,246
Issue #2 "LSM30_FONT" is an invalid custom control type

There is something I am missing with LibSharedMedia-3.0 and AceGUI-3.0-SharedMediaWidgets. I get a long error dump from BugSack which I cannot explain. The error stems from line 91 in BarOptions.lua in Modules-Retail\Bars.

I doubt issues 1 and 2 are related.

Long error dump:
Lua Code:
  1. 1x Invalid Custom Control Type - LSM30_FONT
  2. [string "@SmartRes2/Libs/AceConfig-3.0-3/AceConfigDialog-3.0-86/AceConfigDialog-3.0.lua"]:1272: in function <...nfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua:1110>
  3. [string "@SmartRes2/Libs/AceConfig-3.0-3/AceConfigDialog-3.0-86/AceConfigDialog-3.0.lua"]:1639: in function `FeedGroup'
  4. [string "@SmartRes2/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>
  5. [string "=[C]"]: ?
  6. [string "@SmartRes2/Libs/AceGUI-3.0-41/AceGUI-3.0.lua"]:66: in function <...faceSmartRes2/Libs/AceGUI-3.0/AceGUI-3.0.lua:64>
  7. [string "@SmartRes2/Libs/AceGUI-3.0-41/AceGUI-3.0.lua"]:300: in function `Fire'
  8. [string "@SmartRes2/Libs/AceGUI-3.0-41/widgets/AceGUIContainer-TabGroup.lua"]:342: in function `SelectTab'
  9. [string "@SmartRes2/Libs/AceGUI-3.0-41/widgets/AceGUIContainer-TabGroup.lua"]:200: in function <...Libs/AceGUI-3.0/widgets/AceGUIContainer-TabGroup.lua:197>
  10.  
  11. Locals:
  12. appName = "SmartRes2"
  13. options = <table> {
  14. type = "group"
  15. name = ""
  16. args = <table> {
  17. }
  18. order = 10
  19. childGroups = "tab"
  20. handler = <table> {
  21. }
  22. }
  23. container = <table> {
  24. OnRelease = <function> defined @SmartRes2/Libs/AceGUI-3.0/widgets/AceGUIContainer-ScrollFrame.lua:48
  25. OnWidthSet = <function> defined @SmartRes2/Libs/AceGUI-3.0/widgets/AceGUIContainer-ScrollFrame.lua:152
  26. parent = <table> {
  27. }
  28. OnAcquire = <function> defined @SmartRes2/Libs/AceGUI-3.0/widgets/AceGUIContainer-ScrollFrame.lua:43
  29. height = "fill"
  30. userdata = <table> {
  31. }
  32. width = "fill"
  33. scrollframe = ScrollFrame {
  34. }
  35. OnHeightSet = <function> defined @SmartRes2/Libs/AceGUI-3.0/widgets/AceGUIContainer-ScrollFrame.lua:158
  36. type = "ScrollFrame"
  37. AceGUIWidgetVersion = 26
  38. LayoutFunc = <function> defined @SmartRes2/Libs/AceGUI-3.0/AceGUI-3.0.lua:675
  39. base = <table> {
  40. }
  41. LayoutFinished = <function> defined @SmartRes2/Libs/AceGUI-3.0/widgets/AceGUIContainer-ScrollFrame.lua:134
  42. events = <table> {
  43. }
  44. FixScroll = <function> defined @SmartRes2/Libs/AceGUI-3.0/widgets/AceGUIContainer-ScrollFrame.lua:91
  45. children = <table> {
  46. }
  47. SetStatusTable = <function> defined @SmartRes2/Libs/AceGUI-3.0/widgets/AceGUIContainer-ScrollFrame.lua:144
  48. MoveScroll = <function> defined @SmartRes2/Libs/AceGUI-3.0/widgets/AceGUIContainer-ScrollFrame.lua:77
  49. frame = Frame {
  50. }
  51. SetScroll = <function> defined @SmartRes2/Libs/AceGUI-3.0/widgets/AceGUIContainer-ScrollFrame.lua:59
  52. localstatus = <table> {
  53. }
  54. content = Frame {
  55. }
  56. scrollbar = AceConfigDialogScrollFrame1ScrollBar {
  57. }
  58. }
  59. rootframe = <table> {
  60. OnRelease = <function> defined @SmartRes2/Libs/AceGUI-3.0/widgets/AceGUIContainer-Frame.lua:90
  61. OnWidthSet = <function> defined @SmartRes2/Libs/AceGUI-3.0/widgets/AceGUIContainer-Frame.lua:95
  62. SetStatusText = <function> defined @SmartRes2/Libs/AceGUI-3.0/widgets/AceGUIContainer-Frame.lua:120
  63. sizer_se = Frame {
  64. }
  65. sizer_e = Frame {
  66. }
  67. base = <table> {
  68. }
  69. EnableResize = <function> defined @SmartRes2/Libs/AceGUI-3.0/widgets/AceGUIContainer-Frame.lua:132
  70. userdata = <table> {
  71. }
  72. status = <table> {
  73. }
  74. LayoutFunc = <function> defined @SmartRes2/Libs/AceGUI-3.0/AceGUI-3.0.lua:675
  75. SetStatusTable = <function> defined @SmartRes2/Libs/AceGUI-3.0/widgets/AceGUIContainer-Frame.lua:140
  76. Hide = <function> defined @SmartRes2/Libs/AceGUI-3.0/widgets/AceGUIContainer-Frame.lua:124
  77. OnHeightSet = <function> defined @SmartRes2/Libs/AceGUI-3.0/widgets/AceGUIContainer-Frame.lua:105
  78. type = "Frame"
  79. AceGUIWidgetVersion = 30
  80. OnAcquire = <function> defined @SmartRes2/Libs/AceGUI-3.0/widgets/AceGUIContainer-Frame.lua:79
  81. children = <table> {
  82. }
  83. SetTitle = <function> defined @SmartRes2/Libs/AceGUI-3.0/widgets/AceGUIContainer-Frame.lua:115
  84. ApplyStatus = <function> defined @SmartRes2/Libs/AceGUI-3.0/widgets/AceGUIContainer-Frame.lua:146
  85. titletext = FontString {
  86. }
  87. Show = <function> defined @SmartRes2/Libs/AceGUI-3.0/widgets/AceGUIContainer-Frame.lua:128
  88. statustext = FontString {
  89. }
  90. events = <table> {
  91. }
  92. frame = Frame {
  93. }
  94. sizer_s = Frame {
  95. }
  96. titlebg = Texture {
  97. }
  98. content = Frame {
  99. }
  100. localstatus = <table> {
  101. }
  102. }
  103. path = <table> {
  104. 1 = "Bars"
  105. 2 = "barFonts"
  106. 3 = "fontType"
  107. }
  108. group = <table> {
  109. type = "group"
  110. disabled = <function> defined @SmartRes2/Modules-Mainline/Bars/BarsOptions.lua:85
  111. args = <table> {
  112. }
  113. order = 30
  114. name = "Fonts"
  115. }
  116. inline = nil
  117. keySort = <table> {
  118. 1 = "fontType"
  119. }
  120. opts = <table> {
  121. fontType = <table> {
  122. }
  123. }
  124. (for index) = 1
  125. (for limit) = 1
  126. (for step) = 1
  127. i = 1
  128. k = "fontType"
  129. v = <table> {
  130. type = "select"
  131. name = "Font"
  132. set = <function> defined @SmartRes2/Modules-Mainline/Bars/BarsOptions.lua:94
  133. order = 10
  134. values = <table> {
  135. }
  136. dialogControl = "LSM30_FONT"
  137. get = <f
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Issue #2 "LSM30_FONT" is an invalid custom control type


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