Toy Box Enhanced

Toy Box Enhanced

372k Downloads

attempt to call method 'SetPropagateMouseClicks' (a nil value)

Adal4 opened this issue ยท 4 comments

commented

I get this lua error with the latest version (WoW Cataclysm, French client):

10x ToyBoxEnhanced/UI/LDB-Favorites.lua:11: attempt to call method 'SetPropagateMouseClicks' (a nil value)
[string "@ToyBoxEnhanced/UI/LDB-Favorites.lua"]:11: in function <ToyBoxEnhanced/UI/LDB-Favorites.lua:5>
[string "@ToyBoxEnhanced/UI/LDB-Favorites.lua"]:94: in function <ToyBoxEnhanced/UI/LDB-Favorites.lua:88>
[string "=[C]"]: ?
[string "@Blizzard_SharedXML/CallbackRegistry.lua"]:178: in function <...rfaceBlizzard_SharedXML/CallbackRegistry.lua:177>
[string "=[C]"]: ?
[string "@Blizzard_SharedXML/CallbackRegistry.lua"]:181: in function `TriggerEvent'
[string "@ToyBoxEnhanced/ToyBoxEnhanced.lua"]:163: in function <ToyBoxEnhanced/ToyBoxEnhanced.lua:158>

Locals:
button = Button {
0 =
}
(*temporary) = nil
(*temporary) = Button {
0 =
}
(*temporary) = true
(*temporary) = "attempt to call method 'SetPropagateMouseClicks' (a nil value)"

commented

Oh, I see. Version 2.28 is not quite compatible with 4.4.0. It only supports 4.4.1.
This error only affects the databroker plugin.
So for now, you could just ignore this error and wait for 4.4.1. Or you can rollback to version 2.27. :)

commented

OK, thanks! :)

commented

4.4.1 is now live. therefore the error should be gone ๐Ÿ˜„

commented

Indeed, thanks!