View Single Post
09-22-12, 12:45 AM   #1
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,240
[VFL] ADDON_ACTION_BLOCKED (x2)

Apparently Blizzard's bad coders have made another mistake, and tainted the dropdown code. If I find the discussion thread, I will link it for you, Sigg. In the meantime, whenever I get into combat with the 9.0.2 alpha build, I get two errors that are similar.
Lua Code:
  1. 5x [ADDON_ACTION_BLOCKED] AddOn "VFL" tried to call the protected function "Frame_848:Show()".
  2. !BugGrabber-r188\BugGrabber.lua:587: in function <!BugGrabber\BugGrabber.lua:587>
  3. <in C code>
  4. [string "local windowpath = "Syla:Player_SecureBuff_RDX\Windows\Layout_SingleUnitFrame.lua:246: in function <RDX\Windows\Layout_SingleUnitFrame.lua:241>
  5. RDX-9.0.2\Windows\Layout_SingleUnitFrame.lua:256: in function <RDX\Windows\Layout_SingleUnitFrame.lua:256>
  6. <in C code>
  7. RDX-9.0.2\Windows\Layout_SingleUnitFrame.lua:388: in function "hsig"
  8. VFL-8.0.0\Core\DispatchTable.lua:119: in function "Dispatch"
  9. RDX-9.0.2\RosterMgr\UDB.lua:2026: in function <RDX\RosterMgr\UDB.lua:2020>
  10. RDX-9.0.2\RosterMgr\UDB.lua:2033: in function "hsig"
  11. VFL-8.0.0\Core\DispatchTable.lua:119: in function "Dispatch"
  12. RDX-9.0.2\RosterMgr\UDB.lua:1082: in function "hsig"
  13. VFL-8.0.0\Core\DispatchTable.lua:119: in function <VFL\Core\DispatchTable.lua:117>
  14.  
  15. Locals:
  16. nil
Lua Code:
  1. 1x [ADDON_ACTION_BLOCKED] AddOn "VFL" tried to call the protected function "Frame_1384:Show()".
  2. !BugGrabber-r188\BugGrabber.lua:587: in function <!BugGrabber\BugGrabber.lua:587>
  3. <in C code>
  4. [string "local windowpath = "Syla:Panel_Main";RDX\Windows\Layout_SingleUnitFrame.lua:246: in function <RDX\Windows\Layout_SingleUnitFrame.lua:241>
  5. RDX-9.0.2\Windows\Layout_SingleUnitFrame.lua:256: in function <RDX\Windows\Layout_SingleUnitFrame.lua:256>
  6. <in C code>
  7. RDX-9.0.2\Windows\Layout_SingleUnitFrame.lua:388: in function "hsig"
  8. VFL-8.0.0\Core\DispatchTable.lua:119: in function "Dispatch"
  9. RDX-9.0.2\RosterMgr\UDB.lua:2026: in function <RDX\RosterMgr\UDB.lua:2020>
  10. RDX-9.0.2\RosterMgr\UDB.lua:2033: in function "hsig"
  11. VFL-8.0.0\Core\DispatchTable.lua:119: in function "Dispatch"
  12. RDX-9.0.2\RosterMgr\UDB.lua:1082: in function "hsig"
  13. VFL-8.0.0\Core\DispatchTable.lua:119: in function <VFL\Core\DispatchTable.lua:117>
  14.  
  15. Locals:
  16. nil
  Reply With Quote