ItemRack Classic

ItemRack Classic

7M Downloads

Lua Errors on Cata PTR

holypalaswe opened this issue ยท 2 comments

commented

657x ItemRack/ItemRack.lua:1289: attempt to call global 'GetMouseFocus' (a nil value)
[string "@ItemRack/ItemRack.lua"]:1289: in function func' [string "@ItemRack/ItemRack.lua"]:1016: in function OnUpdate'
[string "*ItemRack.xml:7_OnUpdate"]:1: in function <[string "*ItemRack.xml:7_OnUpdate"]:1>

Locals:
(*temporary) = nil
(*temporary) = "attempt to call global 'GetMouseFocus' (a nil value)"

commented

temporary fix with help from Bhahlou:
\Interface\AddOns\ItemRack\ItemRack.lua
line 1289
replace "GetMouseFocus()" with "GetMouseFoci()[1]"
image

commented

Should be fixed with 4.2