LUI V4

9.8k Downloads

Hovering over the guild count on the top bar throws an error

Slicerin opened this issue ยท 0 comments

commented
20x LUI4\modules\infotext\guild-Guild.lua:129: attempt to index field '?' (a nil value)
LUI4\modules\infotext\guild-Guild.lua:129: in function `UpdateGuildAnchorPoints'
LUI4\modules\infotext\guild-Guild.lua:345: in function `OnEnter'
LUI4\modules\infotext\infotext.lua:283: in function <LUI4\modules\infotext\infotext.lua:279>

Locals:
self = <table> {
}
i = 4
offset = 1
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index field '?' (a nil value)"
infotip = LUIInfo_GuildInfotip {
 0 = <userdata>
 maxLines = 74
 UpdateTooltip = <function> defined @LUI4\modules\infotext\infotip.lua:130
 UpdateSlider = <function> defined @LUI4\modules\infotext\infotip.lua:139
 NewLine = <function> defined @LUI4\modules\infotext\infotip.lua:91
 minWidth = 90
 GetSliderOffset = <function> defined @LUI4\modules\infotext\infotip.lua:126
 maxWidth = 90
 maxHeight = 0
 sep = LUIInfo_GuildInfotipLine2 {
 }
 SetWidth = <function> defined =[C]:-1
 totalLines = 5
 Members = <table> {
 }
 motd = LUIInfo_GuildInfotipLine1 {
 }
 AddSeparator = <function> defined @LUI4\modules\infotext\infotip.lua:116
 infotext = <table> {
 }
}
GAP = 10

Steps to Reproduce

  1. Launch the game
  2. Hover over the active guild members on the top bar

Observed Results

The game throws the error provided above and the roster of online members does not drop down appropriately.