Drutol / RaidOps

EPGP , Bidding and Loot Distribution addons for WildStar.
GNU General Public License v2.0
1 stars 1 forks source link

Bug : v2.34 : F2P live - first lua error :D #415

Closed Hysteriana closed 9 years ago

Hysteriana commented 9 years ago

...Data\Roaming\NCSOFT\WildStar\Addons\RaidOps\EPGP.lua:733: attempt to index global 'aAddon' (a nil value) stack trace: ...Data\Roaming\NCSOFT\WildStar\Addons\RaidOps\EPGP.lua:733: in function 'HookToTooltip' ...Data\Roaming\NCSOFT\WildStar\Addons\RaidOps\EPGP.lua:748: in function 'func' ...pData\Roaming\NCSOFT\WildStar\Addons\RaidOps\DKP.lua:678: in function <...pData\Roaming\NCSOFT\WildStar\Addons\RaidOps\DKP.lua:674>

Drutol commented 9 years ago

Don't tell me they changed something right in release build...

Drutol commented 9 years ago

It's probably a race condition that happened to show itself right now

Drutol commented 9 years ago

Hook occured 3 secs after UI has been initialized , now addon will attempt to do so 10 times in 1 secs intervals. This should solve this.