This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem?1. Logging in with profile2. Adjusting status - indicator settings3. Reloadui / logout not saving new changed
What is the expected output? What do you see instead?Statuses and indicators shown correctly. I see class colored correctly sized frame, but no indicators present
What Grid2 version and language of WoW are you using?r682 - English wow 5.0.4
Do you have an error log of what happened?Yes, I can recreate if needed.Message: Interface\AddOns\Grid2\modules\StatusRole.lua:175: attempt to call global 'GetNumRaidMembers' (a nil value)Time: 08/28/12 21:23:58Count: 1Stack: Interface\AddOns\Grid2\modules\StatusRole.lua:175: in function `UpdateAllUnits'Interface\AddOns\Grid2\modules\StatusRole.lua:197: in function `OnEnable'Interface\AddOns\Grid2\GridStatus.lua:85: in function `RegisterIndicator'Interface\AddOns\Grid2\GridIndicator.lua:38: in function `RegisterStatus'Interface\AddOns\Grid2\GridSetup.lua:46: in function `SetupStatusMap'Interface\AddOns\Grid2\GridSetup.lua:61: in function `Setup'Interface\AddOns\Grid2\GridCore.lua:153: in function `LoadConfig'Interface\AddOns\Grid2\GridCore.lua:142: in function <Interface\AddOns\Grid2\GridCore.lua:131>(tail call): ?[C]: ?[string "safecall Dispatcher[1]"]:9: in function <[string "safecall Dispatcher[1]"]:5>(tail call): ?...AddOns\Bartender4\libs\AceAddon-3.0\AceAddon-3.0.lua:543: in function `EnableAddon'...AddOns\Bartender4\libs\AceAddon-3.0\AceAddon-3.0.lua:636: in function <...AddOns\Bartender4\libs\AceAddon-3.0\AceAddon-3.0.lua:621>[C]: in function `LoadAddOn'Interface\FrameXML\UIParent.lua:299: in function `UIParentLoadAddOn'Interface\FrameXML\UIParent.lua:373: in function `TimeManager_LoadUI'Interface\FrameXML\UIParent.lua:690: in function <Interface\FrameXML\UIParent.lua:657>
Locals: <none>
Please provide any additional information below.I have only Grid2 loaded on a character with the same profile. It seems that initially, the status shields was bugged and not loading correctly, as the first three check boxes do not show appropriately and only show blank. Once I disabled all the shields to monitor and did a reload, the error for the status role came in erroring on the call "GetNunRaidMembers()" which I can only assume cascades down the line. From what I understand, with this error, it fails to load subsequent statuses unless told to manually by re-adding them. Not sure why this is erroring, or why it hasn't been reported yet, but it is preventing proper loading.
To post a comment, please login or register a new account.