exochron / ToyBoxEnhanced

an interface addon for World of Warcraft and its ingame toy box
https://www.curseforge.com/wow/addons/toy-box-enhanced
GNU General Public License v3.0
8 stars 3 forks source link

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

Open Adal4 opened 1 week ago

Adal4 commented 1 week ago

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 "@Blizzard_SharedXML/CallbackRegistry.lua"]:178: in function <...rfaceBlizzard_SharedXML/CallbackRegistry.lua:177>

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

exochron commented 1 week ago

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. :)

Adal4 commented 1 week ago

OK, thanks! :)