jordonwow / safequeue

https://www.curseforge.com/wow/addons/safequeue
1 stars 2 forks source link

LUA Error on startup:attempt to call method 'SetResetDisallowedIfNew' #26

Open alexandersoto opened 3 weeks ago

alexandersoto commented 3 weeks ago

Not sure if this is a real issue or not but seeing error this on startup:

22x SafeQueue/Libs/LibFrameFade/LibFrameFade.lua:39: attempt to call method 'SetResetDisallowedIfNew' (a nil value)
[string "@SafeQueue/Libs/LibFrameFade/LibFrameFade.lua"]:39: in function `OnLoad'
[string "@SafeQueue/Libs/LibFrameFade/LibFrameFade.lua"]:314: in main chunk

Locals:
self = Frame {
 closures = <table> {
 }
 faderPool = <table> {
 }
 hooks = <table> {
 }
}
(*temporary) = nil
(*temporary) = <table> {
}
(*temporary) = true
(*temporary) = "attempt to call method 'SetResetDisallowedIfNew' (a nil value)"
alexandersoto commented 2 weeks ago

The dependency has been fixed, and it also looks like you may be able to remove it entirely.

As of recent versions of both Classic and Retail, the UIFrameFade framework has been patched by Blizzard and should no longer spread taint between unrelated UI functionality. As such, this library is no longer required and can be removed.