This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
After updating to version 2.9.5 and clearing the Player Database with Shift-Click, i get the following error when hovering over the icon in Bazooka:
17x Ailo\Ailo-2.9.5.lua:1034: attempt to perform arithmetic on local 'total' (a nil value)Ailo\Ailo-2.9.5.lua:1034: in function `DualCappedCurrency'Ailo\Ailo-2.9.5.lua:1242: in function `PrepareTooltip'Ailo\Ailo-2.9.5.lua:251: in function `OnEnter'Bazooka\Bazooka-v2.4.1.lua:1529: in function `showTip'Bazooka\Bazooka-v2.4.1.lua:1334: in function <Bazooka\Bazooka.lua:1325>
Locals:self = <table> { SetDefaultModuleLibraries = <function> defined @Ailo\Libs\AceAddon-3.0\AceAddon-3.0.lua:398 InitIconsTable = <function> defined @Ailo\Ailo.lua:421 EnableModule = <function> defined @Ailo\Libs\AceAddon-3.0\AceAddon-3.0.lua:363 modules = <table> { } CancelTimer = <function> defined @Ailo\Libs\AceTimer-3.0\AceTimer-3.0.lua:145 IterateEmbeds = <function> defined @Ailo\Libs\AceAddon-3.0\AceAddon-3.0.lua:473 SecureHookScript = <function> defined @Ailo\Libs\AceHook-3.0\AceHook-3.0.lua:410 TrimRaidTable = <function> defined @Ailo\Ailo.lua:885 RawHookScript = <function> defined @Ailo\Libs\AceHook-3.0\AceHook-3.0.lua:395 GenerateOptions = <function> defined @Ailo\Ailo.lua:1318 Printf = <function> defined @Ailo\Libs\AceConsole-3.0\AceConsole-3.0.lua:69 tooltip = <unnamed> { } SetDefaultModulePrototype = <function> defined @Ailo\Libs\AceAddon-3.0\AceAddon-3.0.lua:440 defaultModuleState = true IsEnabled = <function> defined @Ailo\Libs\AceAddon-3.0\AceAddon-3.0.lua:482 ScheduleTimer = <function> defined @Ailo\Libs\AceTimer-3.0\AceTimer-3.0.lua:92 DisableModule = <function> defined @Ailo\Libs\AceAddon-3.0\AceAddon-3.0.lua:381 LevelCheck = <function> defined @Ailo\Ailo.lua:287 RegisterMessage = <function> defined @Ailo\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:116 UnregisterMessage = <function> defined @Ailo\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:179 hooks = <table> { } db = <table> { } PurgeExpiredData = <function> defined @Ailo\Ailo.lua:775 SetEnabledState = <function> defined @Ailo\Libs\AceAddon-3.0\AceAddon-3.0.lua:455 Hook = <function> defined @Ailo\Libs\AceHook-3.0\AceHook-3.0.lua:274 enabledState = true RegisterEvent = <function> defined @Ailo\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:116 UpdatePlayer = <function> defined @Ailo\Ailo.lua:474 IterateModules = <function> defined @Ailo\Libs\AceAddon-3.0\AceAddon-3.0.lua:468 RawHook = <function> defined @Ailo\Libs\AceHook-3.0\AceHook-3.0.lua:313 PrepareTooltip = <function> defined @Ailo\Ailo.lua:1062 UpdateLFGResets = <function> defined @Ailo\Ailo.lua:616 LFG_COMPLETION_REWARD = <function> defined @Ailo\Ailo.lua:604 OnInitialize = <function> defined @Ailo\Ailo.lua:225 UnregisterAllEvents = <function> defined @Ailo\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:200 GetModule = <function> defined @Ailo\Libs\AceAddon-3.0\AceAddon-3.0.lua:241 defaultModuleLibraries = <table> { } TimeLeft = <function> defined @Ailo\Libs\AceTimer-3.0\AceTimer-3.0.lua:170 UnregisterChatCommand = <function> defined @Ailo\Libs\AceConsole-3.0\AceConsole-3.0.lua:111 ScheduleRepeatingTimer = <function> defined @Ailo\Libs\AceTimer-3.0\AceTimer-3.0.lua:127 CancelAllTimers = <function> defined @Ailo\Libs\AceTimer-3.0\AceTimer-3.0.lua:158 options = <table> { } optionsFrame = <unnamed> { } GetName = <function> defined @Ailo\Libs\AceAddon-3.0\AceAddon-3.0.lua:310 Output = <function> defined @Ailo\Ailo.lua:24 SaveRaidForChar = <function> defined @Ailo\Ailo.lua:585 baseName = "Ailo" name = "Ailo" BuildSortedKeyTables = <function> defined @Ailo\Ailo.lua:952 TriggerLockoutUpdate = <function> defined @Ailo\Ailo.lua:538 orderedModules = <table> { } SetupClasscoloredFonts = <function> defined @Ailo\Ailo.lua:934 Disable = <function> defined @Ailo\Libs\AceAddon-3.0\AceAddon-3.0.lua:345 GetInstanceAbbr = <function> defined @
After restart of WoW it works again. Seem to reinitialized.
Combination of the removal of valor points in the game and a small bug we had updating currencies whenever a manual player update or a full dbwipe would happen. Even after ripping out the valor point tracker I noticed, with the warforged seals, that after shift click the cell was empty (no count) until I did a reload ui. The currency updating bug is now fixed and things related to valor points removed in new build 2.9.6.
I checked in the fix for this and that can be found in the 2.9.6-1-gcdf2531 build which is an Alpha release. I then tagged the repository to produce a Release type package which was 2.9.6.
For some reason, that build did not contain of the changes that were checked in. Why I don't know, some issue with git which I don't know how to fix because I don't know git.
To post a comment, please login or register a new account.