oRA3

oRA3

6M Downloads

Bugs causing UI to 'freeze' no longer showing spell CDs so I cannot see when they are available to cast.

RestoSham opened this issue ยท 9 comments

commented

What steps will reproduce the problem?

  1. In the middle of combat. Has happened in both raid and M+. A reload will generally temporarily fix the issue.

What version of oRA3 are you using?

v7.2.9

Do you have an error log of what happened?

7x oRA3\modules\Cooldowns\Cooldowns.lua:629: attempt to index upvalue 'spellsOnCooldown' (a nil value)
oRA3\modules\Cooldowns\Cooldowns.lua:629: in function GetRemainingCooldown' oRA3\modules\Cooldowns\Cooldowns.lua:1672: in function ?'
...ore\libs\CallbackHandler-1.0\CallbackHandler-1.0-6.lua:145: in function <...ore\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:145>
[string "safecall Dispatcher[4]"]:4: in function <[string "safecall Dispatcher[4]"]:4>
[C]: ?
[string "safecall Dispatcher[4]"]:13: in function ?' ...ore\libs\CallbackHandler-1.0\CallbackHandler-1.0-6.lua:90: in function Fire'
oRA3\oRA3-v7.2.2.lua:629: in function SendComm' oRA3\modules\Cooldowns\Cooldowns.lua:1643: in function <oRA3\modules\Cooldowns\Cooldowns.lua:1639> oRA3\modules\Cooldowns\Cooldowns.lua:1695: in function OnGroupChanged'
oRA3\modules\Cooldowns\Cooldowns.lua:1550: in function OnStartup' oRA3\modules\Cooldowns\Cooldowns.lua:1404: in function OnProfileUpdate'
oRA3\modules\Cooldowns\Cooldowns.lua:1514: in function OnRegister' oRA3\modulePrototype.lua:7: in function <oRA3\modulePrototype.lua:5> (tail call): ? [C]: ? [string "safecall Dispatcher[1]"]:9: in function <[string "safecall Dispatcher[1]"]:5> (tail call): ? DataStore\libs\AceAddon-3.0\AceAddon-3.0-12.lua:529: in function InitializeAddon'
DataStore\libs\AceAddon-3.0\AceAddon-3.0-12.lua:644: in function <DataStore\libs\AceAddon-3.0\AceAddon-3.0.lua:636>

Locals:
nil

Please provide any additional information below. (example: localization of your client if not enUS or enGB)

This issue is new, within the last 30 days. It happens regularly, nearly every play session. I have been unable to determine if there is a particular event or sequence that causes the issue.

commented

Sorry I missed your initial comment. It did not drop into my regular inbox and went unnoticed.

The issue is still happening. I cannot be sure that it is just Ora3 or it interacting with another addon.

I think this is what you are looking for. Please let me know if it is not. Sorry for the delay:

local addonName, scope = ...
...

Edit: Removed the addon file to restore the readability of the issue.

commented

No response, closing.

commented

No, that's not your saved variable file, that's your addon file.
\World of Warcraft\WTF\Account\<ACCOUNTNAME>\SavedVariables

commented

https://gist.github.com/RestoSham/727da2dfdf299bd2f430e1bac302fdd8

Hopefully this link brings you to what you need.

commented

Try the latest version and see if it still happens. 607c81e should "fix" spellsOnCooldown not getting set, I really don't see any other way it ends up nil.

commented

I am using v7.3.3 is that not the latest? I generally update through twitch (was curse).

I tried setting it for the beta version and it still said it was at the latest update.

commented

I updated to the latest that just came up for me yesterday or the day prior. I will report back after raid this week regarding if the issue occurs or not. Thank you.

commented

ORA3 is no longer coming up in my bug catcher.

Thank you for your time and assistance.

Have a great week!

commented

This is a pretty strange error, even more so that it happens in the middle of combat. Can you post (pastebin/gist) your oRA3.lua savedvars?