95 - Error When Trying to add a custom bar
When trying to add a custom bar, I get a totally blank screen and the error below. From quick googling, it looks like an error with ace3 using a 4.1 function that doesn't exist on live. Maybe the addon needs to check for an earlier version of the library or something? This happens in the alpha, beta, and release versions of Raven.
Message: ...Libs\AceGUI-3.0\widgets\AceGUIContainer-TabGroup.lua:271 attempt to call method 'GetStringWidth' (a nil value)
Time: 03/31/11 08:29:35
Count: 1
Stack: (tail call): ?
...Libs\AceGUI-3.0\widgets\AceGUIContainer-TabGroup.lua:271 in function `BuildTabs'
...Libs\AceGUI-3.0\widgets\AceGUIContainer-TabGroup.lua:173 in function `SetTabs'
...ceConfig\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:1611 in function `FeedGroup'
...ceConfig\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:1853 in function `Open'
...ceConfig\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:830 in function <...ceConfig\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:613
(tail call): ?
[C]: ?
[string "safecall Dispatcher[4]"]:9: in function <[string "safecall Dispatcher[4]"]:5>
(tail call): ?
...ns\ArkInventory\Externals\Ace3-AceGUI\AceGUI-3.0.lua:314 in function `Fire'
...xternals\Ace3-AceGUI\widgets\AceGUIWidget-Button.lua:22 in function <...xternals\Ace3-AceGUI\widgets\AceGUIWidget-Button.lua:19
Locals: <none>
- 1 comment
- 1 comment
- Reply
- #1
Tomber Mar 31, 2011 at 14:47 UTC - 0 likesThis is an Ace3 bug and there is a ticket for it on the Ace3 project page. It is not a Raven bug so I am marking the ticket invalid. Hopefully the Ace3 team is on top of this and will get an update out shortly.
In any case, I suspect that you have a different addon that was built with that Ace3 alpha (must have been built in the last few days). The Ace3 library tries to use the latest version present on your system so that results in Raven using the buggy version, even if it is not embedded in Raven itself.