View Single Post
10-28-10, 01:54 AM   #1
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
ActionBars broken...again :/

Error message on BETA servers
Code:
Message: Interface\FrameXML\RestrictedExecution.lua:414: Invalid working environment
Time: 10/27/10 21:42:16
Count: 1
Stack: [C]: ?
Interface\FrameXML\RestrictedExecution.lua:414: in function <Interface\FrameXML\RestrictedExecution.lua:412>
(tail call): ?
Interface\FrameXML\SecureHandlers.lua:489: in function <Interface\FrameXML\SecureHandlers.lua:467>
[C]: in function `SetAttribute'
Interface\FrameXML\SecureHandlers.lua:663: in function <Interface\FrameXML\SecureHandlers.lua:652>
(tail call): ?
Interface\AddOns\rActionBarStyler\bars\bar1.lua:75: in function <Interface\AddOns\rActionBarStyler\bars\bar1.lua:67>

Locals: (*temporary) = "Invalid working environment"
Caused by
lua Code:
  1. [code]
  2.       self:Execute([[
  3.         buttons = table.new()
  4.         for i = 1, 12 do
  5.           table.insert(buttons, self:GetFrameRef("ActionButton"..i))
  6.         end
  7.       ]])
  8. [/code]

bar1.lua
http://code.google.com/p/rothui/sour.../bars/bar1.lua

Mod:
http://www.wowinterface.com/download...BarStyler.html

So either bug or the SecureHandlers changed again...

Tekkub updated the FrameXML already so watching the Blizz files is possible:
http://github.com/tekkub/wow-ui-sour...dExecution.lua
http://github.com/tekkub/wow-ui-sour...reHandlers.lua

But I cannot find the diff-page to compare a lua file from one release with a previous one.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)

Last edited by zork : 10-28-10 at 03:57 AM.