Addon intended to provide a convenient Titan Panel icon from which the main window for the Recount addon could be shown/hidden by a simple toggle-click.
primary possibilities
1. you play at private server
2. your titan isn't 4.2.2.30100 or incorrectly installed
3. some other addon conflicts with this one. try to enable other addons one-by one to reproduce error...
i disabled every addon, then enabled titan* addons, recount, bonus scanner, broker - no single error.
my titan panel version: 4.2.2.30100, recount version doesn't matter, bonus scanner & broker enabled because they included with titan 4.2.2.30100
try to make same, if errors disappear - there some addons conflict.
ERRORattempttoindexlocal'L'(anilvalue)
looks like Ace3 isn't initialised. and only way i can imagine it isn't working if you play some private server, where "admins" manually allow/disallow addons - try to install Ace3 separatelly...
Interface\AddOns\Titan\libs\AceLocale-3.0 - do you have this folder?
btw if you manually comment out in .lua file lines 5, 7 by placing
--
(it's minus,minus - hate curseforge atm) in beginning and replace line 33
I would really love to use this, as I have nearly all of my add-ons on Titan Panel, however on initial load I get the following two errors:
Date: 2009-05-15 20:23:09
ID: 2
Error occured in: Global
Count: 1
Message: [string "TitanPanelRecountButton:OnLoad"] line 1:
attempt to call global 'TitanPanelRecountButton_OnLoad' (a nil value)
Debug:
(tail call): ?
[C]: TitanPanelRecountButton_OnLoad()
[string "*:OnLoad"]:1:
[string "*:OnLoad"]:1
And
Date: 2009-05-15 20:23:09
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\TitanRecount\TitanRecount.lua line 7:
attempt to index local 'L' (a nil value)
Debug:
(tail call): ?
[C]: ?
TitanRecount\TitanRecount.lua:7: in main chunk
- Reply
- #3
therogue1 May 17, 2009 at 22:14 UTC - 0 likesIt was my Titan version... Once I updated, TitanRecount worked fine.
Thanks!
BTW, would it be possible to make it a "Right-side plugin"?
- Reply
- #2
titanrecount May 17, 2009 at 10:02 UTC - 0 likesweird curseforge. reply-to therogue1
primary possibilities 1. you play at private server 2. your titan isn't 4.2.2.30100 or incorrectly installed 3. some other addon conflicts with this one. try to enable other addons one-by one to reproduce error...
i disabled every addon, then enabled titan* addons, recount, bonus scanner, broker - no single error. my titan panel version: 4.2.2.30100, recount version doesn't matter, bonus scanner & broker enabled because they included with titan 4.2.2.30100 try to make same, if errors disappear - there some addons conflict.
looks like Ace3 isn't initialised. and only way i can imagine it isn't working if you play some private server, where "admins" manually allow/disallow addons - try to install Ace3 separatelly...
Interface\AddOns\Titan\libs\AceLocale-3.0 - do you have this folder?
btw if you manually comment out in .lua file lines 5, 7 by placing
--(it's minus,minus - hate curseforge atm) in beginning and replace line 33
with
it would fix this strange error.
- Reply
- #1
therogue1 May 16, 2009 at 00:24 UTC - 0 likesI would really love to use this, as I have nearly all of my add-ons on Titan Panel, however on initial load I get the following two errors:
Date: 2009-05-15 20:23:09 ID: 2 Error occured in: Global Count: 1 Message: [string "TitanPanelRecountButton:OnLoad"] line 1: attempt to call global 'TitanPanelRecountButton_OnLoad' (a nil value) Debug: (tail call): ? [C]: TitanPanelRecountButton_OnLoad() [string "*:OnLoad"]:1: [string "*:OnLoad"]:1
And
Date: 2009-05-15 20:23:09 ID: 1 Error occured in: Global Count: 1 Message: ..\AddOns\TitanRecount\TitanRecount.lua line 7: attempt to index local 'L' (a nil value) Debug: (tail call): ? [C]: ? TitanRecount\TitanRecount.lua:7: in main chunk
Any ideas?