SafeQueue

SafeQueue

1M Downloads

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

alexandersoto opened this issue ยท 1 comments

commented

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)"
commented

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.