View Single Post
10-20-11, 04:26 AM   #10
Brainn
A Frostmaul Preserver
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 263
after a quick test with the latest 8.2 branch release the division by zero error seems to be gone, editing aurafilter objects works too.
the only error i got was with secure aura icons as you said its still bugged:
Code:
Interface\FrameXML\RestrictedInfrastructure.lua:189: attempt to index local 'frame' (a nil value)

Stack trace:
-----------
Interface\FrameXML\RestrictedInfrastructure.lua:209: in function <Interface\FrameXML\RestrictedInfrastructure.lua:208>
Interface\FrameXML\SecureGroupHeaders.lua:727: in function <Interface\FrameXML\SecureGroupHeaders.lua:700>
Interface\FrameXML\SecureGroupHeaders.lua:1015: in function <Interface\FrameXML\SecureGroupHeaders.lua:923>
[C]: in function `Show'
[string "-- UnitFrame: win_Buffs:uf_self_buffbar..."]:66: in function <[string "-- UnitFrame: win_Buffs:uf_self_buffbar..."]:37>
...erface\AddOns\RDX\Windows\Layout_SingleUnitFrame.lua:270: in function <...erface\AddOns\RDX\Windows\Layout_SingleUnitFrame.lua:259>
Interface\AddOns\VFL\Core\Function.lua:63: in function <Interface\AddOns\VFL\Core\Function.lua:62>
Interface\AddOns\VFL\Core\Function.lua:63: in function <Interface\AddOns\VFL\Core\Function.lua:62>
Interface\AddOns\RDX\Windows\Obj_Window.lua:114: in function `LoadState'
Interface\AddOns\RDX\Windows\Obj_Window.lua:212: in function `SetupWindow'
Interface\AddOns\RDX\DesktopMgr\Obj_Desktop.lua:449: in function `hsig'
Interface\AddOns\VFL\Core\DispatchTable.lua:119: in function `Dispatch'
Interface\AddOns\RDX\DesktopMgr\Obj_Desktop.lua:938: in function `?'
Interface\AddOns\VFL\Timers\Schedulers.lua:144: in function <Interface\AddOns\VFL\Timers\Schedulers.lua:131>
there is more raid-testing sheduled for today, i hope we get enough people up for tonight so i can do some more testing.
  Reply With Quote