I recently switched from using the SVN to the WAU and Stand Alone Libraries. In doing so, Chronometer is starting to throw an error as reported in BugSack:
[2007/06/14 12:09:21-552-x1]: Chronometer-0.10\Core\Chronometer.lua:125: attempt to index global 'ParserLib' (a nil value)
AceAddon-2.0-39076 (Ace2):455: in function <Interface\AddOns\Ace2\AceAddon-2.0\AceAddon-2.0.lua:432>
<in C code>: ?
AceEvent-2.0-38824 (Ace2):320: in function `TriggerEvent'
AceEvent-2.0-38824 (Ace2):1019: in function <Interface\AddOns\Ace2\AceEvent-2.0\AceEvent-2.0.lua:1012>
---
and
[2007/06/14 12:09:39-552-x1]: Chronometer-0.10\Core\Chronometer.lua:339: attempt to index field 'COLOR_MAP' (a nil value)
AceAddon-2.0-39076 (Ace2):663: in function <Interface\AddOns\Ace2\AceAddon-2.0\AceAddon-2.0.lua:656>
<in C code>: ?
AceEvent-2.0-38824 (Ace2):251: in function `TriggerEvent'
AceEvent-2.0-38824 (Ace2):1019: in function <Interface\AddOns\Ace2\AceEvent-2.0\AceEvent-2.0.lua:1012>
---
Anyone have some clues on how to resolve this error?
ParserLib was removed from StandaloneLibraries recently, but I thought it said that mods should be able to use the new Parser library, too... Not sure. But download ParserLib and you'll be fine.
ParserLib was removed from StandaloneLibraries recently, but I thought it said that mods should be able to use the new Parser library, too... Not sure. But download ParserLib and you'll be fine.
Dumb question incoming. Downloaded ParserLib, where do I place it in the addons folder since it is apparently not a standalonelibrary?
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I recently switched from using the SVN to the WAU and Stand Alone Libraries. In doing so, Chronometer is starting to throw an error as reported in BugSack:
[2007/06/14 12:09:21-552-x1]: Chronometer-0.10\Core\Chronometer.lua:125: attempt to index global 'ParserLib' (a nil value)
AceAddon-2.0-39076 (Ace2):455: in function <Interface\AddOns\Ace2\AceAddon-2.0\AceAddon-2.0.lua:432>
<in C code>: ?
AceEvent-2.0-38824 (Ace2):320: in function `TriggerEvent'
AceEvent-2.0-38824 (Ace2):1019: in function <Interface\AddOns\Ace2\AceEvent-2.0\AceEvent-2.0.lua:1012>
---
and
[2007/06/14 12:09:39-552-x1]: Chronometer-0.10\Core\Chronometer.lua:339: attempt to index field 'COLOR_MAP' (a nil value)
AceAddon-2.0-39076 (Ace2):663: in function <Interface\AddOns\Ace2\AceAddon-2.0\AceAddon-2.0.lua:656>
<in C code>: ?
AceEvent-2.0-38824 (Ace2):251: in function `TriggerEvent'
AceEvent-2.0-38824 (Ace2):1019: in function <Interface\AddOns\Ace2\AceEvent-2.0\AceEvent-2.0.lua:1012>
---
Anyone have some clues on how to resolve this error?
Red
Red
Dumb question incoming. Downloaded ParserLib, where do I place it in the addons folder since it is apparently not a standalonelibrary?