Recount

837 - GUI fail on a Monk char

What steps will reproduce the problem?
1.Logging in
2. reloading UI

What is the expected output? What do you see instead?

What version of the product are you using?
5.1.0b

Do you have an error log of what happened?
1x Recount-v5.1.0b release\GUI_Config.lua:550 attempt to index local "color" (a nil value)
Recount-v5.1.0b release\GUI_Config.lua:550 in function "SetTestBar"
Recount-v5.1.0b release\GUI_Config.lua:578 in function "RefreshTestBar"
Recount-v5.1.0b release\GUI_Config.lua:613 in function "CreateBarSelection"
Recount-v5.1.0b release\GUI_Config.lua:1336 in function "CreateAppearanceOptions"
Recount-v5.1.0b release\GUI_Config.lua:1417 in function "CreateConfigWindow"
Recount-v5.1.0b release\GUI_Config.lua:1510 in function "PreloadConfig"
Recount\Recount-v5.1.0b release.lua:2035 in function <Recount\Recount.lua:1944
(tail call): ?
<in C code>
<string>:"safecall Dispatcher[1]":9: in function <string>:"safecall Dispatcher[1]":5
(tail call): ?
Ace3-Release-r1061\AceAddon-3.0\AceAddon-3.0-11.lua:514 in function "InitializeAddon"
Ace3-Release-r1061\AceAddon-3.0\AceAddon-3.0-11.lua:629 in function <Ace3\AceAddon-3.0\AceAddon-3.0.lua:621

Locals:
nil

Please provide any additional information below.

User When Change
Alling Jan 24, 2013 at 17:47 UTC Create

You must login to post a comment. Don't have an account? Register to get one!

  • 1 comment
  • Avatar of TehBlizzie TehBlizzie Mar 04, 2013 at 20:38 UTC - 1 like

    I had this problem as well, but I found the error and how to fix it. The 'class' color is actually missing from Recount.lua for the Monk. Beginning on line 281 of Recount.lua is where the class colors are defined, such as DK, Mage, etc and the Monk is actually missing.

    I simply added the Monk to the list and gave it a blue-greenish color: ["MONK"] = { r = 0.09, g = 0.63, b = 0.55, a=1 },

    Then save the file and launch WoW, and Recount should work like normal (Mine works perfectly now as well)

    Hope you see this and that it helps, and that it's hotfixed into a later update of Recount :)

    Last edited Mar 04, 2013 by TehBlizzie: I'm a derp.
  • 1 comment

Facts

Last updated
Mar 04, 2013
Reported
Jan 24, 2013
Status
New - Issue has not had initial review yet.
Type
Defect - A shortcoming, fault, or imperfection
Priority
Medium - Normal priority.
Votes
1

Reported by

Possible assignees