oRA3

oRA3

6M Downloads

Attempt to call global 'GetTexCoordsForRoleSmallCircle' (a nil value) after raid invite

Arrhae opened this issue ยท 2 comments

commented

Describe the problem

I'm getting "Attempt to call global 'GetTexCoordsForRoleSmallCircle' (a nil value)" after getting invited to raid in client 11.0.2.56110.

What steps will reproduce the problem?

  1. Get invited to raid with oRA3 loaded
  2. Wait a moment.
  3. Error! It repeats about once per minute.

Consider attaching a screenshot below to help describe your issue (Attach directly, do not link to other websites)

What version of the addon are you using? (Stating 'latest' is not useful)

v11.0.0

Do you have an error log of what happened?

23x oRA3/modules/RoleIcons.lua:46: attempt to call global 'GetTexCoordsForRoleSmallCircle' (a nil value)
[string "@oRA3/modules/RoleIcons.lua"]:46: in function <oRA3/modules/RoleIcons.lua:29>
[string "=[C]"]: in function `RaidGroupFrame_Update'
[string "@Blizzard_RaidFrame/RaidFrame.lua"]:115: in function `RaidFrame_Update'
[string "@Blizzard_RaidFrame/RaidFrame.lua"]:60: in function <Blizzard_RaidFrame/RaidFrame.lua:50>

Locals:
(for index) = 1
(for limit) = 9
(for step) = 1
i = 1
button = RaidGroupButton1 {
 subgroup = 1
 slot = RaidGroup1Slot1 {
 }
 id = 1
 class = "ROGUE"
 unit = "raid1"
 name = "Marroc"
 raidButton = RaidGroupButton1 {
 }
 subframes = <table> {
 }
 jobs = <table> {
 }
 rank = 2
}
icon = Frame {
 texture = Texture {
 }
}
role = "DAMAGER"
(*temporary) = Texture {
}
(*temporary) = nil
(*temporary) = "DAMAGER"
(*temporary) = "attempt to call global 'GetTexCoordsForRoleSmallCircle' (a nil value)"
oRA = <table> {
 defaultModulePrototype = <table> {
 }
 defaultModuleState = true
 callbacks = <table> {
 }
 db = <table> {
 }
 enabledState = true
 classColors = <table> {
 }
 util = <table> {
 }
 rehookAfterRaidUILoad = true
 defaultModuleLibraries = <table> {
 }
 _testUnits = <table> {
 }
 baseName = "oRA3"
 name = "oRA3"
 orderedModules = <table> {
 }
 modules = <table> {
 }
 coloredNames = <table> {
 }
}
roleIcons = <table> {
 1 = Frame {
 }
}

Any additional information? (example: WoW language if not English)

commented

Also getting error

48x oRA3/modules/RoleIcons.lua:46: attempt to call global 'GetTexCoordsForRoleSmallCircle' (a nil value)
[string "@oRA3/modules/RoleIcons.lua"]:46: in function <oRA3/modules/RoleIcons.lua:29>
[string "=[C]"]: in function RaidGroupFrame_Update' [string "@Blizzard_RaidFrame/RaidFrame.lua"]:115: in function RaidFrame_Update'
[string "@Blizzard_RaidFrame/RaidFrame.lua"]:60: in function `RaidFrame_OnEvent'
[string "@Blizzard_RaidUI/Blizzard_RaidUI.lua"]:168: in function <Blizzard_RaidUI/Blizzard_RaidUI.lua:167>

Locals:
(for index) = 1
(for limit) = 2
(for step) = 1
i = 1
button = RaidGroupButton1 {
subgroup = 1
slot = RaidGroup1Slot1 {
}
id = 1
class = "DRUID"
unit = "raid1"
name = "Felinae"
raidButton = RaidGroupButton1 {
}
subframes =

{
}
jobs =
{
}
rank = 2
}
icon = Frame {
texture = Texture {
}
}
role = "DAMAGER"
(*temporary) = Texture {
}
(*temporary) = nil
(*temporary) = "DAMAGER"
(*temporary) = "attempt to call global 'GetTexCoordsForRoleSmallCircle' (a nil value)"
oRA =
{
defaultModulePrototype =
{
}
defaultModuleState = true
callbacks =
{
}
db =
{
}
enabledState = true
classColors =
{
}
util =
{
}
defaultModuleLibraries =
{
}
_testUnits =
{
}
baseName = "oRA3"
name = "oRA3"
orderedModules =
{
}
modules =
{
}
coloredNames =
{
}
}
roleIcons =
{
1 = Frame {
}
}

commented

Duplicate of #143