Quote Originally Posted by Kris1234 View Post
Hey,

Thank you for another update Jafula

Just returned to wow and received my one and only error (yayyyy). Now as i know nothing about addons, Im not sure which of the two addons is the problem but here it is anyway. Both addons appear to be working fine, so dont really know whats suppose to be broke. If skinner is the problem then I will report the error with them, just didnt want to create an account just to do so

Date: 2013-12-01 09:03:34
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\Skinner\UIFrames.lua line 1786:
attempt to index global 'G' (a nil value)
Debug:
(tail call): ?
[C]: xpcall()
Skinner\UtilFuncs.lua:120:
Skinner\UtilFuncs.lua:114
(tail call): ?
Skinner\AddonFrames.lua:162: ?()
...face\AddOns\Jamba\Libs\AceTimer-3.0\AceTimer-3.0.lua:41:
...face\AddOns\Jamba\Libs\AceTimer-3.0\AceTimer-3.0.lua:36
Looks like a bug in Skinner at line 1786, should be an _G rather than a G.

function aObj:MovieFrame()
if not self.db.profile.MovieFrame or self.initialized.MovieFrame then return end
self.initialized.MovieFrame = true


self:addSkinFrame{obj=G.MovieFrame.CloseDialog, ft=ftype}
--should be an _ here ^
end

Yup, see the Skinner thread; fix is described in that thread too:

http://forums.wowace.com/showthread.php?t=2923&page=523